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 b663cac commit 3c96c7f
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions QueryGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,26 +256,6 @@ public function __construct(
* Append the given clause components and parameters to their existing
* counterparts for the specified clause.
*
* @method select(): self
* @method insert(): self
* @method replace(): self
* @method update(): self
* @method delete(): self
* @method from(): self
* @method join(): self
* @method set(): self
* @method columns(): self
* @method values(): self
* @method where(): self
* @method group(): self
* @method having(): self
* @method order(): self
* @method limit(): self
* @method offset(): self
* @method as(): self
* @method duplicate(string $query, string $args): self
* @method modify(string $modifier): self
* @method forupdate(): self
* @psalm-seal-methods
*/
public function __call(string $method, array $args) {
Expand Down

0 comments on commit 3c96c7f

Please sign in to comment.