@@ -52,7 +52,7 @@ discard block |
||
52 | 52 | } |
53 | 53 | |
54 | 54 | /** |
55 | - * @return array|Collection[] |
|
55 | + * @return Collection[] |
|
56 | 56 | */ |
57 | 57 | protected function readAnnotationsFromMethods() : array |
58 | 58 | { |
@@ -70,7 +70,7 @@ discard block |
||
70 | 70 | } |
71 | 71 | |
72 | 72 | /** |
73 | - * @return array|Collection[] |
|
73 | + * @return Collection[] |
|
74 | 74 | */ |
75 | 75 | protected function readAnnotationsFromProperties() : array |
76 | 76 | { |