@@ -95,7 +95,7 @@ |
||
95 | 95 | |
96 | 96 | /** |
97 | 97 | * @param \ReflectionMethod $method |
98 | - * @return Node|null |
|
98 | + * @return null|Node\Identifier |
|
99 | 99 | */ |
100 | 100 | private function defineReturnType(\ReflectionMethod $method): ?Node |
101 | 101 | { |