Skip to content

Commit f4ee0eb

Browse files
minor #34176 [4.3] Remove unused local variables (fancyweb)
This PR was merged into the 4.3 branch. Discussion ---------- [4.3] Remove unused local variables | Q | A | ------------- | --- | Branch? | 4.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Follow up of symfony/symfony#34105 on 4.3. Commits ------- 58161b8eec [4.3] Remove unused local variables
2 parents 555b9d9 + d0f5193 commit f4ee0eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ResourceCheckerConfigCache.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ private function getMetaFile()
154154

155155
private function safelyUnserialize($file)
156156
{
157-
$e = null;
158157
$meta = false;
159158
$content = file_get_contents($file);
160159
$signalingException = new \UnexpectedValueException();

0 commit comments

Comments
 (0)