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.
1 parent 47ee1d5 commit 0bcc5afCopy full SHA for 0bcc5af
src/Symfony/Bundle/FrameworkBundle/composer.json
@@ -66,7 +66,6 @@
66
"symfony/asset": "<3.3",
67
"symfony/console": "<3.3",
68
"symfony/form": "<3.3",
69
- "symfony/http-kernel": "<3.4",
70
"symfony/property-info": "<3.3",
71
"symfony/serializer": "<3.3",
72
"symfony/translation": "<3.4",
src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php
@@ -98,8 +98,6 @@ public function testNotice()
98
// dummy function to test trace in error handler.
99
private static function triggerNotice($that)
100
{
101
- // dummy variable to check for in error handler.
102
- $foobar = 123;
103
$that->assertSame('', $foo.$foo.$bar);
104
}
105
0 commit comments