10000 [Process] added a note about user-defined error exist codes · gbenoit79/symfony@0a7f466 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a7f466

Browse files
committed
[Process] added a note about user-defined error exist codes
1 parent 34b1b6b commit 0a7f466

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/Process/Process.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ class Process
5050
/**
5151
* Exit codes translation table.
5252
*
53+
* User-defined errors must use exit codes in the 64-113 range.
54+
*
5355
* @var array
5456
*/
5557
static public $exitCodes = array(

0 commit comments

Comments
 (0)
0