@@ -66,7 +66,7 @@ |
||
| 66 | 66 | * Return the getter/isser method if any valid one exists |
| 67 | 67 | * @param mixed $source |
| 68 | 68 | * @param string $name |
| 69 | - * @return string |
|
| 69 | + * @return ReflectionMethod|null |
|
| 70 | 70 | */ |
| 71 | 71 | private function getGetter($source, string $name): ?ReflectionMethod |
| 72 | 72 | { |