Completed
Push — master ( f8b6bf...bec27e )
by Mahmoud
03:02
created
app/Port/Loader/Loaders/AliasesLoaderTrait.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 {
15 15
 
16 16
     /**
17
-     * @param array $aliases
18 17
      */
19 18
     public function loadPortInternalAliases()
20 19
     {
Please login to merge, or discard this patch.
app/Port/Loader/Loaders/ConsolesLoaderTrait.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -39,6 +39,7 @@
 block discarded – undo
39 39
 
40 40
     /**
41 41
      * @param $consoleClass
42
+     * @param string $directory
42 43
      */
43 44
     private function loadConsoles($directory)
44 45
     {
Please login to merge, or discard this patch.
app/Port/Loader/Loaders/ProvidersLoaderTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     }
39 39
 
40 40
     /**
41
-     * @param $directory
41
+     * @param string $directory
42 42
      */
43 43
     private function loadProviders($directory)
44 44
     {
Please login to merge, or discard this patch.
app/Port/Loader/Loaders/SeederLoaderAbstract.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     }
65 65
 
66 66
     /**
67
-     * @param $directory
67
+     * @param string $directory
68 68
      */
69 69
     private function seed($directory)
70 70
     {
Please login to merge, or discard this patch.