Skip to content

Commit 032030c

Browse files
committed
parent still can be private
1 parent aa7e51b commit 032030c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ASN1/ASN1Object.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ abstract class ASN1Object implements ASN1ObjectInterface
2727
{
2828
/** @var ASN1Object[] */
2929
protected $children = [];
30-
protected $parent;
30+
private $parent;
3131

3232
protected $identifier;
3333
protected $contentLength;

0 commit comments

Comments
 (0)