Config.php problem

Using nexcloud as a private cloud. Tried to modify trusted domains in config.php and now I can’t access my cloud. Tried to recreate the original address used for hosting but get an error message saying:
Warning: Division by zero in /home/****/.******.com/nextcloud/config/config.php on line 8

Any one know a way out ?

Here is the part of config.php that gives rise to my problems
’trusted_domains’ =>
array (
0 => ‘.*****.com/nextcloud/’,
),

Every input would be appreciated, thanks
Kristian

Can you check line 8 of your config.php? Or post the complete config.php (redact your passwords and salts).