Completed
Push — master ( cef0ac...b15f7f )
by Freek
01:16
created
src/HasTranslations.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -84,6 +84,9 @@
 block discarded – undo
84 84
         return $this->getTranslation($key, $locale, false);
85 85
     }
86 86
 
87
+    /**
88
+     * @param string $key
89
+     */
87 90
     public function getTranslations($key = null) : array
88 91
     {
89 92
         if ($key !== null) {
Please login to merge, or discard this patch.