Completed
Pull Request — master (#84)
by Roberto
01:51
created
src/Traits/Hashes.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,9 +10,9 @@
 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
-     * @return int          LONG the number of deleted keys, 0 if the key doesn't
15
+     * @return boolean          LONG the number of deleted keys, 0 if the key doesn't
16 16
      *                      exist, FALSE if the key isn't a hash.
17 17
      */
18 18
     public function hDel(string $key, ...$fields): bool
Please login to merge, or discard this patch.