Skip to content

Commit 894d581

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Update ExceptionInterface.php Revert removal of Stringable check Flush with flush() after ob_end_flush() [Validator] : Fix "PHP Warning: Undefined array key 1" in NotCompromisedPasswordValidator [Validator] Fix traverse option on Valid constraint when used as Attribute [HttpFoundation] Fix deleteFileAfterSend on client abortion Prevent that bad Ignore method annotations lead to incorrect results also fix the test fix deprecation fix sending request to paths containing multiple slashes Fix generated validation error message for wrong exception mapping status code
2 parents ce30027 + 0a74b00 commit 894d581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exception/ExceptionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Symfony\Component\Messenger\Exception;
1313

1414
/**
15-
* Base Message component's exception.
15+
* Base Messenger component's exception.
1616
*
1717
* @author Samuel Roze <[email protected]>
1818
*/

0 commit comments

Comments
 (0)