diff --git a/test/Formatter/ErrorHandlerTest.php b/test/Formatter/ErrorHandlerTest.php index 79d150fd..fd8a29a8 100644 --- a/test/Formatter/ErrorHandlerTest.php +++ b/test/Formatter/ErrorHandlerTest.php @@ -54,7 +54,7 @@ public function testSetDateTimeFormat() $this->assertEquals('r', $formatter->getDateTimeFormat()); } - public function testComplexEvent () + public function testComplexEvent() { $date = new DateTime(); $stringObject = new StringObject();