fix coding styles

This commit is contained in:
yansongda 2021-07-31 19:16:18 +08:00
parent 6792bafe1d
commit bb79d3e06e

View File

@ -125,7 +125,7 @@ class PreparePlugin implements PluginInterface
continue;
}
$ssl = openssl_x509_parse($cert . '-----END CERTIFICATE-----');
$ssl = openssl_x509_parse($cert.'-----END CERTIFICATE-----');
if (false === $ssl) {
throw new InvalidConfigException(InvalidConfigException::ALIPAY_CONFIG_ERROR, 'Invalid alipay_root_cert');