Simplify regex pattern
parent
03e796bde6
commit
4c35f54356
|
@ -429,10 +429,7 @@ EOT
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
$pattern = sprintf(
|
$pattern = sprintf('{^/?%s(/\*?)?$}', preg_quote($vendor));
|
||||||
'~^/?%s(/|/\*)?$~',
|
|
||||||
preg_quote($vendor, '~')
|
|
||||||
);
|
|
||||||
|
|
||||||
$lines = file($ignoreFile, FILE_IGNORE_NEW_LINES);
|
$lines = file($ignoreFile, FILE_IGNORE_NEW_LINES);
|
||||||
foreach ($lines as $line) {
|
foreach ($lines as $line) {
|
||||||
|
|
Loading…
Reference in New Issue