Skip to content

Commit

Permalink
Widen typehints in base service provider (#52308)
Browse files Browse the repository at this point in the history
  • Loading branch information
devfrey authored Jul 30, 2024
1 parent e0587df commit 9763eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Support/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
use Illuminate\View\Compilers\BladeCompiler;

/**
* @property array<class-string, class-string> $bindings All of the container bindings that should be registered.
* @property array<class-string, class-string> $singletons All of the singletons that should be registered.
* @property array<string, string> $bindings All of the container bindings that should be registered.
* @property array<array-key, string> $singletons All of the singletons that should be registered.
*/
abstract class ServiceProvider
{
Expand Down

0 comments on commit 9763eff

Please sign in to comment.