Correct indentation on pvno array definition.

This commit is contained in:
Andreas Fischer 2015-11-29 18:44:21 +01:00 committed by terrafrost
parent 77d5f8da20
commit 9f0f8fd7e5

View File

@ -18,7 +18,7 @@ class Unit_File_ASN1Test extends PhpseclibTestCase
$KDC_REP = array(
'type' => FILE_ASN1_TYPE_SEQUENCE,
'children' => array(
'pvno' => array(
'pvno' => array(
'constant' => 0,
'optional' => true,
'explicit' => true,