@@ -11,7 +11,7 @@ |
||
11 | 11 | protected $namespace = 'Modules\Translation\Http\Controllers'; |
12 | 12 | |
13 | 13 | /** |
14 | - * @return string |
|
14 | + * @return boolean |
|
15 | 15 | */ |
16 | 16 | protected function getFrontendRoute() |
17 | 17 | { |
@@ -66,7 +66,7 @@ |
||
66 | 66 | * Do we have an English version of the key? If we do, it usually means that |
67 | 67 | * there hasn't been a translation entered in the CMS, so we don't need to rebuild the |
68 | 68 | * translation cache just because it's not been entered in the CMS. |
69 | - * @param $key |
|
69 | + * @param string $key |
|
70 | 70 | * @return bool |
71 | 71 | */ |
72 | 72 | protected function isTranslationCachedInEnglish($key) |