Skip to content

Commit f1d76d5

Browse files
author
Andrii Afanasiev
committed
fix cs
1 parent 76eec7f commit f1d76d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SymfonyRollbarBundle/EventListener/ExceptionListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function testInvalidHandleParams($data)
6161
$container = static::$kernel->getContainer();
6262

6363
$handler = new ErrorHandler();
64-
$handler->setAssert(function($record) {
64+
$handler->setAssert(function ($record) {
6565
$this->assertNotEmpty($record);
6666

6767
$this->assertEquals('Undefined exception', $record['message']);

0 commit comments

Comments
 (0)