UpDevTools icon indicating copy to clipboard operation
UpDevTools copied to clipboard

Update kintParser.class.php

Open SavvyProSolutions opened this issue 4 years ago • 1 comments

I was receiving the following PHP errors after activating the plugin in my local dev environment because I have PHP version 8.0.1 installed:

========================================================

Fatal error: Array and string offset access syntax with curly braces is no longer supported in "Site/app/public/wp-content/plugins/UpDevTools/vendor/kint-php/kint/inc/kintParser.class.php"

========================================================

I simply updated lines 463 and 465 to use brackets instead of curly braces.

SavvyProSolutions avatar Feb 19 '21 02:02 SavvyProSolutions

+1 to updating this class. This plugin in very helpful

CodyMcMichael avatar Nov 14 '21 22:11 CodyMcMichael