Skip to content

Commit d203ee3

Browse files
Merge branch '3.4'
* 3.4: Minor cleanups
2 parents 7974cd7 + 0bcc5af commit d203ee3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ public function testNotice()
9898
// dummy function to test trace in error handler.
9999
private static function triggerNotice($that)
100100
{
101-
// dummy variable to check for in error handler.
102-
$foobar = 123;
103101
$that->assertSame('', $foo.$foo.$bar);
104102
}
105103

0 commit comments

Comments
 (0)