Completed
Push — master ( c1663c...4b2fbd )
by Petre
02:23
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.