Skip to content

Commit d93ef84

Browse files
committed
docs: add doc comments
1 parent eafb769 commit d93ef84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

system/CLI/Commands.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function __construct($logger = null)
5151
/**
5252
* Runs a command given
5353
*
54-
* @return int|void
54+
* @return int|void Exit code
5555
*/
5656
public function run(string $command, array $params)
5757
{

system/CLI/Console.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Console
2828
/**
2929
* Runs the current command discovered on the CLI.
3030
*
31-
* @return int|void
31+
* @return int|void Exit code
3232
*
3333
* @throws Exception
3434
*/

0 commit comments

Comments
 (0)