Skip to content

Commit f22ea1e

Browse files
Merge branch '11.4' into 11.5
2 parents 7b25583 + dcb0277 commit f22ea1e

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"phpunit/php-timer": "^7.0.1",
4040
"sebastian/cli-parser": "^3.0.2",
4141
"sebastian/code-unit": "^3.0.1",
42-
"sebastian/comparator": "^6.1.0",
42+
"sebastian/comparator": "^6.1.1",
4343
"sebastian/diff": "^6.0.2",
4444
"sebastian/environment": "^7.2.0",
4545
"sebastian/exporter": "^6.1.3",

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/unit/Framework/Constraint/Equality/IsEqualCanonicalizingTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ public static function provider(): array
192192
+++ Actual
193193
@@ @@
194194
stdClass Object (
195-
- 'foo' => 'bar'
196-
+ 'bar' => 'foo'
195+
- 0 => 'bar'
196+
+ 0 => 'foo'
197197
)
198198

199199
EOT,

0 commit comments

Comments
 (0)