@@ -12,7 +12,7 @@ |
||
| 12 | 12 | /** |
| 13 | 13 | * Construct. |
| 14 | 14 | * |
| 15 | - * @return void |
|
| 15 | + * @return string |
|
| 16 | 16 | */ |
| 17 | 17 | public function __construct() |
| 18 | 18 | { |
@@ -292,7 +292,7 @@ |
||
| 292 | 292 | /** |
| 293 | 293 | * Save an item and sync the cart. |
| 294 | 294 | * |
| 295 | - * @param \Bedard\Shop\Models\Item $item |
|
| 295 | + * @param Inventory $item |
|
| 296 | 296 | * @return \Bedard\Shop\Models\Item |
| 297 | 297 | */ |
| 298 | 298 | public function saveItem($item) |
@@ -63,7 +63,6 @@ |
||
| 63 | 63 | /** |
| 64 | 64 | * Populate attriutes based on config so a form can be rendered. |
| 65 | 65 | * |
| 66 | - * @param string $class |
|
| 67 | 66 | * @return void |
| 68 | 67 | */ |
| 69 | 68 | public function populate() |