We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58fbb9 commit af6c830Copy full SHA for af6c830
tests/TestCase.php
@@ -28,8 +28,9 @@ protected function getFile(string $filename): string
28
/**
29
* @param string $filename
30
*
31
- * @return array
32
* @throws \Helldar\PrettyArray\Exceptions\FileDoesntExistsException
+ *
33
+ * @return array
34
*/
35
protected function requireFile(string $filename): array
36
{
@@ -39,8 +40,9 @@ protected function requireFile(string $filename): array
39
40
}
41
42
43
44
45
46
47
protected function requireSource(): array
48
0 commit comments