Test Setup Failed
Pull Request — master (#300)
by
unknown
18:23
created
src/Translatable/Translatable.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -176,8 +176,8 @@  discard block
 block discarded – undo
176 176
     }
177 177
 
178 178
     /**
179
-     * @param $key
180
-     * @param $value
179
+     * @param string $key
180
+     * @param string $value
181 181
      * @return $this
182 182
      */
183 183
     public function setAttribute($key, $value)
@@ -281,7 +281,7 @@  discard block
 block discarded – undo
281 281
     }
282 282
 
283 283
     /**
284
-     * @param $key
284
+     * @param string $key
285 285
      * @return null
286 286
      */
287 287
     private function getTranslationByLocaleKey($key)
@@ -296,7 +296,7 @@  discard block
 block discarded – undo
296 296
     }
297 297
 
298 298
     /**
299
-     * @param null $locale
299
+     * @param string $locale
300 300
      *
301 301
      * @return string
302 302
      */
Please login to merge, or discard this patch.