Completed
Push — master ( 7d660e...c11331 )
by Avtandil
02:52
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 string|null
175 175
      */
176 176
     public function getRedirectUrl(Request $request)
177 177
     {
@@ -203,6 +203,9 @@  discard block
 block discarded – undo
203 203
         return null;
204 204
     }
205 205
 
206
+    /**
207
+     * @return string
208
+     */
206 209
     public function detectLocale(Request $request)
207 210
     {
208 211
         $locale  = $request->segment(1);
Please login to merge, or discard this patch.