Skip to content

Commit 1e87dbd

Browse files
Merge branch '5.1' into 5.2
* 5.1: Cleanup CI scripts fix code style fix code style take query and request parameters into account when matching routes mistake fix tests to run assertions on returned Crawler instances propagate groups to nested constraints
2 parents 805b6e1 + eba45c5 commit 1e87dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Fixtures/long_receiver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
public function dispatch($envelope, array $stamps = []): Envelope
4141
{
4242
echo 'Get envelope with message: '.get_class($envelope->getMessage())."\n";
43-
echo sprintf("with stamps: %s\n", json_encode(array_keys($envelope->all()), JSON_PRETTY_PRINT));
43+
echo sprintf("with stamps: %s\n", json_encode(array_keys($envelope->all()), \JSON_PRETTY_PRINT));
4444

4545
sleep(30);
4646
echo "Done.\n";

0 commit comments

Comments
 (0)