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 60d240c commit e7319c4Copy full SHA for e7319c4
1 file changed
src/Model/TemplateEngine/Decorator/InspectorHintsFactory.php
@@ -11,14 +11,9 @@
11
*/
12
class InspectorHintsFactory
13
{
14
- private ObjectManagerInterface $objectManager;
15
-
16
- /**
17
- * @param ObjectManagerInterface $objectManager
18
- */
19
- public function __construct(ObjectManagerInterface $objectManager)
20
- {
21
- $this->objectManager = $objectManager;
+ public function __construct(
+ private readonly ObjectManagerInterface $objectManager
+ ) {
22
}
23
24
/**
0 commit comments