Skip to content

Commit

Permalink
Add PHP 8.2 support
Browse files Browse the repository at this point in the history
- Update Github Actions workflows to test against PHP 8.2, too.
- Fix new Psalm issue
- Fix coding standard
  • Loading branch information
cristianoc72 committed May 26, 2023
1 parent b4200d1 commit d3546ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Json.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public static function encode(mixed $data, int $options = 0, int $depth = 512):
* @return array Returns the value encoded in json in appropriate PHP type. Values true, false and null
* are returned as TRUE, FALSE and NULL respectively.
*
*
* @psalm-suppress MixedReturnStatement if `json_decode` doesn't return an array, a `TypeError` exception
* is thrown, which fits for us
* @psalm-suppress MixedInferredReturnType
Expand Down

0 comments on commit d3546ce

Please sign in to comment.