Completed
Pull Request — master (#7)
by Tobias
01:35
created
src/Model/Message.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -161,7 +161,6 @@
 block discarded – undo
161 161
     }
162 162
 
163 163
     /**
164
-     * @param array $meta
165 164
      *
166 165
      * @return Message
167 166
      */
Please login to merge, or discard this patch.
src/Storage.php 1 patch
Doc Comments   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -32,10 +32,7 @@
 block discarded – undo
32 32
     /**
33 33
      * Update a translation.
34 34
      *
35
-     * @param string $locale
36
-     * @param string $domain
37
-     * @param string $key
38
-     * @param string $message
35
+     * @param Message $message
39 36
      */
40 37
     public function update(Message $message);
41 38
 
Please login to merge, or discard this patch.