Completed
Pull Request — master (#84)
by Roberto
11:55
created
src/Traits/Hashes.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
      * See: https://redis.io/commands/hdel.
11 11
      *
12 12
      * @param  string $key
13
-     * @param  splat $fields
13
+     * @param  splat[] $fields
14 14
      *
15 15
      * @return int          LONG the number of deleted keys, 0 if the key doesn't
16 16
      *                      exist, FALSE if the key isn't a hash.
Please login to merge, or discard this patch.