:octocat: reintroducing phan because phpstan keeps making trouble

This commit is contained in:
smiley
2025-07-19 23:29:41 +02:00
parent 5477e121d3
commit bf34b46c57
21 changed files with 6853 additions and 13 deletions
+2 -1
View File
@@ -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';