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 PHP7.4 deprecation error #3070

Merged
merged 1 commit into from
Dec 27, 2019
Merged

Fix PHP7.4 deprecation error #3070

merged 1 commit into from
Dec 27, 2019

Conversation

gwaldvogel
Copy link
Contributor

PHP 7.4 deprecated the use of curly braces to access array/string indexes resulting in errors like this:
ErrorException : Array and string offset access syntax with curly braces is deprecated

This change makes the code compatible with PHP7.4.

For more information on the deprecation see: https://wiki.php.net/rfc/deprecate_curly_braces_array_access

@nao-pon
Copy link
Member

nao-pon commented Dec 27, 2019

@gwaldvogel Thanks! 👍

@dberroteran
Copy link

donde agrego esa lineas de codigo??

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