src/ServiceProvider.php
Method registerBindings
has 35 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function registerBindings(): self
{
$this->app->singleton(FilesystemContract::class, Filesystem::class);
$this->app->singleton(DocumentationPublisherContract::class, DocumentationPublisher::class);
$this->app->singleton(DocumentationProviderContract::class, DocumentationProvider::class);