Completed
Push — master ( 9a1e57...9eab6b )
by Kamil
02:30
created
src/Redis/Driver/DriverInterface.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -6,5 +6,8 @@
 block discarded – undo
6 6
 
7 7
 interface DriverInterface
8 8
 {
9
+    /**
10
+     * @return string
11
+     */
9 12
     public function commands(Request $request);
10 13
 }
11 14
\ No newline at end of file
Please login to merge, or discard this patch.
src/Redis/Redis.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@
 block discarded – undo
162 162
 
163 163
         $this->reqs = [];
164 164
 
165
-         // TODO patch missing pub/sub, pipeline, auth
165
+            // TODO patch missing pub/sub, pipeline, auth
166 166
         $this->handleStop();
167 167
         $this->emit('stop', [ $this ]);
168 168
 
Please login to merge, or discard this patch.