My default PHP version is 5.6 this specific account has inherit that version, now I just got this cronjob email: "Configured PHP version ea-php70 does not have a CLI binary installed, using default PHP version" My server has 5.6 and 7.1 installed.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# php -- BEGIN cPanel-generated handler, do not edit
# This domain inherits the “PHP” package.
# php -- END cPanel-generated handler, do not edit
More so the addtype portion is what is concerning - it would seem that you've added the php 7.0 addtype directive to an .htaccess or similar but don't have the binary installed.