Passed
Push — main ( 8cc9f6...eb1f6e )
by Sammy
01:24
created
LogLaddy.class.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@
 block discarded – undo
159 159
    * const NOTICE    = 'notice'; // Normal but significant events.
160 160
    * const INFO      = 'info'; // Interesting events. User logs in, SQL logs.
161 161
    * const DEBUG     = 'debug'; // Detailed debug information.
162
-  */
162
+   */
163 163
   private static function map_error_level_to_log_level($level) : string
164 164
   {
165 165
     // http://php.net/manual/en/errorfunc.constants.php
Please login to merge, or discard this patch.