Skip to content

Commit 55ffdf9

Browse files
committed
minor #30009 [MonologBridge] Remove unused local variable (samnela)
This PR was merged into the 4.1 branch. Discussion ---------- [MonologBridge] Remove unused local variable | Q | A | ------------- | --- | Branch? | 4.1 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a Commits ------- 5580473 [MonologBridge] Remove unused local variable
2 parents fceb2a2 + 5580473 commit 55ffdf9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Bridge/Monolog/Handler/FingersCrossed/HttpCodeActivationStrategy.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public function isHandlerActivated(array $record)
6060
continue;
6161
}
6262

63-
$urlBlacklist = null;
6463
if (\count($exclusion['urls'])) {
6564
return !preg_match('{('.implode('|', $exclusion['urls']).')}i', $request->getPathInfo());
6665
}

0 commit comments

Comments
 (0)