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.