@@ -273,7 +273,7 @@ discard block |
||
273 | 273 | /** |
274 | 274 | * Gets the value of points. |
275 | 275 | * |
276 | - * @return mixed |
|
276 | + * @return integer |
|
277 | 277 | */ |
278 | 278 | public function getPoints() |
279 | 279 | { |
@@ -297,7 +297,7 @@ discard block |
||
297 | 297 | /** |
298 | 298 | * Gets the value of distribution. |
299 | 299 | * |
300 | - * @return mixed |
|
300 | + * @return integer |
|
301 | 301 | */ |
302 | 302 | public function getDistribution() |
303 | 303 | { |
@@ -186,7 +186,7 @@ |
||
186 | 186 | * Set service manager instance |
187 | 187 | * |
188 | 188 | * @param ServiceManager $serviceManager |
189 | - * @return InstantWinOccurrence |
|
189 | + * @return TradingCardModel |
|
190 | 190 | */ |
191 | 191 | public function setServiceManager(ServiceManager $serviceManager) |
192 | 192 | { |