File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Symfony/Component/Finder Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -528,7 +528,7 @@ public function ignoreUnreadableDirs($ignore = true)
528
528
/**
529
529
* Searches files and directories which match defined rules.
530
530
*
531
- * @param string|array $dirs A directory path or an array of directories
531
+ * @param string|string[] $dirs A directory path or an array of directories
532
532
*
533
533
* @return $this
534
534
*
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class ExcludeDirectoryFilterIterator extends FilterIterator implements \Recursiv
25
25
26
26
/**
27
27
* @param \Iterator $iterator The Iterator to filter
28
- * @param array $directories An array of directories to exclude
28
+ * @param string[] $directories An array of directories to exclude
29
29
*/
30
30
public function __construct (\Iterator $ iterator , array $ directories )
31
31
{
You can’t perform that action at this time.
0 commit comments