Loading phpcs.xml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <ruleset> <rule ref="SandFox_PHP70"> <exclude name="SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint"/> <exclude nane="SlevomatCodingStandard.ControlStructures.DisallowYodaComparison.DisallowedYodaComparison"/><!-- false positives --> <exclude name="SlevomatCodingStandard.ControlStructures.DisallowYodaComparison"/><!-- false positives --> <exclude name="PSR1.Methods.CamelCapsMethodName.NotCamelCaps"/> <exclude name="PSR2.Methods.MethodDeclaration.Underscore"/> </rule> Loading src/Unsigned.php +5 −0 Original line number Diff line number Diff line <?php /** * @copyright 2022 Anton Smirnov * @license BSD-2-Clause https://spdx.org/licenses/BSD-2-Clause.html */ declare(strict_types=1); namespace Arokettu\Unsigned; Loading src/lib.php +5 −0 Original line number Diff line number Diff line <?php /** * @copyright 2022 Anton Smirnov * @license BSD-2-Clause https://spdx.org/licenses/BSD-2-Clause.html */ declare(strict_types=1); namespace Arokettu\Unsigned; Loading tests/ArithmeticIntTest.php +5 −0 Original line number Diff line number Diff line <?php /** * @copyright 2022 Anton Smirnov * @license BSD-2-Clause https://spdx.org/licenses/BSD-2-Clause.html */ declare(strict_types=1); namespace Arokettu\Unsigned\Tests; Loading tests/ArithmeticTest.php +5 −0 Original line number Diff line number Diff line <?php /** * @copyright 2022 Anton Smirnov * @license BSD-2-Clause https://spdx.org/licenses/BSD-2-Clause.html */ declare(strict_types=1); namespace Arokettu\Unsigned\Tests; Loading Loading
phpcs.xml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <ruleset> <rule ref="SandFox_PHP70"> <exclude name="SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint"/> <exclude nane="SlevomatCodingStandard.ControlStructures.DisallowYodaComparison.DisallowedYodaComparison"/><!-- false positives --> <exclude name="SlevomatCodingStandard.ControlStructures.DisallowYodaComparison"/><!-- false positives --> <exclude name="PSR1.Methods.CamelCapsMethodName.NotCamelCaps"/> <exclude name="PSR2.Methods.MethodDeclaration.Underscore"/> </rule> Loading
src/Unsigned.php +5 −0 Original line number Diff line number Diff line <?php /** * @copyright 2022 Anton Smirnov * @license BSD-2-Clause https://spdx.org/licenses/BSD-2-Clause.html */ declare(strict_types=1); namespace Arokettu\Unsigned; Loading
src/lib.php +5 −0 Original line number Diff line number Diff line <?php /** * @copyright 2022 Anton Smirnov * @license BSD-2-Clause https://spdx.org/licenses/BSD-2-Clause.html */ declare(strict_types=1); namespace Arokettu\Unsigned; Loading
tests/ArithmeticIntTest.php +5 −0 Original line number Diff line number Diff line <?php /** * @copyright 2022 Anton Smirnov * @license BSD-2-Clause https://spdx.org/licenses/BSD-2-Clause.html */ declare(strict_types=1); namespace Arokettu\Unsigned\Tests; Loading
tests/ArithmeticTest.php +5 −0 Original line number Diff line number Diff line <?php /** * @copyright 2022 Anton Smirnov * @license BSD-2-Clause https://spdx.org/licenses/BSD-2-Clause.html */ declare(strict_types=1); namespace Arokettu\Unsigned\Tests; Loading