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

chore: Replace string interpolation and dynamic property php8.2 deprecation #185

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

anderson-comvex
Copy link

@anderson-comvex anderson-comvex commented Nov 2, 2023

What is the purpose of this pull request? (put an "X" next to item)

[ ] Documentation update
[ ] Bug fix
[ ] New feature
[X] Other, please explain:

Chore to remove the PHP8.2 Deprecation Warnings.

Screenshot 2023-11-02 at 11 02 09

Screenshot 2023-11-02 at 11 02 27

What changes did you make? (Give an overview)

  • Replaced ${variable} {$variable}-
  • Explicitly declared the private variables that were being dynamically declared/

Which issue (if any) does this pull request address?

No Opened Issues

Is there anything you'd like reviewers to focus on?

Not Specifically

@anderson-comvex anderson-comvex changed the title chore: Apply php8.2 deprecation chore: Replace string interpolation and dynamic property php8.2 deprecation Nov 2, 2023
@acgfbr
Copy link

acgfbr commented Jan 2, 2024

looks good to me, please merge ✅

@vedmant
Copy link

vedmant commented Mar 18, 2024

Still open, I made a duplicate PR for this #188 any plans to merge this and make a release?

@anderson-comvex Btw, some properties have to be protected, private properties show errors:

Cannot access private property Codedungeon\PHPUnitPrettyResultPrinter\Printer::$anyBarEnabled
error Command failed with exit code 2.

@anderson-comvex
Copy link
Author

@vedmant I fixed your comment.

@mikeerickson

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.

None yet

3 participants