From e153adbf27d13cca743127220f083a3c0a3b0132 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Fri, 24 May 2024 14:41:34 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/SqlToken.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SqlToken.php b/src/SqlToken.php index bed3e89e..fc3cc07e 100644 --- a/src/SqlToken.php +++ b/src/SqlToken.php @@ -92,7 +92,6 @@ public function offsetGet($offset): self|null * * It's implicitly called when you use something like `$token[$offset] = $child;`. * - * * @psalm-suppress MixedPropertyTypeCoercion */ public function offsetSet(mixed $offset, mixed $value): void