Merge pull request #885 from bantu/fix-884-1.0

Correct indentation on pvno array definition.

* bantu/fix-884-1.0:
  Correct indentation on pvno array definition.
This commit is contained in:
Andreas Fischer 2015-12-01 10:06:19 +01:00
commit 45dd6651af

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,