Passed
Push — main ( edf1fe...b4a50a )
by Sammy
06:22 queued 15s
created
LogLaddy.php 1 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.