Completed
Pull Request — master (#5)
by Laurent
02:06
created
src/HasTranslations.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -52,6 +52,9 @@
 block discarded – undo
52 52
         return $translation;
53 53
     }
54 54
 
55
+    /**
56
+     * @param string $key
57
+     */
55 58
     public function getTranslations($key) : array
56 59
     {
57 60
         $this->guardAgainstUntranslatableAttribute($key);
Please login to merge, or discard this patch.