Skip to content

Commit 839a5c3

Browse files
authored
Update Page.php
1 parent ebb7ceb commit 839a5c3

File tree

1 file changed

+4
-4
lines changed
  • lib/internal/Magento/Framework/View/Result

1 file changed

+4
-4
lines changed

lib/internal/Magento/Framework/View/Result/Page.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class Page extends Layout
123123
* @param PageLayoutReader $pageLayoutReader
124124
* @param string $template
125125
* @param bool $isIsolated
126-
* @param EntitySpecificHandlesList|null $entitySpecificHandlesList
126+
* @param EntitySpecificHandlesList $entitySpecificHandlesList
127127
*
128128
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
129129
*/
@@ -136,9 +136,9 @@ public function __construct(
136136
GeneratorPool $generatorPool,
137137
PageConfigRendererFactory $pageConfigRendererFactory,
138138
PageLayoutReader $pageLayoutReader,
139-
string $template,
140-
bool $isIsolated = false,
141-
?EntitySpecificHandlesList $entitySpecificHandlesList = null
139+
$template,
140+
$isIsolated = false,
141+
EntitySpecificHandlesList $entitySpecificHandlesList = null
142142
) {
143143
$this->request = $context->getRequest();
144144
$this->assetRepo = $context->getAssetRepository();

0 commit comments

Comments
 (0)