OP-289: Refactor #409
Annotations
4 errors and 1 warning
src/Factory/AddProductBundleToCartCommandFactory.php#L22
Parameter #4 $productBundleItems (Doctrine\Common\Collections\Collection<int, BitBag\SyliusProductBundlePlugin\Command\AddProductBundleItemToCartCommand>) of method BitBag\SyliusProductBundlePlugin\Factory\AddProductBundleToCartCommandFactory::createNew() should be compatible with parameter $productBundleItems (Doctrine\Common\Collections\Collection<int, BitBag\SyliusProductBundlePlugin\Entity\ProductBundleOrderItemInterface>) of method BitBag\SyliusProductBundlePlugin\Factory\AddProductBundleToCartCommandFactoryInterface::createNew()
|
src/Provider/AddProductBundleItemToCartCommandProvider.php#L35
Cannot call method getCode() on Sylius\Component\Core\Model\ProductVariantInterface|null.
|
src/Provider/AddProductBundleItemToCartCommandProvider.php#L39
Method BitBag\SyliusProductBundlePlugin\Provider\AddProductBundleItemToCartCommandProvider::provide() should return Doctrine\Common\Collections\Collection<int, BitBag\SyliusProductBundlePlugin\Command\AddProductBundleItemToCartCommand> but return statement is missing.
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading