Skip to content

Commit

Permalink
Cart can be null as well
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Oct 16, 2019
1 parent 0bd5477 commit f9623fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NotPurchasableException.php
Expand Up @@ -14,7 +14,7 @@ abstract class NotPurchasableException extends Exception
protected $position;

/**
* @var ShoppingCart
* @var ShoppingCart|null
*/
protected $cart;

Expand Down

0 comments on commit f9623fc

Please sign in to comment.