php-sage / sage

☯ Insightful PHP Debugging Assistant. Exceeds expectations. PHP 5.1→8.3
MIT License
46 stars 4 forks source link

Add variable to remove deprecation error on PHP 8.2 #4

Closed tjurdzinski closed 1 year ago

tjurdzinski commented 1 year ago

Fix deprecation error on PHP 8.2

[ Deprecated error ] Creation of dynamic property SageVariableData::$alreadyEscaped is deprecated ~ ROOT/vendor/php-sage/sage/inc/SageParser.php:280

raveren commented 1 year ago

that was an unused variable, thanks for pointing it out