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 {