Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6abf56f commit bf6cbbdCopy full SHA for bf6cbbd
src/SqlToken.php
@@ -92,7 +92,6 @@ public function offsetGet($offset): self|null
92
*
93
* It's implicitly called when you use something like `$token[$offset] = $child;`.
94
95
- *
96
* @psalm-suppress MixedPropertyTypeCoercion
97
*/
98
public function offsetSet(mixed $offset, mixed $value): void
0 commit comments