We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebfec35 commit 22940abCopy full SHA for 22940ab
src/DI/Definitions/ServiceDefinition.php
@@ -16,9 +16,9 @@
16
/**
17
* Definition of standard service.
18
*
19
- * @property string|null $class
20
- * @property Statement $factory
21
- * @property Statement[] $setup
+ * @property-deprecated string|null $class
+ * @property-deprecated Statement $factory
+ * @property-deprecated Statement[] $setup
22
*/
23
final class ServiceDefinition extends Definition
24
{
src/DI/Definitions/Statement.php
@@ -16,7 +16,7 @@
* 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