Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: fix deprecated features introduced in PHP 8.4 #1135

Open
jessevz opened this issue Nov 28, 2024 · 0 comments
Open

[BUG]: fix deprecated features introduced in PHP 8.4 #1135

jessevz opened this issue Nov 28, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jessevz
Copy link
Contributor

jessevz commented Nov 28, 2024

Version Information

0.14.3

Hashcat

No response

Description

In PHP 8.4, the use of implicitly nullable parameters has been deprecated. When our APIv2 is run on PHP 8.4, it throws warnings due to this change. The deprecated behavior and its implications are documented on the official PHP site: PHP 8.4 Deprecations - Implicitly Nullable Parameter.

To solve we can perform a static code analysis across the project to locate all implicitly nullable parameters and refactor them for PHP 8.4 compliance.

@jessevz jessevz added the bug Something isn't working label Nov 28, 2024
@github-project-automation github-project-automation bot moved this to To triage in 🐛 Bug Tracker Jan 8, 2025
@jessevz jessevz moved this from To triage to Ready in 🐛 Bug Tracker Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Ready
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant