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
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 ();
You can’t perform that action at this time.
0 commit comments