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.
2 parents 916b5af + 6739594 commit d5d7d2fCopy full SHA for d5d7d2f
1 file changed
src/Filters/Filter.php
@@ -270,13 +270,6 @@ protected function shouldIgnorePath($path)
270
}
271
272
foreach ($ignorePatterns as $pattern => $type) {
273
- // Maintains backwards compatibility in case the ignore pattern does
274
- // not have a relative/absolute value.
275
- if (is_int($pattern) === true) {
276
- $pattern = $type;
277
- $type = 'absolute';
278
- }
279
-
280
$replacements = [
281
'\\,' => ',',
282
'*' => '.*',
0 commit comments