Completed
Pull Request — 1.2 (#860)
by Alexander
16:59 queued 15:28
created
Mapping/DocumentParser.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
      *
133 133
      * @param \ReflectionProperty $property
134 134
      *
135
-     * @return Property|null
135
+     * @return \ReflectionProperty
136 136
      */
137 137
     private function getPropertyAnnotationData(\ReflectionProperty $property)
138 138
     {
@@ -295,6 +295,7 @@  discard block
 block discarded – undo
295 295
      *
296 296
      * @param \ReflectionClass $reflectionClass
297 297
      * @param string           $property
298
+     * @param string|null $propertyType
298 299
      *
299 300
      * @return array
300 301
      */
Please login to merge, or discard this patch.