@@ -79,7 +79,7 @@ |
||
79 | 79 | } |
80 | 80 | |
81 | 81 | /** |
82 | - * @return string |
|
82 | + * @return integer |
|
83 | 83 | */ |
84 | 84 | |
85 | 85 | public function getArgumentCount() |
@@ -31,6 +31,9 @@ discard block |
||
31 | 31 | trait AnnotationTrait |
32 | 32 | { |
33 | 33 | |
34 | + /** |
|
35 | + * @return string |
|
36 | + */ |
|
34 | 37 | abstract public function getDocComment(); |
35 | 38 | abstract public function getNamespaceName(); |
36 | 39 | |
@@ -45,7 +48,7 @@ discard block |
||
45 | 48 | * |
46 | 49 | * @param Annotation|null |
47 | 50 | * @throws MultipleAnnotationException |
48 | - * @return string |
|
51 | + * @return null|Annotation |
|
49 | 52 | */ |
50 | 53 | |
51 | 54 | public function getAnnotation($name) |