Completed
Pull Request — master (#19)
by Michal
03:25
created
app/Drivers/Redis/Forms/RedisRenameHashForm.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -15,6 +15,9 @@
 block discarded – undo
15 15
 
16 16
     private $member;
17 17
 
18
+    /**
19
+     * @param string $key
20
+     */
18 21
     public function __construct(RedisProxy $connection, $key, $member)
19 22
     {
20 23
         $this->connection = $connection;
Please login to merge, or discard this patch.