We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81769ea commit b5e7830Copy full SHA for b5e7830
src/Factory.php
@@ -106,9 +106,8 @@ private function resolveWildcards(array $paths): array
106
107
/**
108
* @see https://gist.github.com/funkjedi/3feee27d873ae2297b8e2370a7082aad
109
- * @param $pattern
110
- * @param $flags
111
- * @return array|false
+ * @param string $pattern
+ * @return list<non-empty-string>
112
*/
113
private function globstar(string $pattern) {
114
if (stripos($pattern, '**') === false) {
0 commit comments