diff --git a/src/Box.php b/src/Box.php index d7c9afbdd..29de662d0 100644 --- a/src/Box.php +++ b/src/Box.php @@ -14,7 +14,6 @@ namespace KevinGH\Box; -use Amp\MultiReasonException; use Amp\Parallel\Worker\TaskFailureThrowable; use BadMethodCallException; use Countable; @@ -446,8 +445,6 @@ public function signUsingKey(string $key, ?string $password): void /** * @param string[] $files * - * @throws MultiReasonException - * * @return array array of tuples where the first element is the local file path (path inside the PHAR) and the * second element is the processed contents */