Skip to content

Commit

Permalink
Fix phpdoc argument types not matching actual types
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianbadoi authored and UFOMelkor committed Jul 9, 2018
1 parent 65f588c commit a658ac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Hal/Component/File/Finder.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ class Finder
private $flags;

/**
* @param string $extensions regex of file extensions to include
* @param string $excludedDirs regex of directories to exclude
* @param string[] $extensions regex of file extensions to include
* @param string[] $excludedDirs regex of directories to exclude
* @param integer $flags
*/
public function __construct(array $extensions = ['php'], array $excludedDirs = [], $flags = null)
Expand Down

0 comments on commit a658ac1

Please sign in to comment.