Completed
Push — master ( 548e36...73f333 )
by Freek
04:45 queued 02:33
created
src/HasTranslations.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -65,6 +65,9 @@
 block discarded – undo
65 65
         return $this->getTranslation($key, $locale, false);
66 66
     }
67 67
 
68
+    /**
69
+     * @param string $key
70
+     */
68 71
     public function getTranslations($key) : array
69 72
     {
70 73
         $this->guardAgainstUntranslatableAttribute($key);
Please login to merge, or discard this patch.