[FEATURE] Enable link from cart to detail view #116
Annotations
5 errors
Code Quality (by PHPStan):
Classes/EventListener/Create/CreateCartProduct.php#L20
Parameter $detailPageLinkFactory of method Extcode\CartProducts\EventListener\Create\CreateCartProduct::__construct() has invalid type Extcode\Cart\Domain\Model\Cart\DetailPageLinkFactoryInterface.
|
Code Quality (by PHPStan):
Classes/EventListener/Create/CreateCartProduct.php#L20
Property Extcode\CartProducts\EventListener\Create\CreateCartProduct::$detailPageLinkFactory has unknown class Extcode\Cart\Domain\Model\Cart\DetailPageLinkFactoryInterface as its type.
|
Code Quality (by PHPStan):
Classes/EventListener/Create/CreateCartProduct.php#L59
Call to method getDetailPageLink() on an unknown class Extcode\Cart\Domain\Model\Cart\DetailPageLinkFactoryInterface.
|
Code Quality (by PHPStan):
Classes/EventListener/Create/CreateCartProduct.php#L66
Call to an undefined method Extcode\Cart\Domain\Model\Cart\Product::setDetailPageLink().
|
Code Quality (by PHPStan)
Process completed with exit code 1.
|
Loading