Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0bcc5af

Browse filesBrowse files
Minor cleanups
1 parent 47ee1d5 commit 0bcc5af
Copy full SHA for 0bcc5af

File tree

2 files changed

+0
-3
lines changed
Filter options

2 files changed

+0
-3
lines changed

‎src/Symfony/Bundle/FrameworkBundle/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/composer.json
-1Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php
-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.