diff --git a/examples/reader.php b/examples/reader.php index 6a2cffccd..255645d9b 100644 --- a/examples/reader.php +++ b/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;