Skip to content

Commit 1a68adf

Browse files
committed
Typo
1 parent e5e40ad commit 1a68adf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Bridge/Monolog/Tests/Handler/ConsoleHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public function testGetFormatter()
136136
$handler = new ConsoleHandler();
137137
$this->assertInstanceOf(
138138
ConsoleFormatter::class, $handler->getFormatter(),
139-
'-getFormatter returns ConsoleFormatter by default'
139+
'->getFormatter returns ConsoleFormatter by default'
140140
);
141141
}
142142

src/Symfony/Bridge/Monolog/Tests/Handler/ServerLogHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function testGetFormatter()
4444
{
4545
$handler = new ServerLogHandler('tcp://127.0.0.1:9999');
4646
$this->assertInstanceOf(VarDumperFormatter::class, $handler->getFormatter(),
47-
'-getFormatter returns VarDumperFormatter by default'
47+
'->getFormatter returns VarDumperFormatter by default'
4848
);
4949
}
5050

0 commit comments

Comments
 (0)