Skip to content

Commit

Permalink
added some @Property
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Apr 20, 2016
1 parent bfbe003 commit 5e32205
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/DI/ServiceDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@

/**
* Definition used by ContainerBuilder.
*
* @property string|NULL $class
* @property Statement|NULL $factory
* @property Statement[] $setup
*/
class ServiceDefinition
{
Expand Down
2 changes: 2 additions & 0 deletions src/DI/Statement.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

/**
* Assignment or calling statement.
*
* @property string|array|ServiceDefinition|NULL $entity
*/
class Statement
{
Expand Down

0 comments on commit 5e32205

Please sign in to comment.