smiley hace 3 años
padre
commit
c4b234b091
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;