Completed
Branch feature/issue-157 (4a7b0b)
by Mikaël
16:29
created
src/Container/Model/Struct.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -130,8 +130,8 @@  discard block
 block discarded – undo
130 130
         return array_key_exists($key, $this->objects) ? $this->objects[$key] : null;
131 131
     }
132 132
     /**
133
-     * @param $object
134
-     * @param $type
133
+     * @param Model $object
134
+     * @param string $type
135 135
      * @return string
136 136
      */
137 137
     public function getObjectKeyWithType($object, $type)
@@ -139,7 +139,7 @@  discard block
 block discarded – undo
139 139
         return $this->getTypeKey($this->getObjectKey($object), $type);
140 140
     }
141 141
     /**
142
-     * @param $object
142
+     * @param Model $object
143 143
      * @param $type
144 144
      * @return string
145 145
      */
Please login to merge, or discard this patch.
src/Parser/Wsdl/TagRestriction.php 1 patch
Doc Comments   -4 removed lines patch added patch discarded remove patch
@@ -66,8 +66,6 @@  discard block
 block discarded – undo
66 66
         }
67 67
     }
68 68
     /**
69
-     * @param Tag $parent
70
-     * @param AbstractModel $struct
71 69
      * @param Restriction $restriction
72 70
      * @return TagRestriction
73 71
      */
@@ -83,8 +81,6 @@  discard block
 block discarded – undo
83 81
         return $this;
84 82
     }
85 83
     /**
86
-     * @param Tag $parent
87
-     * @param AbstractModel $struct
88 84
      * @param Restriction $restriction
89 85
      * @return TagRestriction
90 86
      */
Please login to merge, or discard this patch.
src/Parser/Wsdl/TagUnion.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
         }
53 53
     }
54 54
     /**
55
-     * @param array $values
55
+     * @param string[] $values
56 56
      * @return string
57 57
      */
58 58
     protected function findSuitableInheritance(array $values)
Please login to merge, or discard this patch.