From 19ee7a826210ca8096d9b986f0060456a145ef3c Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Sat, 25 Jan 2020 22:16:18 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Services/File.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Services/File.php b/src/Services/File.php index bc2781c..cf00e4c 100644 --- a/src/Services/File.php +++ b/src/Services/File.php @@ -23,8 +23,9 @@ public static function make(string $content) /** * @param string $filename * - * @return array * @throws \Helldar\PrettyArray\Exceptions\FileDoesntExistsException + * + * @return array */ public function load(string $filename): array {