Skip to content

Commit 4a7fa24

Browse files
Merge branch '7.4' into 8.0
* 7.4: [Messenger] fix tests using Redis fix intl tests PHPUnit command chore: PHP CS Fixer - restore PHP / PHPUnit rulesets
2 parents e00937b + ff7a966 commit 4a7fa24

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)