Completed
Push — feature/issue-96 ( 32f88a...ebd4a1 )
by Mikaël
48:23
created
src/WsdlHandler/Tag/AbstractTagOperationElement.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 {
9 9
     const ATTRIBUTE_MESSAGE = 'message';
10 10
     /**
11
-     * @return TagOperation|null
11
+     * @return \WsdlToPhp\DomHandler\AbstractNodeHandler|null
12 12
      */
13 13
     public function getParentOperation()
14 14
     {
Please login to merge, or discard this patch.
src/WsdlHandler/Tag/TagHeader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     const OPTIONAL_HEADER = 'optional';
13 13
     const ATTRIBUTE_REQUIRED = 'wsdl:required';
14 14
     /**
15
-     * @return TagInput|null
15
+     * @return \WsdlToPhp\DomHandler\AbstractNodeHandler|null
16 16
      */
17 17
     public function getParentInput()
18 18
     {
Please login to merge, or discard this patch.