Skip to content

Commit 5aeac35

Browse files
Merge branch '5.1' into 5.2
* 5.1: minor cs fix [Config][TwigBundle] Fixed syntax error in config [DI] Fix Xdebug 3.0 detection Use php8 stable [Notifier] Streamline changelogs of notifier bridges [Cache] fix checking for redis_sentinel support [Messenger] Fixed wording in php doc [Intl] Update the ICU data to 68.1 [FrameworkBundle] acces public-deprecated services via the private container to remove false-positive deprecations Remove unused @throws tags and handling of never thrown exceptions [PhpUnitBridge] Fix disabling DeprecationErrorHandler from phpunit configuration file
2 parents 1003e2f + 5a3564f commit 5aeac35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exception/RecoverableExceptionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Marker interface for exceptions to indicate that handling a message should have worked.
1616
*
1717
* If something goes wrong while handling a message that's received from a transport
18-
* and the message should must be retried, a handler can throw such an exception.
18+
* and the message should be retried, a handler can throw such an exception.
1919
*
2020
* @author Jérémy Derussé <jeremy@derusse.com>
2121
*/

0 commit comments

Comments
 (0)