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 ef0b6a6 + ad9a0b2 commit 6739594Copy full SHA for 6739594
1 file changed
src/Filters/Filter.php
@@ -247,13 +247,6 @@ protected function shouldIgnorePath($path)
247
}
248
249
foreach ($ignorePatterns as $pattern => $type) {
250
- // Maintains backwards compatibility in case the ignore pattern does
251
- // not have a relative/absolute value.
252
- if (is_int($pattern) === true) {
253
- $pattern = $type;
254
- $type = 'absolute';
255
- }
256
-
257
$replacements = [
258
'\\,' => ',',
259
'*' => '.*',
0 commit comments