Completed
Push — master ( 485292...d7caaf )
by Mahmoud
06:15
created
app/Ship/Engine/Loaders/LocalizationLoaderTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     }
33 33
 
34 34
     /**
35
-     * @param $directory
35
+     * @param string $directory
36 36
      * @param $containerName
37 37
      */
38 38
     private function loadLocals($directory, $containerName)
Please login to merge, or discard this patch.
app/Ship/Engine/Loaders/MigrationsLoaderTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
     }
37 37
 
38 38
     /**
39
-     * @param $directory
39
+     * @param string $directory
40 40
      */
41 41
     private function loadMigrations($directory)
42 42
     {
Please login to merge, or discard this patch.
app/Ship/Engine/Loaders/RoutesLoaderTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
 
78 78
     /**
79 79
      * @param $file
80
-     * @param $controllerNamespace
80
+     * @param string $controllerNamespace
81 81
      */
82 82
     private function loadWebRoute($file, $controllerNamespace)
83 83
     {
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
     /**
146 146
      * @param \Symfony\Component\Finder\SplFileInfo $file
147 147
      *
148
-     * @return  mixed
148
+     * @return  string
149 149
      */
150 150
     private function getRouteFileNameWithoutExtension(SplFileInfo $file)
151 151
     {
Please login to merge, or discard this patch.
app/Ship/Engine/Loaders/ViewsLoaderTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     }
32 32
 
33 33
     /**
34
-     * @param $directory
34
+     * @param string $directory
35 35
      * @param $containerName
36 36
      */
37 37
     private function loadViews($directory, $containerName)
Please login to merge, or discard this patch.