Completed
Push — master ( 8b219b...d34292 )
by Mahmoud
04:38
created
app/Port/Provider/Traits/PortServiceProviderTrait.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,6 +48,7 @@  discard block
 block discarded – undo
48 48
      * By default Laravel takes (server/database/factories) as the
49 49
      * path to the factories, this function changes the path to load
50 50
      * the factories from the infrastructure directory.
51
+     * @param string $customPath
51 52
      */
52 53
     public function changeTheDefaultDatabaseModelsFactoriesPath($customPath)
53 54
     {
@@ -138,7 +139,7 @@  discard block
 block discarded – undo
138 139
     }
139 140
 
140 141
     /**
141
-     * @param $directory
142
+     * @param string $directory
142 143
      */
143 144
     private function loadConfigs($directory)
144 145
     {
Please login to merge, or discard this patch.