Skip to content

Commit cbb0a9d

Browse files
committed
oeps: remove replaced return line
1 parent 589fe50 commit cbb0a9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/CSSList/CSSList.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,6 @@ public function render(OutputFormat $oOutputFormat)
420420
$sResult .= $oNextLevel->spaceAfterBlocks();
421421
}
422422
return $sResult . $oContent->render($oNextLevel);
423-
return $oContent->render($oNextLevel);
424423
});
425424
if ($sRendered === null) {
426425
continue;

0 commit comments

Comments
 (0)