mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-28 11:07:25 +00:00
:octocat: reintroducing phan because phpstan keeps making trouble
This commit is contained in:
@@ -61,7 +61,8 @@ class MyCustomOutput extends QROutputAbstract{
|
||||
$options = new QROptions;
|
||||
|
||||
$options->version = 5;
|
||||
$options->eccLevel = 'L';
|
||||
/** @phan-suppress-next-line PhanTypeMismatchPropertyProbablyReal */
|
||||
$options->eccLevel = 'L'; // can be assigned as string
|
||||
|
||||
$data = 'https://www.youtube.com/watch?v=dQw4w9WgXcQ';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user