Completed
Branch master (90c851)
by Petre
09:36
created
Category
Builder/NotifierBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -164,7 +164,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
Tests/DependencyInjection/SMAirbrakeExtensionTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
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',
Please login to merge, or discard this patch.