Completed
Push — master ( a7ae1b...6c3874 )
by
unknown
03:16
created
src/Http/Controllers/MasterTarifController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,9 +1,7 @@
 block discarded – undo
1 1
 <?php namespace Bantenporv\MasterTarif\Http\Controllers;
2 2
 
3 3
 use App\Http\Controllers\Controller;
4
-use Illuminate\Http\Request;
5 4
 use Bantenporv\MasterTarif\Facades\MasterTarif;
6
-use Bantenporv\MasterTarif\Models\MasterTarifModel;
7 5
 
8 6
 /**
9 7
  * The MasterTarifController class.
Please login to merge, or discard this patch.
src/MasterTarifServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
     /**
57 57
      * Get the services provided by the provider.
58 58
      *
59
-     * @return array
59
+     * @return string[]
60 60
      */
61 61
     public function provides()
62 62
     {
Please login to merge, or discard this patch.