Skip to content

Commit 5877f89

Browse files
author
Andrey Helldar
committed
Merge remote-tracking branch 'origin/master'
2 parents b493f34 + 811b2b0 commit 5877f89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Services/File.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ public static function make(string $content)
2323
/**
2424
* @param string $filename
2525
*
26-
* @return array
2726
* @throws \Helldar\PrettyArray\Exceptions\FileDoesntExistsException
27+
*
28+
* @return array
2829
*/
2930
public function load(string $filename): array
3031
{

0 commit comments

Comments
 (0)