Completed
Pull Request — master (#18)
by Michal
02:12
created
app/Drivers/Redis/Forms/RedisEditSetForm.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.
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.
app/Core/Translator/Translator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -48,6 +48,9 @@
 block discarded – undo
48 48
         return $value ? $this->replaceTokens($value, $params) : $message;
49 49
     }
50 50
 
51
+    /**
52
+     * @param string $message
53
+     */
51 54
     private function replaceTokens($message, $params = null)
52 55
     {
53 56
         if (!$params) {
Please login to merge, or discard this patch.