Skip to content

Commit

Permalink
Merge pull request #2 from vitalyiegorov/scrutinizer-patch-2
Browse files Browse the repository at this point in the history
Scrutinizer Auto-Fixes
  • Loading branch information
vitalyiegorov committed Dec 9, 2014
2 parents 058b28e + e6ddfe1 commit 4c67710
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/FileService.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ public function isDir($filePath)
* @param array $result Collection of restricted paths
* @return array $path recursive directory listing
*/
public function dir($path, $restrict = array(), & $result = array()) {
public function dir($path, $restrict = array(), & $result = array())
{
return $this->fileService->dir($path, $restrict, $result);
}

Expand Down

0 comments on commit 4c67710

Please sign in to comment.