Passed
Push — main ( edf1fe...b4a50a )
by Sammy
06:22 queued 15s
created
LogLaddy.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@
 block discarded – undo
172 172
    * const NOTICE    = 'notice'; // Normal but significant events.
173 173
    * const INFO      = 'info'; // Interesting events. User logs in, SQL logs.
174 174
    * const DEBUG     = 'debug'; // Detailed debug information.
175
-  */
175
+   */
176 176
     private static function mapErrorLevelToLogLevel($level): string
177 177
     {
178 178
       // http://php.net/manual/en/errorfunc.constants.php
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,6 +115,6 @@
 block discarded – undo
115 115
             return $m[$level];
116 116
         }
117 117
 
118
-        throw new \Exception(__FUNCTION__ . "($level): $level is unknown");
118
+        throw new \Exception(__FUNCTION__."($level): $level is unknown");
119 119
     }
120 120
 }
Please login to merge, or discard this patch.