Support for "Globstar" pattern #279
ci.yml
on: pull_request
Coding Guidelines
11s
Static Analysis
27s
Matrix: Tests
Annotations
6 errors
Coding Guidelines
Process completed with exit code 8.
|
Static Analysis:
src/Factory.php#L113
Method SebastianBergmann\FileIterator\Factory::globstar() never returns false so it can be removed from the return type.
|
Static Analysis:
src/Factory.php#L113
Method SebastianBergmann\FileIterator\Factory::globstar() return type has no value type specified in iterable type array.
|
Static Analysis:
src/Factory.php#L133
Parameter #2 ...$arrays of function array_merge expects array, array|false given.
|
Static Analysis:
src/Factory.php#L137
Parameter #1 $array of function array_unique expects array, array|false given.
|
Static Analysis
Process completed with exit code 1.
|