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();