Skip to content

Commit b7bb3d7

Browse files
committed
PHP-CS-Fixer
1 parent 8b7aef1 commit b7bb3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Builder/InlineNodeBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function mention(string $mentionId, string $text, ?string $accessLevel =
3030
public function break(?Node $parent = null): self
3131
{
3232
$this->append(new Hardbreak($parent));
33-
33+
3434
return $this;
3535
}
3636

0 commit comments

Comments
 (0)