Completed
Push — master ( 3fe8ab...783142 )
by Nicolas
13:55 queued 01:20
created
Providers/RouteServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Services/Translator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.