Completed
Push — master ( f36711...7a3a72 )
by ARCANEDEV
14:51
created
src/LocalizationServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
     /**
73 73
      * Get the services provided by the provider.
74 74
      *
75
-     * @return array
75
+     * @return string[]
76 76
      */
77 77
     public function provides()
78 78
     {
Please login to merge, or discard this patch.
src/Middleware/TranslationRedirect.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
      *
52 52
      * @param  Request  $request
53 53
      *
54
-     * @return null|string
54
+     * @return null|Route
55 55
      */
56 56
     private function getTranslatedUrl(Request $request)
57 57
     {
Please login to merge, or discard this patch.