Deprecated: Array and string offset access syntax with curly braces is deprecated in GifCreator.php
JanValkenburg opened this issue · comments
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;