Completed
Push — master ( 390c77...fb089c )
by Mahmoud
03:19
created
app/Port/Provider/Traits/PortServiceProviderTrait.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -47,6 +47,7 @@
 block discarded – undo
47 47
      * By default Laravel takes (server/database/factories) as the
48 48
      * path to the factories, this function changes the path to load
49 49
      * the factories from the infrastructure directory.
50
+     * @param string $customPath
50 51
      */
51 52
     public function changeTheDefaultDatabaseModelsFactoriesPath($customPath)
52 53
     {
Please login to merge, or discard this patch.
app/Port/Config/Loaders/ConfigsLoaderTrait.php 2 patches
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 loadConfigs($directory)
44 44
     {
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace App\Port\Provider\Traits;
4 4
 
5 5
 use App;
6
-use DB;
7
-use Log;
8 6
 
9 7
 /**
10 8
  * Class AutoRegisterServiceProvidersTrait.
Please login to merge, or discard this patch.