From ed52a587e8310db01d00723515a0fbc2281e8b67 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Fri, 2 Apr 2021 10:29:04 -0500 Subject: [PATCH] ASN1: CS adjustment --- phpseclib/File/ASN1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpseclib/File/ASN1.php b/phpseclib/File/ASN1.php index cdc5b697..b225e953 100644 --- a/phpseclib/File/ASN1.php +++ b/phpseclib/File/ASN1.php @@ -1140,7 +1140,7 @@ abstract class ASN1 $eighty = new BigInteger(80); } - $oid = array(); + $oid = []; $pos = 0; $len = strlen($content); $n = new BigInteger();