diff --git a/src/DirectAdmin.php b/src/DirectAdmin.php index f1292f1..2f19c12 100755 --- a/src/DirectAdmin.php +++ b/src/DirectAdmin.php @@ -113,10 +113,6 @@ protected function getQueryParams(): array ]; } - /** - * @throws ConnectionFailed - * @throws InvalidResponse - */ public function __call(string $name, array $arguments) { if (method_exists($this, $name)) {