Skip to content

Commit

Permalink
chore: remove docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
ju5t committed Jun 1, 2024
1 parent efd1dc4 commit 0d59357
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/DirectAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,6 @@ protected function getQueryParams(): array
];
}

/**
* @throws ConnectionFailed
* @throws InvalidResponse
*/
public function __call(string $name, array $arguments)
{
if (method_exists($this, $name)) {
Expand Down

0 comments on commit 0d59357

Please sign in to comment.