Completed
Push — master ( 315c90...d233e2 )
by Roberto
24:27 queued 09:39
created
src/Traits/Transactions.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
      *
55 55
      * See: https://redis.io/commands/watch.
56 56
      *
57
-     * @param  splat $keys
57
+     * @param  splat[] $keys
58 58
      *
59 59
      * @return bool
60 60
      */
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
      *
71 71
      * See: https://redis.io/commands/unwatch.
72 72
      *
73
-     * @param  splat $keys
73
+     * @param  splat[] $keys
74 74
      *
75 75
      * @return bool
76 76
      */
Please login to merge, or discard this patch.