Merge branch '3.0'

This commit is contained in:
terrafrost 2023-03-14 21:44:41 -05:00
commit 5761a0ba46

View File

@ -206,7 +206,7 @@ abstract class ASN1
return null;
}
return [self::decode_ber($encoded)];
return [$decoded];
}
/**