Skip to content

Commit

Permalink
Merge pull request #4 from andrey-helldar/analysis-2Q2aDP
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
Andrey Helldar authored Jan 27, 2020
2 parents e58fbb9 + af6c830 commit c0f0879
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ protected function getFile(string $filename): string
/**
* @param string $filename
*
* @return array
* @throws \Helldar\PrettyArray\Exceptions\FileDoesntExistsException
*
* @return array
*/
protected function requireFile(string $filename): array
{
Expand All @@ -39,8 +40,9 @@ protected function requireFile(string $filename): array
}

/**
* @return array
* @throws \Helldar\PrettyArray\Exceptions\FileDoesntExistsException
*
* @return array
*/
protected function requireSource(): array
{
Expand Down

0 comments on commit c0f0879

Please sign in to comment.