Completed
Push — master ( eca9f9...a6087f )
by Mikhail
10:12 queued 10s
created
src/SilexPinbaProvider/pinba_emulator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,4 +40,4 @@
 block discarded – undo
40 40
         'hostname'    => 'emulate hostname',
41 41
         "server_name" => 'emulate server name',
42 42
     );
43
- }
44 43
\ No newline at end of file
44
+    }
45 45
\ No newline at end of file
Please login to merge, or discard this patch.
src/SilexPinbaProvider/Test/PinbaTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
 
90 90
     public function stop()
91 91
     {
92
-       $this->storage['tags'] = $this->tags;
92
+        $this->storage['tags'] = $this->tags;
93 93
     }
94 94
 
95 95
 }
Please login to merge, or discard this patch.