File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
lib/internal/Magento/Framework/View/Result Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ class Page extends Layout
123
123
* @param PageLayoutReader $pageLayoutReader
124
124
* @param string $template
125
125
* @param bool $isIsolated
126
- * @param EntitySpecificHandlesList|null $entitySpecificHandlesList
126
+ * @param EntitySpecificHandlesList $entitySpecificHandlesList
127
127
*
128
128
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
129
129
*/
@@ -136,9 +136,9 @@ public function __construct(
136
136
GeneratorPool $ generatorPool ,
137
137
PageConfigRendererFactory $ pageConfigRendererFactory ,
138
138
PageLayoutReader $ pageLayoutReader ,
139
- string $ template ,
140
- bool $ isIsolated = false ,
141
- ? EntitySpecificHandlesList $ entitySpecificHandlesList = null
139
+ $ template ,
140
+ $ isIsolated = false ,
141
+ EntitySpecificHandlesList $ entitySpecificHandlesList = null
142
142
) {
143
143
$ this ->request = $ context ->getRequest ();
144
144
$ this ->assetRepo = $ context ->getAssetRepository ();
You can’t perform that action at this time.
0 commit comments