Passed
Push — main ( 087ce0...28e6f9 )
by Sammy
01:20
created
src/LogLaddy.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -47,12 +47,12 @@  discard block
 block discarded – undo
47 47
     }
48 48
 
49 49
     /**
50
-      * handler for errors
51
-      * use set_error_handler([$instance, 'errorHandler']);
52
-      *
53
-      * https://www.php.net/manual/en/function.set-error-handler
54
-      *
55
-      */
50
+     * handler for errors
51
+     * use set_error_handler([$instance, 'errorHandler']);
52
+     *
53
+     * https://www.php.net/manual/en/function.set-error-handler
54
+     *
55
+     */
56 56
     public function errorHandler(int $level, string $message, string $file = '', int $line = 0): bool
57 57
     {
58 58
         $loglevel = self::mapErrorLevelToLogLevel($level);
@@ -121,7 +121,7 @@  discard block
 block discarded – undo
121 121
         return self::$level_mapping[$level];
122 122
     }
123 123
 
124
-   /**  Error level meaning, from \Psr\Log\LogLevel.php
124
+    /**  Error level meaning, from \Psr\Log\LogLevel.php
125 125
      *
126 126
      * const EMERGENCY = 'emergency';
127 127
      *                 // System is unusable.
Please login to merge, or discard this patch.