We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76eec7f commit f1d76d5Copy full SHA for f1d76d5
tests/SymfonyRollbarBundle/EventListener/ExceptionListenerTest.php
@@ -61,7 +61,7 @@ public function testInvalidHandleParams($data)
61
$container = static::$kernel->getContainer();
62
63
$handler = new ErrorHandler();
64
- $handler->setAssert(function($record) {
+ $handler->setAssert(function ($record) {
65
$this->assertNotEmpty($record);
66
67
$this->assertEquals('Undefined exception', $record['message']);
0 commit comments