v1.2.0
Changed
- Update to PHPStan 1.11
Added
- Add proper type annotations to
json_encode
andjson_decode
.
Removed
- Nothing
Fixed
- Add missing
declare(strict_types=1);
in functions file.
Deprecated
- Nothing
json_encode
and json_decode
.declare(strict_types=1);
in functions file.