Completed
Push — master ( 06a74f...de4f62 )
by Gaël
04:41
created
src/ContentfulServiceProvider.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
     /**
83 83
      * Get the services provided by the provider.
84 84
      *
85
-     * @return array
85
+     * @return string[]
86 86
      */
87 87
     public function provides()
88 88
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Contentful\Delivery\Client;
7 7
 use Contentful\Delivery\ClientOptions;
8 8
 use Illuminate\Contracts\Support\DeferrableProvider;
9
-use Illuminate\Foundation\Application;
10 9
 use Illuminate\Support\ServiceProvider;
11 10
 
12 11
 class ContentfulServiceProvider extends ServiceProvider implements IntegrationInterface, DeferrableProvider
Please login to merge, or discard this patch.