Passed
Push — main ( e2e254...b96080 )
by Zsolt
08:53
created
src/AbstractLogger.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
     public function getLevelCode(string $level): int
87 87
     {
88 88
         if ($this->levelIsValid($level) === false) {
89
-           // echo __METHOD__;
89
+            // echo __METHOD__;
90 90
             throw new \InvalidArgumentException('Invalid log-level provided.');
91 91
         }
92 92
         //print_r(array_search($level, $this->levels));
Please login to merge, or discard this patch.