Skip to content

Commit c6a2292

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: relax format assertions for fstat() results on Windows update ICU data from 75.1 to 76.1 fix referencing the SYMFONY_VERSION env var handle error results of DateTime::modify()
2 parents a028028 + 7bb01a4 commit c6a2292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Caster/SplCasterTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function testCastFileObject()
104104
flags: DROP_NEW_LINE|SKIP_EMPTY
105105
maxLineLen: 0
106106
fstat: array:26 [
107-
"dev" => %d
107+
"dev" => %i
108108
"ino" => %i
109109
"nlink" => %d
110110
"rdev" => 0

0 commit comments

Comments
 (0)