From bd67995b44577df192ffee9aff034f8a8f6569a3 Mon Sep 17 00:00:00 2001 From: smiley Date: Mon, 9 May 2022 15:24:26 +0200 Subject: [PATCH] :shower: --- examples/reader.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;