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 b8e9cae commit 385bd32Copy full SHA for 385bd32
src/Iterator.php
@@ -94,7 +94,7 @@ private function acceptSuffix(string $filename): bool
94
*/
95
private function acceptSubString(string $filename, array $subStrings, int $type): bool
96
{
97
- if (empty($subStrings)) {
+ if ($subStrings === []) {
98
return true;
99
}
100
0 commit comments