Skip to content

Commit 5e32205

Browse files
committed
added some @Property
1 parent bfbe003 commit 5e32205

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/DI/ServiceDefinition.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212

1313
/**
1414
* Definition used by ContainerBuilder.
15+
*
16+
* @property string|NULL $class
17+
* @property Statement|NULL $factory
18+
* @property Statement[] $setup
1519
*/
1620
class ServiceDefinition
1721
{

src/DI/Statement.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
/**
1414
* Assignment or calling statement.
15+
*
16+
* @property string|array|ServiceDefinition|NULL $entity
1517
*/
1618
class Statement
1719
{

0 commit comments

Comments
 (0)