Sfoglia il codice sorgente

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

codemasher 6 anni fa
parent
commit
988102c9f2
1 ha cambiato i file con 0 aggiunte e 7 eliminazioni
  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;