Completed
Push — master ( e84bdd...4fd1d3 )
by Mahmoud
03:27
created
app/Containers/Localization/Middlewares/LocalizationMiddleware.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
     }
42 42
 
43 43
     /**
44
-     * @param $lang
44
+     * @param string $lang
45 45
      *
46 46
      * @return string|Exception
47 47
      */
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
     }
58 58
 
59 59
     /**
60
-     * @param $request
60
+     * @param Request $request
61 61
      *
62 62
      * @return  string
63 63
      */
Please login to merge, or discard this patch.
app/Ship/Engine/Loaders/MiddlewaresLoaderTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     /**
27 27
      * Registering Route Group's
28 28
      *
29
-     * @param array $middlewareGroups
29
+     * @param array $middlewares
30 30
      */
31 31
     private function registerMiddleware(array $middlewares = [])
32 32
     {
Please login to merge, or discard this patch.