We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b9470e commit 1a0fb70Copy full SHA for 1a0fb70
src/Element/AbstractElement.php
@@ -84,7 +84,7 @@ public function toString($indentation = null)
84
{
85
$lines = array(
86
$this->getToStringDeclaration($indentation),
87
- $this->getToStringBeforeChildren($indentation)
+ $this->getToStringBeforeChildren($indentation),
88
);
89
foreach ($this->getChildren() as $child) {
90
$lines[] = $this->getChildContent($child, $indentation + ($this->useBracketsForChildren() ? 1 : 0));
0 commit comments