Everything works well in php 8.1 but when running cron in 8.2 getting these errors:
PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /home/statify/htdocs/stats.learnoutlive.com/vendor/symfony/console/Symfony/Component/Console/Helper/DialogHelper.php on line 52
PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /home/statify/htdocs/stats.learnoutlive.com/vendor/symfony/console/Symfony/Component/Console/Helper/QuestionHelper.php on line 120
FIX:
The variables currently declared as ${width} should be declared as {$width}