Skip to content

Commit 3b2cf68

Browse files
keradusnicolas-grekas
authored andcommitted
chore: PHP CS Fixer - restore PHP / PHPUnit rulesets
1 parent cb829c8 commit 3b2cf68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Caster/GmpCasterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class GmpCasterTest extends TestCase
2525
public function testCastGmp()
2626
{
2727
$gmpString = gmp_init('1234');
28-
$gmpOctal = gmp_init(010);
28+
$gmpOctal = gmp_init(0o10);
2929
$gmp = gmp_init('01101');
3030
$gmpDump = <<<EODUMP
3131
array:1 [

0 commit comments

Comments
 (0)