jikan icon indicating copy to clipboard operation
jikan copied to clipboard

🐛 PHP 8.4 deprecations

Open ToshY opened this issue 1 year ago • 0 comments

Is there an existing issue for this?

  • [x] I have searched the existing issues

Current Behavior

Bumping to PHP 8.4, noticed deprecations, using jikan-me/jikan: 5.0.0-dev.

2025-01-27T11:45:32.094251875Z Deprecated: Jikan\MyAnimeList\MalClient::__construct(): Implicitly marking parameter $httpClient as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/jikan-me/jikan/src/MyAnimeList/MalClient.php on line 45
2025-01-27T11:45:32.094757890Z Deprecated: Jikan\Http\HttpClientWrapper::request(): Implicitly marking parameter $content as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/jikan-me/jikan/src/Http/HttpClientWrapper.php on line 28

There are probably more, just haven't encountered them yet.

Expected Behavior

No deprecation issues.

Steps To Reproduce

No response

Environment


Anything else?

No response

ToshY avatar Jan 27 '25 21:01 ToshY