Loading phpcs.xml +3 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,9 @@ @see https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-Ruleset --> <ruleset name="Custom Standard" namespace="MyProject\CS\Standard"> <rule ref="SandFox_PHP70"/> <rule ref="SandFox_PHP70"> <exclude name="SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint"/> </rule> <rule ref="SlevomatCodingStandard.Namespaces.FullyQualifiedGlobalFunctions"> <properties> <!-- Reset to default (include all functions) --> Loading tests/ArithmeticIntTest.php +2 −2 Original line number Diff line number Diff line Loading @@ -355,7 +355,7 @@ class ArithmeticIntTest extends TestCase public function testDivModFromUuid2SameCaseButFor64Bit() { if (PHP_INT_SIZE < 8) { if (\PHP_INT_SIZE < 8) { $this->markTestSkipped(); } Loading @@ -373,7 +373,7 @@ class ArithmeticIntTest extends TestCase public function testDivModBigButBFits() { if (PHP_INT_SIZE < 8) { if (\PHP_INT_SIZE < 8) { $this->markTestSkipped(); } Loading Loading
phpcs.xml +3 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,9 @@ @see https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-Ruleset --> <ruleset name="Custom Standard" namespace="MyProject\CS\Standard"> <rule ref="SandFox_PHP70"/> <rule ref="SandFox_PHP70"> <exclude name="SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint"/> </rule> <rule ref="SlevomatCodingStandard.Namespaces.FullyQualifiedGlobalFunctions"> <properties> <!-- Reset to default (include all functions) --> Loading
tests/ArithmeticIntTest.php +2 −2 Original line number Diff line number Diff line Loading @@ -355,7 +355,7 @@ class ArithmeticIntTest extends TestCase public function testDivModFromUuid2SameCaseButFor64Bit() { if (PHP_INT_SIZE < 8) { if (\PHP_INT_SIZE < 8) { $this->markTestSkipped(); } Loading @@ -373,7 +373,7 @@ class ArithmeticIntTest extends TestCase public function testDivModBigButBFits() { if (PHP_INT_SIZE < 8) { if (\PHP_INT_SIZE < 8) { $this->markTestSkipped(); } Loading