Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed static code analysis errors.
  • Loading branch information
Nicolas D'Amours committed Aug 14, 2024
1 parent 824597e commit 72f42ff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,8 @@ private function resolveWildcards(array $paths): array

/**
* @see https://gist.github.com/funkjedi/3feee27d873ae2297b8e2370a7082aad
* @param $pattern
* @param $flags
* @return array|false
* @param string $pattern
* @return list<non-empty-string>
*/
private function globstar(string $pattern) {
if (stripos($pattern, '**') === false) {
Expand Down

0 comments on commit 72f42ff

Please sign in to comment.