Passed
Push — main ( b4a50a...bec60e )
by Sammy
01:22
created
LogLaddy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -151,7 +151,7 @@
 block discarded – undo
151 151
             ];
152 152
         }
153 153
         if (!isset(self::$level_mapping[$level])) {
154
-            throw new \Exception(__FUNCTION__ . "($level): $level is unknown");
154
+            throw new \Exception(__FUNCTION__."($level): $level is unknown");
155 155
         }
156 156
 
157 157
         return self::$level_mapping[$level];
Please login to merge, or discard this patch.