We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0587df commit 9763effCopy full SHA for 9763eff
src/Illuminate/Support/ServiceProvider.php
@@ -11,8 +11,8 @@
11
use Illuminate\View\Compilers\BladeCompiler;
12
13
/**
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.
+ * @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.
16
*/
17
abstract class ServiceProvider
18
{
0 commit comments