We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eafb769 commit d93ef84Copy full SHA for d93ef84
system/CLI/Commands.php
@@ -51,7 +51,7 @@ public function __construct($logger = null)
51
/**
52
* Runs a command given
53
*
54
- * @return int|void
+ * @return int|void Exit code
55
*/
56
public function run(string $command, array $params)
57
{
system/CLI/Console.php
@@ -28,7 +28,7 @@ class Console
28
29
* Runs the current command discovered on the CLI.
30
31
32
33
* @throws Exception
34
0 commit comments