ICanBoogie/Inflector

PHP 7.4

Closed this issue · 1 comments

Hi. I dont have a time for now about commit, but at PHP 7.4 there is an error

Array and string offset access syntax with curly braces is deprecated in vendor/icanboogie/inflector/lib/inflections.php on line 350

Just replace to

$r0 = $rule[0];

Are you using the last version (v2.0.0)? This was fixed in Octobre last year:

9fa7e8f#diff-e05e345dd35912cbefe97e359b05f388L350-L351