Просмотр исходного кода

:fire: removed superfluous "param" and "return" from docblocks

codemasher 6 лет назад
Родитель
Сommit
988102c9f2
1 измененных файлов с 0 добавлено и 7 удалено
  1. 0 7
      src/QRCode.php

+ 0 - 7
src/QRCode.php

@@ -88,19 +88,12 @@ class QRCode{
 		],
 	];
 
-	/**
-	 * @var \chillerlan\QRCode\QROptions
-	 */
 	protected QROptions $options;
 
-	/**
-	 * @var \chillerlan\QRCode\Data\QRDataInterface
-	 */
 	protected QRDataInterface $dataInterface;
 
 	/**
 	 * @see http://php.net/manual/function.mb-internal-encoding.php
-	 * @var string
 	 */
 	protected string $mbCurrentEncoding;