Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed May 24, 2024
1 parent 1307ebf commit e153adb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SqlToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e153adb

Please sign in to comment.