🔥 removed superfluous "param" and "return" from docblocks

This commit is contained in:
codemasher
2019-07-31 13:59:34 +02:00
parent 8c6b3f64a7
commit 988102c9f2
-7
View File
@@ -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;