@@ -32,7 +32,7 @@ |
||
| 32 | 32 | /** |
| 33 | 33 | * OrderFixedDiscountAction constructor. |
| 34 | 34 | * |
| 35 | - * @param IntegerDistributor $distributor |
|
| 35 | + * @param PercentageIntegerDistributor $distributor |
|
| 36 | 36 | */ |
| 37 | 37 | public function __construct(PercentageIntegerDistributor $distributor) |
| 38 | 38 | { |
@@ -33,7 +33,6 @@ |
||
| 33 | 33 | * OrderPercentageDiscountAction constructor. |
| 34 | 34 | * |
| 35 | 35 | * @param PercentageIntegerDistributor $integerDistributor |
| 36 | - * @param IntegerDistributor $distributor |
|
| 37 | 36 | */ |
| 38 | 37 | public function __construct(PercentageIntegerDistributor $integerDistributor) |
| 39 | 38 | { |
@@ -40,7 +40,7 @@ |
||
| 40 | 40 | } |
| 41 | 41 | |
| 42 | 42 | /** |
| 43 | - * @return mixed |
|
| 43 | + * @return boolean |
|
| 44 | 44 | */ |
| 45 | 45 | public function hasRules() |
| 46 | 46 | { |
@@ -34,7 +34,6 @@ |
||
| 34 | 34 | /** |
| 35 | 35 | * @param $userId |
| 36 | 36 | * @param int $paginate |
| 37 | - * @param string $channel |
|
| 38 | 37 | * |
| 39 | 38 | * @return mixed |
| 40 | 39 | */ |
@@ -40,7 +40,7 @@ |
||
| 40 | 40 | } |
| 41 | 41 | |
| 42 | 42 | /** |
| 43 | - * @return mixed |
|
| 43 | + * @return boolean |
|
| 44 | 44 | */ |
| 45 | 45 | public function hasRules() |
| 46 | 46 | { |