@@ -58,7 +58,7 @@ |
||
| 58 | 58 | * Get the annotation reader that is used. |
| 59 | 59 | * Initializes it if it doesn't already exists. |
| 60 | 60 | * |
| 61 | - * @return Reader The annotation reader. |
|
| 61 | + * @return null|Reader The annotation reader. |
|
| 62 | 62 | */ |
| 63 | 63 | public static function getAnnotationReader() |
| 64 | 64 | { |
@@ -345,6 +345,9 @@ |
||
| 345 | 345 | } |
| 346 | 346 | } |
| 347 | 347 | |
| 348 | + /** |
|
| 349 | + * @param string $name |
|
| 350 | + */ |
|
| 348 | 351 | private function getMethodCallInfo($name) |
| 349 | 352 | { |
| 350 | 353 | // check that the called method is a valid method name |