@@ -50,7 +50,7 @@ |
||
50 | 50 | /** |
51 | 51 | * Get the services provided by the provider. |
52 | 52 | * |
53 | - * @return array |
|
53 | + * @return string[] |
|
54 | 54 | */ |
55 | 55 | public function provides() |
56 | 56 | { |
@@ -2,7 +2,6 @@ |
||
2 | 2 | namespace Padosoft\LaravelComposerSecurity; |
3 | 3 | |
4 | 4 | use Illuminate\Support\ServiceProvider; |
5 | -use GuzzleHttp\Client; |
|
6 | 5 | |
7 | 6 | class ComposerSecurityCheckServiceProvider extends ServiceProvider |
8 | 7 | { |