Completed
Push — master ( c11331...67d6fa )
by Avtandil
03:06
created
src/MultiLang/MultiLang.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -171,7 +171,7 @@  discard block
 block discarded – undo
171 171
     /**
172 172
      * Get texts
173 173
      *
174
-     * @return array
174
+     * @return null|string
175 175
      */
176 176
     public function getRedirectUrl(Request $request)
177 177
     {
@@ -207,6 +207,9 @@  discard block
 block discarded – undo
207 207
         return null;
208 208
     }
209 209
 
210
+    /**
211
+     * @return string
212
+     */
210 213
     public function detectLocale(Request $request)
211 214
     {
212 215
         $locale  = $request->segment(1);
Please login to merge, or discard this patch.