From a23c2c440976884875436a2fb89376eb6c093d0f Mon Sep 17 00:00:00 2001 From: Go Kudo Date: Tue, 7 Jan 2025 16:03:26 +0900 Subject: [PATCH] fix: Grammer: unnecessary narrow type --- src/Query/Grammar.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Query/Grammar.php b/src/Query/Grammar.php index 4966544..e4ccea4 100644 --- a/src/Query/Grammar.php +++ b/src/Query/Grammar.php @@ -189,8 +189,7 @@ protected function buildSearchFunction(string $function, array $where): string } /** - * {@inheritDoc} - * @return false + * @inheritDoc */ public function supportsSavepoints() {