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