Passed
Branch master (95a069)
by Carlo
03:01
created
Category
Monolog/Handler/FluentdHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
         // By default FluentLogger would write to stderr for every message gone wrong.
37 37
         // We find it a bad default (you would probably start to log miriad of data as error).
38 38
         // You can reset the same or a different error handler by accessing the logger with getFluentLogger();
39
-        $this->fluentLogger->registerErrorHandler(function ($logger, $entity, $error) {});
39
+        $this->fluentLogger->registerErrorHandler(function($logger, $entity, $error) {});
40 40
     }
41 41
 
42 42
     /**
Please login to merge, or discard this patch.