Completed
Push — master ( 65353d...52998a )
by Petre
08:14
created
src/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.