Passed
Push — main ( a30411...4fdd0e )
by Sammy
03:07 queued 01:24
created
LogLaddy.php 1 patch
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.