Completed
Pull Request — 5.0 (#817)
by
unknown
15:02
created
Mapping/DocumentParser.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
      *
135 135
      * @param \ReflectionProperty $property
136 136
      *
137
-     * @return Property|object|null
137
+     * @return \ReflectionProperty
138 138
      */
139 139
     private function getPropertyAnnotationData(\ReflectionProperty $property)
140 140
     {
@@ -325,6 +325,7 @@  discard block
 block discarded – undo
325 325
      *
326 326
      * @param \ReflectionClass $reflectionClass
327 327
      * @param string           $property
328
+     * @param string|null $propertyType
328 329
      *
329 330
      * @return array
330 331
      */
Please login to merge, or discard this patch.