Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrans committed Aug 20, 2024
1 parent 3c96c7f commit 10c64e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions QueryGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,10 @@ public function __construct(
* Append the given clause components and parameters to their existing
* counterparts for the specified clause.
*
* @param 'select'|'SELECT'|'insert'|'replace'|'update'|'delete'|'from'|'join'|'set'|'columns'|'values'|'where'|'group'|'having'|'order'|'limit'|'offset'|'duplicate'|'modify' $method
*
* @psalm-seal-methods
* @seal-methods
*/
public function __call(string $method, array $args) {
$method = strtolower($method);
Expand Down

0 comments on commit 10c64e7

Please sign in to comment.