diff --git a/tests/TestCase.php b/tests/TestCase.php index 82d5286..8259df6 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -28,8 +28,9 @@ protected function getFile(string $filename): string /** * @param string $filename * - * @return array * @throws \Helldar\PrettyArray\Exceptions\FileDoesntExistsException + * + * @return array */ protected function requireFile(string $filename): array { @@ -39,8 +40,9 @@ protected function requireFile(string $filename): array } /** - * @return array * @throws \Helldar\PrettyArray\Exceptions\FileDoesntExistsException + * + * @return array */ protected function requireSource(): array {