Completed
Push — master ( 9eab6b...93ca92 )
by Kamil
10s
created
src/Redis/Command/Api/ApiKeyValInterface.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@  discard block
 block discarded – undo
21 21
      * @param int $end
22 22
      * @return mixed
23 23
      */
24
-    public function bitCount($key, $start=0, $end=-1);
24
+    public function bitCount($key, $start = 0, $end = -1);
25 25
 
26 26
     /**
27 27
      * @doc https://redis.io/commands/bitfield
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
      * @param int $end
53 53
      * @return mixed
54 54
      */
55
-    public function bitPos($key, $bit, $start=0, $end=-1);
55
+    public function bitPos($key, $bit, $start = 0, $end = -1);
56 56
 
57 57
     /**
58 58
      * @doc https://redis.io/commands/decr
Please login to merge, or discard this patch.