mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-18 03:33:23 +00:00
:octocat: declare strict types
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
* @copyright 2023 smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
use chillerlan\Authenticator\{Authenticator, AuthenticatorOptionsTrait};
|
||||
use chillerlan\Authenticator\Authenticators\AuthenticatorInterface;
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
*
|
||||
* @noinspection PhpIllegalPsrClassPathInspection
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
use chillerlan\QRCode\{QRCode, QROptions};
|
||||
use chillerlan\QRCode\Output\QROutputAbstract;
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2022 Smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
use chillerlan\QRCode\{QRCode, QROptions};
|
||||
use chillerlan\QRCode\Data\QRMatrix;
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
* @author Maximilian Kresse
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
use chillerlan\QRCode\{QRCode, QROptions};
|
||||
use chillerlan\QRCode\Data\QRMatrix;
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2017 Smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
use chillerlan\QRCode\{QRCode, QROptions};
|
||||
use chillerlan\QRCode\Data\QRMatrix;
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2017 Smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
use chillerlan\QRCode\{QRCode, QROptions};
|
||||
use chillerlan\QRCode\Data\QRMatrix;
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
*
|
||||
* @noinspection PhpComposerExtensionStubsInspection, PhpIllegalPsrClassPathInspection
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
use chillerlan\QRCode\{QRCode, QROptions};
|
||||
use chillerlan\QRCode\Common\EccLevel;
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
*
|
||||
* @noinspection PhpComposerExtensionStubsInspection
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
use chillerlan\QRCode\{QRCode, QROptions};
|
||||
use chillerlan\QRCode\Common\EccLevel;
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
*
|
||||
* @noinspection PhpIllegalPsrClassPathInspection, PhpComposerExtensionStubsInspection
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
use chillerlan\QRCode\{QRCode, QROptions};
|
||||
use chillerlan\QRCode\Output\QRGdImagePNG;
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2017 Smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
use chillerlan\QRCode\{QRCode, QROptions};
|
||||
use chillerlan\QRCode\Data\QRMatrix;
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
*
|
||||
* @noinspection PhpComposerExtensionStubsInspection
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
use chillerlan\QRCode\{QRCode, QROptions};
|
||||
use chillerlan\QRCode\Data\QRMatrix;
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2023 smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
use chillerlan\QRCode\{QRCode, QRCodeException, QROptions};
|
||||
use chillerlan\QRCode\Common\EccLevel;
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
*
|
||||
* @noinspection PhpComposerExtensionStubsInspection
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
use chillerlan\QRCode\{QRCode, QRCodeException, QROptions};
|
||||
use chillerlan\QRCode\Common\EccLevel;
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2024 smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
use chillerlan\QRCode\Data\QRMatrix;
|
||||
use chillerlan\QRCode\Output\QRInterventionImage;
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2023 smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
use chillerlan\QRCode\{QRCode, QROptions};
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
*
|
||||
* @noinspection PhpComposerExtensionStubsInspection
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
use chillerlan\QRCode\{QRCode, QROptions};
|
||||
use chillerlan\QRCode\Data\QRMatrix;
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2022 smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
use chillerlan\QRCode\{QRCode, QROptions};
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2023 smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
use chillerlan\QRCode\{QRCode, QROptions};
|
||||
use chillerlan\QRCode\Common\EccLevel;
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
*
|
||||
* @noinspection PhpComposerExtensionStubsInspection
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
use chillerlan\QRCode\{QRCode, QROptions};
|
||||
use chillerlan\QRCode\Data\QRMatrix;
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2023 smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
use chillerlan\QRCode\{QRCode, QROptions};
|
||||
use chillerlan\QRCode\Data\QRMatrix;
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
* @see https://github.com/chillerlan/php-qrcode/issues/127
|
||||
* @see ./shapes.svg
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
use chillerlan\QRCode\{QRCode, QROptions};
|
||||
use chillerlan\QRCode\Common\EccLevel;
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
*
|
||||
* @noinspection PhpIllegalPsrClassPathInspection
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
use chillerlan\QRCode\{QRCode, QROptions};
|
||||
use chillerlan\QRCode\Common\EccLevel;
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
*
|
||||
* @noinspection PhpIllegalPsrClassPathInspection
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
use chillerlan\QRCode\{QRCode, QRCodeException, QROptions};
|
||||
use chillerlan\QRCode\Common\EccLevel;
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
*
|
||||
* @noinspection PhpComposerExtensionStubsInspection
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
use chillerlan\QRCode\{QRCode, QRCodeException, QROptions};
|
||||
use chillerlan\QRCode\Common\EccLevel;
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
*
|
||||
* @noinspection PhpComposerExtensionStubsInspection
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
use chillerlan\QRCode\{QRCode, QRCodeException, QROptions};
|
||||
use chillerlan\QRCode\Common\EccLevel;
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2017 Smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
use chillerlan\QRCode\{QRCode, QROptions};
|
||||
use chillerlan\QRCode\Data\QRMatrix;
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2024 smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
use chillerlan\QRCode\Data\QRMatrix;
|
||||
use chillerlan\QRCode\{QRCode, QROptions};
|
||||
|
||||
+8
-2
@@ -74,7 +74,6 @@
|
||||
|
||||
<rule ref="SlevomatCodingStandard.Strings.DisallowVariableParsing"/>
|
||||
|
||||
<!--<rule ref="SlevomatCodingStandard.TypeHints.DeclareStrictTypes"/>-->
|
||||
<!--<rule ref="SlevomatCodingStandard.TypeHints.DisallowMixedTypeHint"/>-->
|
||||
<rule ref="SlevomatCodingStandard.TypeHints.LongTypeHints"/>
|
||||
<rule ref="SlevomatCodingStandard.TypeHints.NullTypeHintOnLastPosition"/>
|
||||
@@ -87,6 +86,13 @@
|
||||
<rule ref="SlevomatCodingStandard.Variables.DuplicateAssignmentToVariable"/>
|
||||
<rule ref="SlevomatCodingStandard.Variables.UselessVariable"/>
|
||||
|
||||
<rule ref="SlevomatCodingStandard.TypeHints.DeclareStrictTypes">
|
||||
<properties>
|
||||
<property name="linesCountBeforeDeclare" value="0"/>
|
||||
<property name="linesCountAfterDeclare" value="1"/>
|
||||
<property name="spacesCountAroundEqualsSign" value="0"/>
|
||||
</properties>
|
||||
</rule>
|
||||
|
||||
<rule ref="SlevomatCodingStandard.Functions.RequireMultiLineCall">
|
||||
<properties>
|
||||
@@ -147,7 +153,7 @@
|
||||
<rule ref="Generic.PHP.LowerCaseKeyword"/>
|
||||
<rule ref="Generic.PHP.LowerCaseType"/>
|
||||
<rule ref="Generic.PHP.NoSilencedErrors"/>
|
||||
<!--<rule ref="Generic.PHP.RequireStrictTypes"/>-->
|
||||
<rule ref="Generic.PHP.RequireStrictTypes"/>
|
||||
<rule ref="Generic.PHP.SAPIUsage"/>
|
||||
<rule ref="Generic.PHP.Syntax"/>
|
||||
<rule ref="Generic.Strings.UnnecessaryStringConcat"/>
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2015 Smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Common;
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
* @copyright 2021 smiley
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Common;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2020 smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Common;
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
*
|
||||
* @noinspection PhpComposerExtensionStubsInspection
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Common;
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
* @copyright 2021 Smiley
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Common;
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
* @copyright 2021 Smiley
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Common;
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
*
|
||||
* @noinspection PhpComposerExtensionStubsInspection
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Common;
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
* @copyright 2021 Smiley
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Common;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2021 smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Common;
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
* @copyright 2021 Smiley
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Common;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2020 smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Common;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2020 smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Common;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2015 Smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Data;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2015 Smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Data;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2020 smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Data;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2020 smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Data;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2015 Smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Data;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2015 Smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Data;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2015 Smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Data;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2015 Smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Data;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2020 smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Data;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2015 Smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Data;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2017 Smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Data;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2021 smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Data;
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
* @copyright 2021 Smiley
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Decoder;
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
* @copyright 2021 Smiley
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Decoder;
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
* @copyright 2021 Smiley
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Decoder;
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
* @copyright 2021 Smiley
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Decoder;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2021 smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Decoder;
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
* @copyright 2021 Smiley
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Decoder;
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
* @copyright 2021 Smiley
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Detector;
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
* @copyright 2021 Smiley
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Detector;
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
* @copyright 2021 Smiley
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Detector;
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
* @copyright 2021 Smiley
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Detector;
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
* @copyright 2021 Smiley
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Detector;
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
* @copyright 2021 Smiley
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Detector;
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
* @copyright 2021 Smiley
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Detector;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2021 smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Detector;
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
* @copyright 2021 Smiley
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Detector;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2024 smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Output;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2015 Smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Output;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2022 smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Output;
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
*
|
||||
* @see https://github.com/chillerlan/php-qrcode/pull/49
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Output;
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
*
|
||||
* @noinspection PhpComposerExtensionStubsInspection
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Output;
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
*
|
||||
* @noinspection PhpComposerExtensionStubsInspection
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Output;
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
*
|
||||
* @noinspection PhpComposerExtensionStubsInspection
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Output;
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
*
|
||||
* @noinspection PhpComposerExtensionStubsInspection
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Output;
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
*
|
||||
* @noinspection PhpComposerExtensionStubsInspection
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Output;
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
*
|
||||
* @noinspection PhpComposerExtensionStubsInspection
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Output;
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
*
|
||||
* @noinspection PhpComposerExtensionStubsInspection
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Output;
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
*
|
||||
* @noinspection PhpComposerExtensionStubsInspection
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Output;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2024 smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Output;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2016 Smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Output;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2022 smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Output;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2022 smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Output;
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
*
|
||||
* @noinspection PhpComposerExtensionStubsInspection
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Output;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2015 Smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Output;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2015 Smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Output;
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
*
|
||||
* @noinspection PhpComposerExtensionStubsInspection
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Output;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2023 smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Output;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2024 smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode\Output;
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2015 Smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2024 smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2015 Smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode;
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
*
|
||||
* @noinspection PhpUnused, PhpComposerExtensionStubsInspection
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCode;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2024 smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCodeTest;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2015 Smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCodeTest\Common;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2023 smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCodeTest\Common;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2022 smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCodeTest\Common;
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
*
|
||||
* @codingStandardsIgnoreFile Squiz.Arrays.ArrayDeclaration.NoCommaAfterLast
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCodeTest\Common;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @copyright 2022 smiley
|
||||
* @license MIT
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace chillerlan\QRCodeTest\Common;
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user