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

Fix: DeprecationHandler, correct isset(), ignore false phpstan positive #33140

Merged
merged 3 commits into from
Feb 19, 2025

Conversation

mdeweerd
Copy link
Contributor

Fix: DeprecationHandler, correct isset(), ignore false phpstan positive

When the old property name is used, the 'isset' result was not tested on the property.

Also ignore a false positive from phpstan

# Fix: DeprecationHandler, correct isset(), ignore false phpstan positive

When the old property name is used, the 'isset' result was not tested on the property.

Also ignore a false positive from phpstan
@mdeweerd mdeweerd marked this pull request as ready for review February 19, 2025 15:12
@eldy eldy merged commit bc5f62d into Dolibarr:develop Feb 19, 2025
7 checks passed
@mdeweerd mdeweerd deleted the fix/deprecationhandler.isset branch February 19, 2025 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants