@@ -309,7 +309,7 @@ |
||
309 | 309 | /** |
310 | 310 | * Loads the return annotation for this method. |
311 | 311 | * |
312 | - * @return null\ReturnAnnotation |
|
312 | + * @return null|ReturnAnnotation |
|
313 | 313 | */ |
314 | 314 | protected function loadReturnAnnotation(): ?ReturnAnnotation |
315 | 315 | { |
@@ -120,7 +120,7 @@ |
||
120 | 120 | /** |
121 | 121 | * Returns the position of the summary or null. |
122 | 122 | * |
123 | - * @return int|null |
|
123 | + * @return integer |
|
124 | 124 | */ |
125 | 125 | private function getSummaryPosition(): ?int |
126 | 126 | { |