Skip to content

Commit 0bcc5af

Browse files
Minor cleanups
1 parent 47ee1d5 commit 0bcc5af

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
"symfony/asset": "<3.3",
6767
"symfony/console": "<3.3",
6868
"symfony/form": "<3.3",
69-
"symfony/http-kernel": "<3.4",
7069
"symfony/property-info": "<3.3",
7170
"symfony/serializer": "<3.3",
7271
"symfony/translation": "<3.4",

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)