Skip to content

Commit

Permalink
PHP-CS-Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienHarper committed Jan 5, 2024
1 parent 8b7aef1 commit b7bb3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Builder/InlineNodeBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function mention(string $mentionId, string $text, ?string $accessLevel =
public function break(?Node $parent = null): self
{
$this->append(new Hardbreak($parent));

return $this;
}

Expand Down

0 comments on commit b7bb3d7

Please sign in to comment.