Completed
Push — feature/issue-41 ( e1ed04...1cc60c )
by Mikaël
24:28
created
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.