@@ -72,7 +72,7 @@ discard block |
||
| 72 | 72 | } |
| 73 | 73 | |
| 74 | 74 | /** |
| 75 | - * @return InjectParams|null |
|
| 75 | + * @return InjectParams[] |
|
| 76 | 76 | */ |
| 77 | 77 | public function getMethodsInjections() |
| 78 | 78 | { |
@@ -80,7 +80,7 @@ discard block |
||
| 80 | 80 | } |
| 81 | 81 | |
| 82 | 82 | /** |
| 83 | - * @return array|\mxdiModule\Annotation\Inject[] |
|
| 83 | + * @return Inject[] |
|
| 84 | 84 | */ |
| 85 | 85 | public function getPropertiesInjections() |
| 86 | 86 | { |
@@ -123,7 +123,7 @@ |
||
| 123 | 123 | } |
| 124 | 124 | |
| 125 | 125 | /** |
| 126 | - * @return mixed|ChangeSet |
|
| 126 | + * @return ChangeSet |
|
| 127 | 127 | */ |
| 128 | 128 | public function getChangeSet() |
| 129 | 129 | { |