Skip to content

Commit 91123d2

Browse files
committed
chore: remove em-dashes from comments
1 parent 29a63b1 commit 91123d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Statements/CreateStatement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ public function build(): string
465465
$body = TokensList::buildFromArray($this->body);
466466
// Body tokens (e.g. trailing `UNION ALL (SELECT ...)` after the
467467
// primary SELECT) are concatenated raw, so without a separator
468-
// the rebuilt SQL collides with the SELECT's last token
468+
// the rebuilt SQL collides with the SELECT's last token,
469469
// `WHERE 3 = 3union all` instead of `WHERE 3 = 3 union all`.
470470
// Only insert a space when neither side already has one to
471471
// avoid double-spacing the WITH...AS path.

0 commit comments

Comments
 (0)