@@ -164,7 +164,7 @@ |
||
164 | 164 | ]); |
165 | 165 | |
166 | 166 | if (false === empty($this->ignoredExceptions)) { |
167 | - $notifierInstance->addFilter(function ($notice) { |
|
167 | + $notifierInstance->addFilter(function($notice) { |
|
168 | 168 | foreach ($this->ignoredExceptions as $exceptionClass) { |
169 | 169 | if ($notice['errors'][0]['type'] === $exceptionClass) { |
170 | 170 | return null; |
@@ -51,7 +51,7 @@ |
||
51 | 51 | |
52 | 52 | public function testGivenNoConfigurationAndHavingAnAppVersionStoredInTheContainerFromEnvironmentalVariablesOrOtherwiseThenTheContainerParametersWillBePopulatedWithTheCustomValue() |
53 | 53 | { |
54 | - $configs = [ |
|
54 | + $configs = [ |
|
55 | 55 | 'sm_airbrake' => [ |
56 | 56 | 'root_directory' => '/var/www/symfony/app', |
57 | 57 | 'app_version' => '1.0RC', |