From b663cac3c6c6062f689d87c26980f167ff469e60 Mon Sep 17 00:00:00 2001 From: David Rans Date: Tue, 20 Aug 2024 13:02:26 -0700 Subject: [PATCH] temp --- QueryGenerator.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/QueryGenerator.php b/QueryGenerator.php index 286013f..6de752e 100644 --- a/QueryGenerator.php +++ b/QueryGenerator.php @@ -273,10 +273,10 @@ public function __construct( * @method limit(): self * @method offset(): self * @method as(): self - * @method duplicate(): self - * @method modify(): self + * @method duplicate(string $query, string $args): self + * @method modify(string $modifier): self * @method forupdate(): self - * @seal-methods + * @psalm-seal-methods */ public function __call(string $method, array $args) { $method = strtolower($method);