1
0
Fork 0

Merge branch '1.10'

pull/9391/head
Jordi Boggiano 2020-10-30 17:56:22 +01:00
commit 52f98fd228
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ abstract class BaseExcludeFilter
$path = $relativePath;
}
if (preg_match($pattern, $path)) {
if (@preg_match($pattern, $path)) {
$exclude = !$negate;
}
}