Completed
Pull Request — master (#264)
by
unknown
06:26 queued 01:04
created
src/Translatable/Translatable.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -181,7 +181,7 @@  discard block
 block discarded – undo
181 181
 
182 182
     /**
183 183
      * @param string $key
184
-     * @param mixed  $value
184
+     * @param string  $value
185 185
      */
186 186
     public function setAttribute($key, $value)
187 187
     {
@@ -285,7 +285,7 @@  discard block
 block discarded – undo
285 285
     }
286 286
 
287 287
     /**
288
-     * @param null $locale
288
+     * @param string $locale
289 289
      *
290 290
      * @return string
291 291
      */
Please login to merge, or discard this patch.