lessphp icon indicating copy to clipboard operation
lessphp copied to clipboard

Replace curly braces for PHP 7.4 compatibility

Open SharkyKZ opened this issue 5 years ago • 1 comments

Fixes deprecation notices:

Array and string offset access syntax with curly braces is deprecated

SharkyKZ avatar Aug 05 '19 19:08 SharkyKZ

Build failing because the TravisCI config still includes HHVM which doesn't work anymore. This PR should be good to merge. Related https://github.com/octobercms/october/issues/4797#issuecomment-570627578

LukeTowers avatar Jan 03 '20 17:01 LukeTowers