Skip to content

Commit 9763eff

Browse files
authored
Widen typehints in base service provider (#52308)
1 parent e0587df commit 9763eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Support/ServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
use Illuminate\View\Compilers\BladeCompiler;
1212

1313
/**
14-
* @property array<class-string, class-string> $bindings All of the container bindings that should be registered.
15-
* @property array<class-string, class-string> $singletons All of the singletons that should be registered.
14+
* @property array<string, string> $bindings All of the container bindings that should be registered.
15+
* @property array<array-key, string> $singletons All of the singletons that should be registered.
1616
*/
1717
abstract class ServiceProvider
1818
{

0 commit comments

Comments
 (0)