Skip to content

Commit 811b2b0

Browse files
author
Andrey Helldar
authored
Merge pull request #2 from andrey-helldar/analysis-BMo1D9
Apply fixes from StyleCI
2 parents f644536 + 19ee7a8 commit 811b2b0

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)