Skip to content

Commit

Permalink
Fixed a small Style CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Willem Poortman committed Mar 21, 2023
1 parent dc6ce0d commit e632d1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Observer/Frontend/ViewBlockAbstractToHtmlAfter.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ public function registerChildren(string $nameInLayout, Component $component, str
$children = array_slice($views, $position + 1, count($views), true);

foreach ($children as $name => $tag) {

// When the parent for whatever reason hasn't rendered, the child won't
// be renderer also. In that case we don't want to let the component
// know if any children because they simply won't be not in the DOM.
Expand Down

0 comments on commit e632d1b

Please sign in to comment.