mirror of
https://gitee.com/yansongda/pay.git
synced 2024-11-29 18:58:38 +08:00
fix coding styles
This commit is contained in:
parent
6792bafe1d
commit
bb79d3e06e
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user