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 3e0bdfb commit 0443e74Copy full SHA for 0443e74
1 file changed
src/Specification/Glob.php
@@ -372,6 +372,7 @@ public function canBeSatisfiedBySomethingBelow(array $value) : bool
372
}
373
374
$spec = new Glob($boundedPrefixGlob);
375
+
376
return $spec->isSatisfiedBy($prefixValue);
377
378
0 commit comments