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 22cd0cf commit ea03f79Copy full SHA for ea03f79
lib/internal/Magento/Framework/App/State/ReloadProcessorComposite.php
@@ -16,7 +16,7 @@ class ReloadProcessorComposite implements ReloadProcessorInterface
16
/**
17
* @param ReloadProcessorInterface[] $processors
18
*/
19
- public function __construct(private readonly array $processors)
+ public function __construct(private array $processors)
20
{}
21
22
0 commit comments