@@ -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; |