Skip to content

Commit 0c6f9ac

Browse files
Merge branch '4.4' into 5.4
* 4.4: [Messenger] Fix time-limit check exception [PhpUnitBridge] Fix language deprecations incorrectly marked as direct Tell about messenger:consume invalid limit options [Messenger] Do not throw 'no handlers' exception when skipping due to duplicate handling
2 parents 005ed05 + 33fa45f commit 0c6f9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exception/InvalidOptionException.php

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

1414
/**
15-
* Represents an incorrect option name typed in the console.
15+
* Represents an incorrect option name or value typed in the console.
1616
*
1717
* @author Jérôme Tamarelle <[email protected]>
1818
*/

0 commit comments

Comments
 (0)