Skip to content

Commit 1a0fb70

Browse files
committed
apply PHP CS Fixer
1 parent 9b9470e commit 1a0fb70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Element/AbstractElement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function toString($indentation = null)
8484
{
8585
$lines = array(
8686
$this->getToStringDeclaration($indentation),
87-
$this->getToStringBeforeChildren($indentation)
87+
$this->getToStringBeforeChildren($indentation),
8888
);
8989
foreach ($this->getChildren() as $child) {
9090
$lines[] = $this->getChildContent($child, $indentation + ($this->useBracketsForChildren() ? 1 : 0));

0 commit comments

Comments
 (0)