Skip to content

Commit a23a06b

Browse files
committed
Update Compiler.php
1 parent b84163b commit a23a06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mako/database/query/compilers/Compiler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function escapeIdentifier(string $identifier): string
128128
}
129129

130130
/**
131-
* Returns an array of escaped identifiers.
131+
* Returns a comma-separated list of escaped identifiers.
132132
*/
133133
public function escapeIdentifiers(array $identifiers): string
134134
{

0 commit comments

Comments
 (0)