diff --git a/System/Abstracts/Input.php b/System/Abstracts/Input.php index 89f991b5..79365d37 100644 --- a/System/Abstracts/Input.php +++ b/System/Abstracts/Input.php @@ -18,7 +18,7 @@ class Input /** * Input constructor. * @param $argv - * @throws Exception + * @throws */ public function __construct($argv) { diff --git a/System/Application.php b/System/Application.php index 5d9f40bb..44d6c6a4 100644 --- a/System/Application.php +++ b/System/Application.php @@ -71,7 +71,7 @@ class Application extends BaseApplication /** * @param string $command - * @throws ComponentException + * @throws */ public function register(string $command) {