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 5d337f1 commit e267934Copy full SHA for e267934
src/DI/Definitions/ServiceDefinition.php
@@ -18,9 +18,9 @@
18
/**
19
* Definition of standard service.
20
*
21
- * @property string|null $class
22
- * @property Statement $factory
23
- * @property Statement[] $setup
+ * @property-deprecated string|null $class
+ * @property-deprecated Statement $factory
+ * @property-deprecated Statement[] $setup
24
*/
25
final class ServiceDefinition extends Definition
26
{
src/DI/Definitions/Statement.php
@@ -16,7 +16,7 @@
16
17
* Assignment or calling statement.
- * @property string|array|Definition|Reference|null $entity
+ * @property-deprecated string|array|Definition|Reference|null $entity
final class Statement implements Nette\Schema\DynamicParameter
0 commit comments