mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-09-02 21:47:22 +00:00
🔥 removed superfluous "param" and "return" from docblocks
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user