Completed
Push — master ( 1e0dc3...b0ee70 )
by Raffael
01:45
created
tests/MockLogger.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 {
8 8
     public $storage = [];
9 9
 
10
-    public function log($level, $message, array $context=[])
10
+    public function log($level, $message, array $context = [])
11 11
     {
12 12
         $this->storage[] = [
13 13
             'level'     => $level,
Please login to merge, or discard this patch.