Skip to content

Commit eba45c5

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: 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
1 parent c97e8af commit eba45c5

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)