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

Add missing properties #128

Merged

Conversation

pkopac
Copy link
Contributor

@pkopac pkopac commented Jul 2, 2024

In PHP 9 dynamic properties will become errors We've received a PR on this topic #127 , but it was not complete unfortunately.

The tests are handy, because they will log these deprecations as long as they cover all requests.

Note that paging traits also need review, because tests are still logging some deprecations there. This change should be fully backwards-compatible, so far it's just deprecations and PHP 9 is not even released yet, so I assume the issue is spamming logs.

Copy link

codeclimate bot commented Jul 2, 2024

Code Climate has analyzed commit 617d8bf and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 75.6%.

View more on Code Climate.

@pkopac pkopac requested a review from swember July 2, 2024 13:40
Copy link

@daesu daesu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@pkopac pkopac merged commit 7b809c2 into main Jul 3, 2024
8 checks passed
@pkopac pkopac deleted the pkopac/sc-60512/dynamic-properties-are-deprecated-on-php branch July 3, 2024 07:39
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