Skip to content

Commit a2e5c8a

Browse files
committed
Update doc [skip ci]
1 parent 271e974 commit a2e5c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Syntax/AbstractSqlParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function __construct(protected string $sql)
5151
abstract public function getNextPlaceholder(?int &$position = null): ?string;
5252

5353
/**
54-
* Parses and returns word characters. Equivalent to `\w+` in regular expressions.
54+
* Parses and returns word characters. Equivalent to `\w*` in regular expressions.
5555
*
5656
* @return string Parsed word characters.
5757
*/

0 commit comments

Comments
 (0)