Completed
Pull Request — master (#24)
by
unknown
07:25 queued 03:43
created
src/Logger/Logger.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -152,7 +152,7 @@
 block discarded – undo
152 152
             foreach ($this->taskStack as $task) {
153 153
                 list($taskStr, $taskTimestamp, $taskIndentLevel) = $task;
154 154
                 if ($taskIndentLevel > $this->getMaxLevel()) {
155
-                  $this->write($taskTimestamp, LogLevels::INFO, $taskStr, $taskIndentLevel);
155
+                    $this->write($taskTimestamp, LogLevels::INFO, $taskStr, $taskIndentLevel);
156 156
                 }
157 157
             }
158 158
         }
Please login to merge, or discard this patch.