Skip to content

Commit

Permalink
Fix type documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sop committed Jul 24, 2017
1 parent b5d3911 commit ff3a63a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -38,7 +38,7 @@ abstract class PolicyQualifierInfo
/**
* Generate ASN.1 for the 'qualifier' field.
*
* @return Element
* @return \ASN1\Element
*/
abstract protected function _qualifierASN1();

Expand Down
Expand Up @@ -71,14 +71,14 @@ class PathValidationConfig
/**
*
* @todo Implement
* @var unknown $_permittedSubtrees
* @var mixed $_permittedSubtrees
*/
protected $_permittedSubtrees;

/**
*
* @todo Implement
* @var unknown $_excludedSubtrees
* @var mixed $_excludedSubtrees
*/
protected $_excludedSubtrees;

Expand Down

0 comments on commit ff3a63a

Please sign in to comment.