We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 271e974 commit a2e5c8aCopy full SHA for a2e5c8a
src/Syntax/AbstractSqlParser.php
@@ -51,7 +51,7 @@ public function __construct(protected string $sql)
51
abstract public function getNextPlaceholder(?int &$position = null): ?string;
52
53
/**
54
- * Parses and returns word characters. Equivalent to `\w+` in regular expressions.
+ * Parses and returns word characters. Equivalent to `\w*` in regular expressions.
55
*
56
* @return string Parsed word characters.
57
*/
0 commit comments