Skip to content

Commit

Permalink
deprecated magic properties except for $entity (BC break)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Dec 15, 2021
1 parent eb8e9cb commit 038da8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/DI/Definitions/ServiceDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
/**
* Definition of standard service.
*
* @property string|null $class
* @property Statement $factory
* @property Statement[] $setup
* @property-deprecated string|null $class
* @property-deprecated Statement $factory
* @property-deprecated Statement[] $setup
*/
final class ServiceDefinition extends Definition
{
Expand Down

0 comments on commit 038da8e

Please sign in to comment.