From d11dd9d47fa5bfc28744fdd32cf6e4c5327597f8 Mon Sep 17 00:00:00 2001 From: codemasher Date: Wed, 3 Jun 2020 19:42:49 +0200 Subject: [PATCH] :octocat: -declare (all or nothing) --- src/Output/QRFpdf.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Output/QRFpdf.php b/src/Output/QRFpdf.php index a114c0148..af1ee4e1f 100644 --- a/src/Output/QRFpdf.php +++ b/src/Output/QRFpdf.php @@ -12,8 +12,6 @@ * @license MIT */ -declare(strict_types=1); - namespace chillerlan\QRCode\Output; use chillerlan\QRCode\Data\QRMatrix;