Completed
Push — feature/issue-41 ( 43d9dd...2e4a51 )
by Mikaël
42:29 queued 19:47
created
src/DomHandler/Wsdl/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\PackageGenerator\DomHandler\AbstractNodeHandler|null
16 16
      */
17 17
     public function getParentInput()
18 18
     {
Please login to merge, or discard this patch.
src/DomHandler/AbstractElementHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     }
40 40
     /**
41 41
      * @param string $name
42
-     * @return AttributeHandler|null
42
+     * @return string|boolean
43 43
      */
44 44
     public function getAttribute($name)
45 45
     {
Please login to merge, or discard this patch.
src/Parser/Wsdl/AbstractTagParser.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,6 @@
 block discarded – undo
104 104
     /**
105 105
      * @param AttributeHandler $tagAttribute
106 106
      * @param AbstractModel $model
107
-     * @param StructAttribute $attribute
108 107
      */
109 108
     protected function parseTagAttributeType(AttributeHandler $tagAttribute, AbstractModel $model, StructAttribute $structAttribute = null)
110 109
     {
Please login to merge, or discard this patch.
src/Model/StructAttribute.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
     /**
97 97
      * Sets the type value
98 98
      * @param bool $containsElements
99
-     * @return string
99
+     * @return StructAttribute
100 100
      */
101 101
     public function setContainsElements($containsElements)
102 102
     {
Please login to merge, or discard this patch.