Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bf6cbbd

Browse files
committed
Apply fixes from StyleCI
1 parent 6abf56f commit bf6cbbd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SqlToken.php

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ public function offsetGet($offset): self|null
9292
*
9393
* It's implicitly called when you use something like `$token[$offset] = $child;`.
9494
*
95-
*
9695
* @psalm-suppress MixedPropertyTypeCoercion
9796
*/
9897
public function offsetSet(mixed $offset, mixed $value): void

0 commit comments

Comments
 (0)