Completed
Push — master ( c89762...e8d187 )
by Pol
03:02 queued 15s
created
src/Log/Logger.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,6 +17,6 @@
 block discarded – undo
17 17
     $this->setHandlers([
18 18
       new StreamHandler('php://memory', \Monolog\Logger::DEBUG),
19 19
     ]);
20
-   }
20
+    }
21 21
 
22 22
 }
Please login to merge, or discard this patch.