Skip to content

Commit bd67995

Browse files
committed
🚿
1 parent bb73f7b commit bd67995

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/reader.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@
88
* @license MIT
99
*/
1010

11+
namespace chillerlan\QRCodeExamples;
12+
1113
use chillerlan\QRCode\{QRCode, QROptions};
1214

1315
require_once __DIR__.'/../vendor/autoload.php';
1416

15-
/** @var chillerlan\Settings\SettingsContainerInterface $options */
17+
/** @var \chillerlan\Settings\SettingsContainerInterface $options */
1618
$options = new QROptions;
1719
$options->readerUseImagickIfAvailable = false;
1820
$options->readerGrayscale = true;

0 commit comments

Comments
 (0)