mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
Corrected PHPDoc
This commit is contained in:
@@ -85,6 +85,7 @@ class CartItem implements Arrayable, Jsonable
|
||||
* @param int|string $id
|
||||
* @param string $name
|
||||
* @param float $price
|
||||
* @param float $weight
|
||||
* @param array $options
|
||||
*/
|
||||
public function __construct($id, $name, $price, $weight = 0, array $options = [])
|
||||
|
||||
Reference in New Issue
Block a user