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 80f41f7 commit 65b115aCopy full SHA for 65b115a
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
@@ -15,7 +15,7 @@
15
* 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