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

Deprecated: Array and string offset access syntax with curly braces is deprecated in GifCreator.php #24

Open
JanValkenburg opened this issue Sep 9, 2020 · 0 comments

Comments

@JanValkenburg
Copy link

JanValkenburg commented Sep 9, 2020

Deprecated: Array and string offset access syntax with curly braces is deprecated in GifCreator.php on line 135.

Using PHP 7.4.2

Error can be fixed by replacing { 10 } with [10] in the code at several lines;

@JanValkenburg JanValkenburg changed the title Deprecated: Array and string offset access syntax with curly braces is deprecated in GifCreator.php on line 135 Deprecated: Array and string offset access syntax with curly braces is deprecated in GifCreator.php Sep 9, 2020
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

No branches or pull requests

1 participant