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 PHP 7.3 Curly Brace Deprecations (Part 2) #2902

Closed
wants to merge 4 commits into from
Closed

Fix PHP 7.3 Curly Brace Deprecations (Part 2) #2902

wants to merge 4 commits into from

Conversation

syntaxseed
Copy link
Contributor

Finish PHP 7.3->7.4 curly brace deprecations for the project. Remaining fixes following PR #2875.

Fixed:

  • Curly brace syntax for accessing array elements and string offsets has been deprecated in PHP 7.4.

I will continue other deprecated issues in other PRs.

Using PHPCS:

phpcs --standard=PHPCompatibility --extensions=php,inc,lib --runtime-set testVersion 7.3- . 

Copy link
Collaborator

@phy25 phy25 left a comment

Choose a reason for hiding this comment

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

Thanks!

@splitbrain
Copy link
Collaborator

merged by rebasing

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