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

Address deprecated use of properties via ArrayAccess for Cast #140

Merged
merged 5 commits into from
Aug 28, 2023

Conversation

dmitryuk
Copy link
Contributor

Fixes deprecation error:

  1x: Accessing Doctrine\Common\Lexer\Token properties via ArrayAccess is deprecated, use the value, type or position property instead (Token.php:104 called by Cast.php:45, https://github.com/doctrine/lexer/pull/79, package doctrine/lexer)
    1x in PaymentControllerTest::test2PayJsCheckoutAction from App\Tests\Functional\Controller

@dmitryuk
Copy link
Contributor Author

@martin-georgiev I have fixed cs-fixer only in my changed file Cast.php

@martin-georgiev martin-georgiev changed the title Fix deprecation ArrayAccess for Cast Address deprecated use of properties via ArrayAccess for Cast Aug 28, 2023
@martin-georgiev martin-georgiev merged commit 7dd7c56 into martin-georgiev:main Aug 28, 2023
3 checks passed
@martin-georgiev
Copy link
Owner

Thank you @dmitryuk! This is now merged into main and will be included in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants