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 6629723 commit c71054eCopy full SHA for c71054e
1 file changed
src/Path.php
@@ -209,7 +209,7 @@ public function absolute(): self
209
public function match(string|self $pattern): bool
210
{
211
\is_string($pattern) and $pattern = self::create($pattern);
212
- return \fnmatch((string) $pattern->absolute(), $this->absolute()->path, \FNM_NOESCAPE | \FNM_CASEFOLD);
+ return \fnmatch((string) $pattern->absolute(), $this->absolute()->path, \FNM_NOESCAPE);
213
}
214
215
/**
0 commit comments