Are you sure the cron job uses PHP 7.3? The error message suggests that PHP <7.0 is being used, where type hinting is not supported. What is the output of "/bin/php --version"?
↧