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 bfbe003 commit 5e32205Copy full SHA for 5e32205
src/DI/ServiceDefinition.php
@@ -12,6 +12,10 @@
12
13
/**
14
* Definition used by ContainerBuilder.
15
+ *
16
+ * @property string|NULL $class
17
+ * @property Statement|NULL $factory
18
+ * @property Statement[] $setup
19
*/
20
class ServiceDefinition
21
{
src/DI/Statement.php
@@ -12,6 +12,8 @@
* Assignment or calling statement.
+ * @property string|array|ServiceDefinition|NULL $entity
class Statement
0 commit comments