8000 Mark as internal · symfony/symfony@2840059 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2840059

Browse files
committed
Mark as internal
1 parent 73f8805 commit 2840059

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Logger/Logger.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
/**
1919
* Minimalist PSR-3 logger designed to write in stdout, stderr or any other stream.
2020
*
21+
* @internal
22+
*
2123
* @author Kévin Dunglas <dunglas@gmail.com>
2224
*/
2325
final class Logger extends AbstractLogger

src/Symfony/Bundle/FrameworkBundle/Tests/Logger/LoggerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ public function testFormatter()
190190
$this->assertEquals(array(
191191
'{"level":"error","message":"An error","context":{"foo":"bar"}}',
192192
'{"level":"warning","message":"A warning","context":{"baz":"bar"}}',
193-
194193
), $this->getLogs());
195194
}
196195
}

0 commit comments

Comments
 (0)
0