Skip to content

Commit ff5cdef

Browse files
authored
[11.x] Add php doc for ServiceProvider bindings and singletons properties (#52298)
* Add php doc for bindings and singletons magick properties * Add description
1 parent eb2e1a6 commit ff5cdef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Illuminate/Support/ServiceProvider.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
use Illuminate\Database\Eloquent\Factory as ModelFactory;
1111
use Illuminate\View\Compilers\BladeCompiler;
1212

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.
16+
*/
1317
abstract class ServiceProvider
1418
{
1519
/**

0 commit comments

Comments
 (0)