@@ -188,7 +188,7 @@ discard block |
||
188 | 188 | /** |
189 | 189 | * Get the active subscription for this company app. |
190 | 190 | * |
191 | - * @return void |
|
191 | + * @return Subscription |
|
192 | 192 | */ |
193 | 193 | public static function getActiveForThisApp() : Subscription |
194 | 194 | { |
@@ -266,7 +266,7 @@ discard block |
||
266 | 266 | /** |
267 | 267 | * Given a not active subscription activate it. |
268 | 268 | * |
269 | - * @return void |
|
269 | + * @return boolean |
|
270 | 270 | */ |
271 | 271 | public function activate(): bool |
272 | 272 | { |