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 a6f75ec commit e435d2cCopy full SHA for e435d2c
form/data_transformers.rst
@@ -177,11 +177,8 @@ to and from the issue number and the ``Issue`` object::
177
178
class IssueToNumberTransformer implements DataTransformerInterface
179
{
180
- private $entityManager;
181
-
182
- public function __construct(EntityManagerInterface $entityManager)
+ public function __construct(private EntityManagerInterface $entityManager)
183
184
- $this->entityManager = $entityManager;
185
}
186
187
/**
0 commit comments