system: style sweep

This commit is contained in:
Franco Fichtner 2022-05-24 13:36:37 +02:00
parent d61b901881
commit 079f1fa914

View File

@ -43,7 +43,8 @@ define("OCSP_REVOKED_STATUS_SUPERSEDED", 4);
define("OCSP_REVOKED_STATUS_CESSATIONOFOPERATION", 5);
define("OCSP_REVOKED_STATUS_CERTIFICATEHOLD", 6);
function crl_status_code() {
function crl_status_code()
{
/* Array index 0 is a description, index 1 is the key used by phpseclib */
return array(
OCSP_REVOKED_STATUS_NOSTATUS => ["No Status (default)", "unused"],