Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar authored and StyleCIBot committed Jan 27, 2020
1 parent e58fbb9 commit af6c830
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 af6c830

Please sign in to comment.