smiley 3 년 전
부모
커밋
bd67995b44
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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;