Skip to content

Commit b5e7830

Browse files
Nicolas D'Amourssebastianbergmann
authored andcommitted
[FEATURE] #82
Fixed static code analysis errors.
1 parent 81769ea commit b5e7830

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Factory.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,8 @@ private function resolveWildcards(array $paths): array
106106

107107
/**
108108
* @see https://gist.github.com/funkjedi/3feee27d873ae2297b8e2370a7082aad
109-
* @param $pattern
110-
* @param $flags
111-
* @return array|false
109+
* @param string $pattern
110+
* @return list<non-empty-string>
112111
*/
113112
private function globstar(string $pattern) {
114113
if (stripos($pattern, '**') === false) {

0 commit comments

Comments
 (0)