Skip to content

Commit c0f0879

Browse files
author
Andrey Helldar
authored
Merge pull request #4 from andrey-helldar/analysis-2Q2aDP
Apply fixes from StyleCI
2 parents e58fbb9 + af6c830 commit c0f0879

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/TestCase.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ protected function getFile(string $filename): string
2828
/**
2929
* @param string $filename
3030
*
31-
* @return array
3231
* @throws \Helldar\PrettyArray\Exceptions\FileDoesntExistsException
32+
*
33+
* @return array
3334
*/
3435
protected function requireFile(string $filename): array
3536
{
@@ -39,8 +40,9 @@ protected function requireFile(string $filename): array
3940
}
4041

4142
/**
42-
* @return array
4343
* @throws \Helldar\PrettyArray\Exceptions\FileDoesntExistsException
44+
*
45+
* @return array
4446
*/
4547
protected function requireSource(): array
4648
{

0 commit comments

Comments
 (0)