@@ -132,7 +132,7 @@ discard block |
||
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 |
||
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 | */ |