On multiple servers Wordpress reports "broken instances" on all sites with the following error:
PHP Parse error: syntax error, unexpected '[' in /usr/local/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/wp-cli/php/commands/maintenance-mode.php on line 45
Line 45 of this file is:
$vars = isset( $assoc_args['vars'] ) ? json_decode( $assoc_args['vars'], true ) : [];
Does anybody know what to do to fix this issue? Attached is a screenshot of this error.
PHP Parse error: syntax error, unexpected '[' in /usr/local/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/wp-cli/php/commands/maintenance-mode.php on line 45
Line 45 of this file is:
$vars = isset( $assoc_args['vars'] ) ? json_decode( $assoc_args['vars'], true ) : [];
Does anybody know what to do to fix this issue? Attached is a screenshot of this error.