Skip to content
This repository has been archived by the owner on Jun 19, 2019. It is now read-only.

Commit

Permalink
[UPDATE] improve element's PHP doc catching
Browse files Browse the repository at this point in the history
  • Loading branch information
DELSOL Mikaël committed Apr 19, 2013
1 parent cf4d95f commit 2dae91c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WsdlToPhpGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -2394,6 +2394,8 @@ protected function manageWsdlNodeDocumentation($_wsdlLocation = '',DOMNode $_dom
$upParentNode = self::findSuitableParent($anyNode);
if($upParentNode)
$this->setStructAttributeDocumentation($upParentNode->getAttribute('name'),$anyNode->getAttribute('name'),$documentation);
elseif(stripos($anyNode->nodeName,'element') !== false)
$this->setStructDocumentation($anyNode->getAttribute('name'),$documentation);
}
/**
* is it a struct ?
Expand Down

0 comments on commit 2dae91c

Please sign in to comment.