Commit 3ce4bd7
committed
relax format assertions for fstat() results on Windows
According to https://www.php.net/manual/en/function.stat.php the serial
number of the volume that contains the file is returned for the "dev" entry
as a 64-bit unsigned integer which may overflow.1 parent d51863d commit 3ce4bd7
File tree
1 file changed
+1
-1
lines changed- src/Symfony/Component/VarDumper/Tests/Caster
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments