smiley %!s(int64=3) %!d(string=hai) anos
pai
achega
bd67995b44
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      examples/reader.php

+ 3 - 1
examples/reader.php

@@ -8,11 +8,13 @@
  * @license      MIT
  */
 
+namespace chillerlan\QRCodeExamples;
+
 use chillerlan\QRCode\{QRCode, QROptions};
 
 require_once __DIR__.'/../vendor/autoload.php';
 
-/** @var chillerlan\Settings\SettingsContainerInterface $options */
+/** @var \chillerlan\Settings\SettingsContainerInterface $options */
 $options = new QROptions;
 $options->readerUseImagickIfAvailable = false;
 $options->readerGrayscale = true;