Passed
Push — master ( 3bf2f6...de5104 )
by Jonathan
02:02
created
src/Spekkionu/Assetcachebuster/AssetcachebusterServiceProvider.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
     /**
73 73
      * Get the services provided by the provider.
74 74
      *
75
-     * @return array
75
+     * @return string[]
76 76
      */
77 77
     public function provides()
78 78
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 use Illuminate\Support\ServiceProvider;
4 4
 use Spekkionu\Assetcachebuster\HashReplacer\ConfigHashReplacer;
5 5
 use Spekkionu\Assetcachebuster\Writer\ConfigWriter;
6
-use Illuminate\Contracts\Foundation\Application;
7 6
 
8 7
 class AssetcachebusterServiceProvider extends ServiceProvider
9 8
 {
Please login to merge, or discard this patch.