Completed
Push — master ( 0998e9...c3faac )
by wen
12:12
created
src/Providers/ComponentServiceProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use InvalidArgumentException;
9 9
 use Sco\Admin\Component\Component;
10 10
 use Sco\Admin\Contracts\ComponentInterface;
11
-use Sco\Admin\Contracts\Initializable;
12 11
 use Sco\Admin\Contracts\WithNavigation;
13 12
 use Symfony\Component\Finder\Finder;
14 13
 use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
Please login to merge, or discard this patch.
src/Repositories/Repository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Illuminate\Foundation\Application;
9 9
 use InvalidArgumentException;
10 10
 use Sco\Admin\Contracts\RepositoryInterface;
11
-use Sco\Admin\Contracts\WithModel;
12 11
 
13 12
 class Repository implements RepositoryInterface
14 13
 {
Please login to merge, or discard this patch.
src/View/View.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
     }
103 103
 
104 104
     /**
105
-     * @return mixed
105
+     * @return Collection
106 106
      */
107 107
     public function getApplies()
108 108
     {
Please login to merge, or discard this patch.