Completed
Push — master ( 41ac29...02360f )
by Beñat
06:11
created
src/BenatEspina/I18nRoutingBundle/Resolver/NotFoundLocaleResolver.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -18,7 +18,13 @@
 block discarded – undo
18 18
  */
19 19
 interface NotFoundLocaleResolver
20 20
 {
21
+    /**
22
+     * @return string
23
+     */
21 24
     public function generateUrl(Request $request, $locale, $newLocale);
22 25
 
26
+    /**
27
+     * @return string
28
+     */
23 29
     public function getLocale(Request $request);
24 30
 }
Please login to merge, or discard this patch.