From af6c830e72bacee2607e49ae1b5e9ca25c43a488 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Mon, 27 Jan 2020 09:57:28 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/TestCase.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 {