This commit is contained in:
2020-09-08 14:28:02 +08:00
parent dfa6a4cf34
commit 227c410fe2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class Input
/** /**
* Input constructor. * Input constructor.
* @param $argv * @param $argv
* @throws Exception * @throws
*/ */
public function __construct($argv) public function __construct($argv)
{ {
+1 -1
View File
@@ -71,7 +71,7 @@ class Application extends BaseApplication
/** /**
* @param string $command * @param string $command
* @throws ComponentException * @throws
*/ */
public function register(string $command) public function register(string $command)
{ {