mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
mvc: style sweep
This commit is contained in:
parent
f89117c243
commit
cf569e81eb
@ -395,7 +395,7 @@ class CrlController extends ApiControllerBase
|
||||
if ((string)$crl->caref == $caref) {
|
||||
foreach ($crl->cert as $cert) {
|
||||
if (!empty((string)$cert->revoke_time)) {
|
||||
$dt = new \DateTime("@".$cert->revoke_time);
|
||||
$dt = new \DateTime("@" . $cert->revoke_time);
|
||||
$revoked[(string)$cert->refid] = $dt->format("ymdHis") . "Z";
|
||||
}
|
||||
}
|
||||
@ -428,5 +428,4 @@ class CrlController extends ApiControllerBase
|
||||
}
|
||||
return ['payload' => $result];
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user