smiley пре 3 година
родитељ
комит
c4b234b091
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      examples/reader.php

+ 1 - 1
examples/reader.php

@@ -14,7 +14,7 @@ use chillerlan\QRCode\{QRCode, QROptions};
 
 require_once __DIR__.'/../vendor/autoload.php';
 
-/** @var \chillerlan\Settings\SettingsContainerInterface $options */
+// please excuse the IDE yelling https://youtrack.jetbrains.com/issue/WI-66549
 $options = new QROptions;
 $options->readerUseImagickIfAvailable = false;
 $options->readerGrayscale = true;