@@ -24,6 +24,9 @@ |
||
| 24 | 24 | */ |
| 25 | 25 | protected $type; |
| 26 | 26 | |
| 27 | + /** |
|
| 28 | + * @param integer $id |
|
| 29 | + */ |
|
| 27 | 30 | public function __construct($id, TypeInterface $type) |
| 28 | 31 | { |
| 29 | 32 | $this->id = $id; |
@@ -22,7 +22,6 @@ |
||
| 22 | 22 | class SimpleAction extends AbstractAction |
| 23 | 23 | { |
| 24 | 24 | /** |
| 25 | - * @param mixed $id |
|
| 26 | 25 | * @param CustomerInterface $customer |
| 27 | 26 | * @param TargetInterface $target |
| 28 | 27 | * @param QuantityInterface $quantity |