Skip to content

Merge pull request #3075 from coreshop/dependabot/github_actions/5.1/… #2724

Merge pull request #3075 from coreshop/dependabot/github_actions/5.1/…

Merge pull request #3075 from coreshop/dependabot/github_actions/5.1/… #2724

Triggered via push June 10, 2026 14:20
Status Failure
Total duration 27m 45s
Artifacts
Create a list of packages
7s
Create a list of packages
Matrix: test-packages
Fit to window
Zoom out
Zoom in

Annotations

44 errors
Bundle/OrderBundle, PHP 8.3, Pimcore ^12.3, Deps highest
Process completed with exit code 1.
Bundle/OrderBundle, PHP 8.3, Pimcore ^12.3, Deps highest: Pimcore/Repository/OrderRepository.php#L95
Method CoreShop\Bundle\OrderBundle\Pimcore\Repository\OrderRepository::findByToken() should return CoreShop\Component\Order\Model\OrderInterface|null but returns Pimcore\Model\DataObject.
Bundle/OrderBundle, PHP 8.3, Pimcore ^12.3, Deps highest: Pimcore/Repository/OrderRepository.php#L80
Method CoreShop\Bundle\OrderBundle\Pimcore\Repository\OrderRepository::findByCartId() should return CoreShop\Component\Order\Model\OrderInterface|null but returns Pimcore\Model\DataObject.
Bundle/OrderBundle, PHP 8.3, Pimcore ^12.3, Deps highest: Pimcore/Repository/OrderRepository.php#L49
Method CoreShop\Bundle\OrderBundle\Pimcore\Repository\OrderRepository::findNamedStorageLists() should return array<CoreShop\Component\StorageList\Model\StorageListInterface> but returns array<Pimcore\Model\DataObject>.
Bundle/OrderBundle, PHP 8.3, Pimcore ^12.3, Deps highest: Pimcore/Repository/OrderItemRepository.php#L31
Method CoreShop\Bundle\OrderBundle\Pimcore\Repository\OrderItemRepository::findOrderItemsByProductId() should return array<CoreShop\Component\Order\Model\OrderItemInterface> but returns array<Pimcore\Model\DataObject>.
Bundle/OrderBundle, PHP 8.3, Pimcore ^12.3, Deps highest: Pimcore/Repository/CartItemRepository.php#L31
Method CoreShop\Bundle\OrderBundle\Pimcore\Repository\CartItemRepository::findCartItemsByProductId() should return array<CoreShop\Component\Order\Model\OrderItemInterface> but returns array<Pimcore\Model\DataObject>.
Bundle/OrderBundle, PHP 8.3, Pimcore ^12.3, Deps highest: Pimcore/Repository/AbstractOrderDocumentRepository.php#L44
Method CoreShop\Bundle\OrderBundle\Pimcore\Repository\AbstractOrderDocumentRepository::getDocumentsNotInState() should return array<CoreShop\Component\Order\Model\OrderDocumentInterface> but returns array<Pimcore\Model\DataObject>.
Bundle/OrderBundle, PHP 8.3, Pimcore ^12.3, Deps highest: Pimcore/Repository/AbstractOrderDocumentRepository.php#L36
Method CoreShop\Bundle\OrderBundle\Pimcore\Repository\AbstractOrderDocumentRepository::getDocumentsInState() should return array<CoreShop\Component\Order\Model\OrderDocumentInterface> but returns array<Pimcore\Model\DataObject>.
Bundle/CoreBundle, PHP 8.3, Pimcore ^12.3, Deps highest
Process completed with exit code 1.
Bundle/CoreBundle, PHP 8.3, Pimcore ^12.3, Deps highest: Pimcore/Repository/WishlistRepository.php#L39
Method CoreShop\Bundle\CoreBundle\Pimcore\Repository\WishlistRepository::findNamedStorageLists() should return array<CoreShop\Component\StorageList\Model\StorageListInterface> but returns array<Pimcore\Model\DataObject>.
Bundle/CoreBundle, PHP 8.3, Pimcore ^12.3, Deps highest: Pimcore/Repository/ProductRepository.php#L59
Method CoreShop\Bundle\CoreBundle\Pimcore\Repository\ProductRepository::findAllVariants() should return array<CoreShop\Component\Core\Model\ProductInterface> but returns array<Pimcore\Model\DataObject>.
Bundle/CoreBundle, PHP 8.3, Pimcore ^12.3, Deps highest: Pimcore/Repository/CustomerRepository.php#L36
Method CoreShop\Bundle\CoreBundle\Pimcore\Repository\CustomerRepository::findOneByEmailWithoutUser() should return CoreShop\Component\Core\Model\CustomerInterface|null but returns Pimcore\Model\DataObject.
Bundle/CoreBundle, PHP 8.3, Pimcore ^12.3, Deps highest: Pimcore/Repository/CategoryRepository.php#L142
Method CoreShop\Bundle\CoreBundle\Pimcore\Repository\CategoryRepository::findRecursiveChildCategoriesForStore() should return array<CoreShop\Component\Product\Model\CategoryInterface> but returns array<Pimcore\Model\DataObject>.
Bundle/CoreBundle, PHP 8.3, Pimcore ^12.3, Deps highest: Pimcore/Repository/CategoryRepository.php#L56
Method CoreShop\Bundle\CoreBundle\Pimcore\Repository\CategoryRepository::findChildCategoriesForStore() should return array<CoreShop\Component\Product\Model\CategoryInterface> but returns array<Pimcore\Model\DataObject>.
Bundle/CoreBundle, PHP 8.3, Pimcore ^12.3, Deps highest: Pimcore/Repository/CategoryRepository.php#L46
Method CoreShop\Bundle\CoreBundle\Pimcore\Repository\CategoryRepository::findFirstLevelForStore() should return array<CoreShop\Component\Product\Model\CategoryInterface> but returns array<Pimcore\Model\DataObject>.
Bundle/CoreBundle, PHP 8.3, Pimcore ^12.3, Deps highest: Pimcore/Repository/CategoryRepository.php#L36
Method CoreShop\Bundle\CoreBundle\Pimcore\Repository\CategoryRepository::findForStore() should return array<CoreShop\Component\Product\Model\CategoryInterface> but returns array<Pimcore\Model\DataObject>.
Bundle/ProductBundle, PHP 8.3, Pimcore ^12.3, Deps highest
Process completed with exit code 1.
Bundle/ProductBundle, PHP 8.3, Pimcore ^12.3, Deps highest: Pimcore/Repository/CategoryRepository.php#L51
Method CoreShop\Bundle\ProductBundle\Pimcore\Repository\CategoryRepository::findChildCategories() should return array<CoreShop\Component\Product\Model\CategoryInterface> but returns array<Pimcore\Model\DataObject>.
Bundle/ProductBundle, PHP 8.3, Pimcore ^12.3, Deps highest: Pimcore/Repository/CategoryRepository.php#L31
Method CoreShop\Bundle\ProductBundle\Pimcore\Repository\CategoryRepository::findFirstLevel() should return array<CoreShop\Component\Product\Model\CategoryInterface> but returns array<Pimcore\Model\DataObject>.
Bundle/WishlistBundle, PHP 8.3, Pimcore ^12.3, Deps highest
Process completed with exit code 1.
Bundle/WishlistBundle, PHP 8.3, Pimcore ^12.3, Deps highest: Pimcore/Repository/WishlistRepository.php#L59
Method CoreShop\Bundle\WishlistBundle\Pimcore\Repository\WishlistRepository::findByToken() should return CoreShop\Component\Wishlist\Model\WishlistInterface|null but returns Pimcore\Model\DataObject.
Bundle/WishlistBundle, PHP 8.3, Pimcore ^12.3, Deps highest: Pimcore/Repository/WishlistItemRepository.php#L31
Method CoreShop\Bundle\WishlistBundle\Pimcore\Repository\WishlistItemRepository::findWishlistItemsByProductId() should return array<CoreShop\Component\Wishlist\Model\WishlistItemInterface> but returns array<Pimcore\Model\DataObject>.
Bundle/OrderBundle, PHP 8.4, Pimcore ^12.3, Deps highest
Process completed with exit code 1.
Bundle/OrderBundle, PHP 8.4, Pimcore ^12.3, Deps highest: Pimcore/Repository/OrderRepository.php#L95
Method CoreShop\Bundle\OrderBundle\Pimcore\Repository\OrderRepository::findByToken() should return CoreShop\Component\Order\Model\OrderInterface|null but returns Pimcore\Model\DataObject.
Bundle/OrderBundle, PHP 8.4, Pimcore ^12.3, Deps highest: Pimcore/Repository/OrderRepository.php#L80
Method CoreShop\Bundle\OrderBundle\Pimcore\Repository\OrderRepository::findByCartId() should return CoreShop\Component\Order\Model\OrderInterface|null but returns Pimcore\Model\DataObject.
Bundle/OrderBundle, PHP 8.4, Pimcore ^12.3, Deps highest: Pimcore/Repository/OrderRepository.php#L49
Method CoreShop\Bundle\OrderBundle\Pimcore\Repository\OrderRepository::findNamedStorageLists() should return array<CoreShop\Component\StorageList\Model\StorageListInterface> but returns array<Pimcore\Model\DataObject>.
Bundle/OrderBundle, PHP 8.4, Pimcore ^12.3, Deps highest: Pimcore/Repository/OrderItemRepository.php#L31
Method CoreShop\Bundle\OrderBundle\Pimcore\Repository\OrderItemRepository::findOrderItemsByProductId() should return array<CoreShop\Component\Order\Model\OrderItemInterface> but returns array<Pimcore\Model\DataObject>.
Bundle/OrderBundle, PHP 8.4, Pimcore ^12.3, Deps highest: Pimcore/Repository/CartItemRepository.php#L31
Method CoreShop\Bundle\OrderBundle\Pimcore\Repository\CartItemRepository::findCartItemsByProductId() should return array<CoreShop\Component\Order\Model\OrderItemInterface> but returns array<Pimcore\Model\DataObject>.
Bundle/OrderBundle, PHP 8.4, Pimcore ^12.3, Deps highest: Pimcore/Repository/AbstractOrderDocumentRepository.php#L44
Method CoreShop\Bundle\OrderBundle\Pimcore\Repository\AbstractOrderDocumentRepository::getDocumentsNotInState() should return array<CoreShop\Component\Order\Model\OrderDocumentInterface> but returns array<Pimcore\Model\DataObject>.
Bundle/OrderBundle, PHP 8.4, Pimcore ^12.3, Deps highest: Pimcore/Repository/AbstractOrderDocumentRepository.php#L36
Method CoreShop\Bundle\OrderBundle\Pimcore\Repository\AbstractOrderDocumentRepository::getDocumentsInState() should return array<CoreShop\Component\Order\Model\OrderDocumentInterface> but returns array<Pimcore\Model\DataObject>.
Bundle/ProductBundle, PHP 8.4, Pimcore ^12.3, Deps highest
Process completed with exit code 1.
Bundle/ProductBundle, PHP 8.4, Pimcore ^12.3, Deps highest: Pimcore/Repository/CategoryRepository.php#L51
Method CoreShop\Bundle\ProductBundle\Pimcore\Repository\CategoryRepository::findChildCategories() should return array<CoreShop\Component\Product\Model\CategoryInterface> but returns array<Pimcore\Model\DataObject>.
Bundle/ProductBundle, PHP 8.4, Pimcore ^12.3, Deps highest: Pimcore/Repository/CategoryRepository.php#L31
Method CoreShop\Bundle\ProductBundle\Pimcore\Repository\CategoryRepository::findFirstLevel() should return array<CoreShop\Component\Product\Model\CategoryInterface> but returns array<Pimcore\Model\DataObject>.
Bundle/WishlistBundle, PHP 8.4, Pimcore ^12.3, Deps highest
Process completed with exit code 1.
Bundle/WishlistBundle, PHP 8.4, Pimcore ^12.3, Deps highest: Pimcore/Repository/WishlistRepository.php#L59
Method CoreShop\Bundle\WishlistBundle\Pimcore\Repository\WishlistRepository::findByToken() should return CoreShop\Component\Wishlist\Model\WishlistInterface|null but returns Pimcore\Model\DataObject.
Bundle/WishlistBundle, PHP 8.4, Pimcore ^12.3, Deps highest: Pimcore/Repository/WishlistItemRepository.php#L31
Method CoreShop\Bundle\WishlistBundle\Pimcore\Repository\WishlistItemRepository::findWishlistItemsByProductId() should return array<CoreShop\Component\Wishlist\Model\WishlistItemInterface> but returns array<Pimcore\Model\DataObject>.
Bundle/CoreBundle, PHP 8.4, Pimcore ^12.3, Deps highest
Process completed with exit code 1.
Bundle/CoreBundle, PHP 8.4, Pimcore ^12.3, Deps highest: Pimcore/Repository/WishlistRepository.php#L39
Method CoreShop\Bundle\CoreBundle\Pimcore\Repository\WishlistRepository::findNamedStorageLists() should return array<CoreShop\Component\StorageList\Model\StorageListInterface> but returns array<Pimcore\Model\DataObject>.
Bundle/CoreBundle, PHP 8.4, Pimcore ^12.3, Deps highest: Pimcore/Repository/ProductRepository.php#L59
Method CoreShop\Bundle\CoreBundle\Pimcore\Repository\ProductRepository::findAllVariants() should return array<CoreShop\Component\Core\Model\ProductInterface> but returns array<Pimcore\Model\DataObject>.
Bundle/CoreBundle, PHP 8.4, Pimcore ^12.3, Deps highest: Pimcore/Repository/CustomerRepository.php#L36
Method CoreShop\Bundle\CoreBundle\Pimcore\Repository\CustomerRepository::findOneByEmailWithoutUser() should return CoreShop\Component\Core\Model\CustomerInterface|null but returns Pimcore\Model\DataObject.
Bundle/CoreBundle, PHP 8.4, Pimcore ^12.3, Deps highest: Pimcore/Repository/CategoryRepository.php#L142
Method CoreShop\Bundle\CoreBundle\Pimcore\Repository\CategoryRepository::findRecursiveChildCategoriesForStore() should return array<CoreShop\Component\Product\Model\CategoryInterface> but returns array<Pimcore\Model\DataObject>.
Bundle/CoreBundle, PHP 8.4, Pimcore ^12.3, Deps highest: Pimcore/Repository/CategoryRepository.php#L56
Method CoreShop\Bundle\CoreBundle\Pimcore\Repository\CategoryRepository::findChildCategoriesForStore() should return array<CoreShop\Component\Product\Model\CategoryInterface> but returns array<Pimcore\Model\DataObject>.
Bundle/CoreBundle, PHP 8.4, Pimcore ^12.3, Deps highest: Pimcore/Repository/CategoryRepository.php#L46
Method CoreShop\Bundle\CoreBundle\Pimcore\Repository\CategoryRepository::findFirstLevelForStore() should return array<CoreShop\Component\Product\Model\CategoryInterface> but returns array<Pimcore\Model\DataObject>.
Bundle/CoreBundle, PHP 8.4, Pimcore ^12.3, Deps highest: Pimcore/Repository/CategoryRepository.php#L36
Method CoreShop\Bundle\CoreBundle\Pimcore\Repository\CategoryRepository::findForStore() should return array<CoreShop\Component\Product\Model\CategoryInterface> but returns array<Pimcore\Model\DataObject>.