Skip to content

Commit

Permalink
phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-rolland committed Jul 22, 2024
1 parent d05150b commit 240caed
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Adapter/Presenter/Cart/CartLazyArray.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@
use Symfony\Contracts\Translation\TranslatorInterface;
use Tools;

/*
*
*/
class CartLazyArray extends AbstractLazyArray
{
/**
Expand Down Expand Up @@ -74,7 +71,7 @@ class CartLazyArray extends AbstractLazyArray
private $priceFormatter;

/**
* @var array
* @var array|null
*/
private $products;

Expand Down

0 comments on commit 240caed

Please sign in to comment.