Passed
Push — main ( acec45...087ce0 )
by Sammy
06:55
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);
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
         return self::$level_mapping[$level];
110 110
     }
111 111
 
112
-   /**  Error level meaning , from \Psr\Log\LogLevel.php
112
+    /**  Error level meaning , from \Psr\Log\LogLevel.php
113 113
      *  Error level mapping from \Psr\Log\LogLevel.php & http://php.net/manual/en/errorfunc.constants.php
114 114
      *
115 115
      * const EMERGENCY = 'emergency';
Please login to merge, or discard this patch.