Skip to content

Commit 22026e9

Browse files
author
Yurii Torbyk
committed
MAGETWO-33602: Child containers still present after removing parent container in page layout
1 parent cdf6968 commit 22026e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/internal/Magento/Framework/View/Layout/ScheduledStructure.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ public function unsetElementFromIfconfigList($elementName)
256256
* @param string $elementName
257257
* @param string $configPath
258258
* @param string $scopeType
259+
* @return void
259260
*/
260261
public function setElementToIfconfigList($elementName, $configPath, $scopeType)
261262
{
@@ -424,6 +425,7 @@ public function unsetElementFromBrokenParentList($elementName)
424425
* Set element to broken parent list
425426
*
426427
* @param string $elementName
428+
* @return void
427429
*/
428430
public function setElementToBrokenParentList($elementName)
429431
{

0 commit comments

Comments
 (0)