Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pickware\PickwareErpStarter\Invoice\InvoiceGenerationLineItemFilterSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository" class is considered final. It may change without further notice as of its next major version. You should not extend it from "Pickware\PickwareErpStarter\OrderPickability\Decorator\EntityRepositoryDecorator".
The "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Pickware\PickwareErpStarter\OrderPickability\Decorator\EntityRepositoryDecorator".
The "Pickware\PickwareErpStarter\Reorder\ScheduledTask\ReorderNotificationHandler" class extends "Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskHandler" that is deprecated tag:v6.6.0 - reason:class-hierarchy-change - Won't implement MessageSubscriberInterface anymore, tag all ScheduledTaskHandlers with #[AsMessageHandler] instead.
The "Pickware\PickwareErpStarter\Stock\ContainerOverride\StockUpdaterOverride" class extends "Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdater" that is deprecated tag:v6.6.0 - reason:remove-subscriber Will be removed, stock handling will be performed in `\Shopware\Core\Content\Product\Stock\OrderStockSubscriber`. Use `\Shopware\Core\Content\Product\Stock\StockStorage` for extending.
The "Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdater" class is considered internal. It may change without further notice. You should not use it from "Pickware\PickwareErpStarter\Stock\ContainerOverride\StockUpdaterOverride".
The "Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdater::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Pickware\PickwareErpStarter\Stock\ContainerOverride\StockUpdaterOverride".
The "Pickware\PickwareErpStarter\Stock\ProductSalesUpdater" class extends "Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskHandler" that is deprecated tag:v6.6.0 - reason:class-hierarchy-change - Won't implement MessageSubscriberInterface anymore, tag all ScheduledTaskHandlers with #[AsMessageHandler] instead.
The "Omikron\FactFinder\Shopware6\Command\DataExportCommand" class implements "Symfony\Component\DependencyInjection\ContainerAwareInterface" that is deprecated since Symfony 6.4, use dependency injection instead.
The "Omikron\FactFinder\Shopware6\Command\DataExportCommand" class uses "Symfony\Component\DependencyInjection\ContainerAwareTrait" that is deprecated since Symfony 6.4, use dependency injection instead.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Omikron\FactFinder\Shopware6\Command\DataExportCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Omikron\FactFinder\Shopware6\Export\Field\Deeplink" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Omikron\FactFinder\Shopware6\Subscriber\CategoryPageResponseSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Omikron\FactFinder\Shopware6\Subscriber\CategoryPageSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Omikron\FactFinder\Shopware6\Subscriber\ConfigurationSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Omikron\FactFinder\Shopware6\Subscriber\CustomerLoginEventSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Omikron\FactFinder\Shopware6\Subscriber\CustomerLogoutEventSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Omikron\FactFinder\Shopware6\Subscriber\FeedPreprocessorEntrySubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Omikron\FactFinder\Shopware6\Subscriber\ProductIndexerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the "framework.annotations.enabled" config option to false.
The "Omikron\FactFinder\Shopware6\MessageQueue\FeedExportHandler" class implements "Symfony\Component\Messenger\Handler\MessageSubscriberInterface" that is deprecated since Symfony 6.2, use the {@see AsMessageHandler} attribute instead.
The "Omikron\FactFinder\Shopware6\MessageQueue\RefreshExportCacheHandler" class implements "Symfony\Component\Messenger\Handler\MessageSubscriberInterface" that is deprecated since Symfony 6.2, use the {@see AsMessageHandler} attribute instead.
Method "Mustache_Loader::load()" might add "string|Mustache_Source" as a native return type declaration in the future. Do the same in implementation "Omikron\FactFinder\Shopware6\Utilites\Ssr\Template\Loader" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader::__construct()" method is considered internal. It may change without further notice. You should not extend it from "HbH\FactFinderCustoms\Component\Core\Content\Product\SalesChannel\Listing\ProductListingLoaderDecorator".
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "HbH\FactFinderCustoms\Command\ProductExportCommand".
Method "ShopgatePlugin::checkStock()" might add "array" as a native return type declaration in the future. Do the same in child class "Shopgate\Shopware\Plugin" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "ShopgatePlugin::syncFavouriteList()" might add "array" as a native return type declaration in the future. Do the same in child class "Shopgate\Shopware\Plugin" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/messenger 6.2: Implementing "Symfony\Component\Messenger\Handler\MessageSubscriberInterface" is deprecated, use the "Symfony\Component\Messenger\Attribute\AsMessageHandler" attribute instead.
The "Acris\ShopSwitch\ScheduledTask\CollectorTaskHandler" class extends "Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskHandler" that is deprecated tag:v6.6.0 - reason:class-hierarchy-change - Won't implement MessageSubscriberInterface anymore, tag all ScheduledTaskHandlers with #[AsMessageHandler] instead.
The "Iwv\IwvDatevV6\Service\ScheduledTask\ScheduledExportHandler" class extends "Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskHandler" that is deprecated tag:v6.6.0 - reason:class-hierarchy-change - Won't implement MessageSubscriberInterface anymore, tag all ScheduledTaskHandlers with #[AsMessageHandler] instead.
The "Cbax\ModulAnalytics\ScheduledTask\AnalyticsHandler" class extends "Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskHandler" that is deprecated tag:v6.6.0 - reason:class-hierarchy-change - Won't implement MessageSubscriberInterface anymore, tag all ScheduledTaskHandlers with #[AsMessageHandler] instead.
The "NetInventors\NetiNextEasyCoupon\ScheduledTask\DeliveryTaskHandler" class extends "Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskHandler" that is deprecated tag:v6.6.0 - reason:class-hierarchy-change - Won't implement MessageSubscriberInterface anymore, tag all ScheduledTaskHandlers with #[AsMessageHandler] instead.
The "HbH\AlphaCommandCollection\Service\ScheduledTask\InactiveCategoriesTaskHandler" class extends "Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskHandler" that is deprecated tag:v6.6.0 - reason:class-hierarchy-change - Won't implement MessageSubscriberInterface anymore, tag all ScheduledTaskHandlers with #[AsMessageHandler] instead.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Shopware\Core\System\UsageData\Subscriber\ShopIdChangedSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Shopware\Core\System\UsageData\Consent\ConsentReporter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "HbH\ProjectMainTheme\Subscriber\CheckoutProgressSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Acris\ShopSwitch\Subscriber\ResponseCacheSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Acris\ShopSwitch\Subscriber\ResponseCookieSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Acris\ShopSwitch\Subscriber\ShopSwitchSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Acris\ShopSwitch\Subscriber\ShopSwitchHeaderSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Acris\ShopSwitch\Subscriber\ShopSwitchModalDataSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Acris\ShopSwitch\Subscriber\ShopSwitchCacheSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Acris\ShopSwitch\Subscriber\ResponseRedirectSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Acris\ShopSwitch\Subscriber\LanguageSwitchRequestSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Acris\ShopSwitch\Subscriber\ThemeCompileSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Maxia\MaxiaListingVariants6\Subscriber\CacheInvalidationSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Shopware\Commercial\AdvancedSearch\Subscriber\ProductCustomFieldsMappingEventSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Tonur\Packstation\Subscriber\SystemConfigSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Tonur\Packstation\Subscriber\AddressValidationSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Adyen\Shopware\Command\FetchPaymentMethodLogosCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Adyen\Shopware\Command\ProcessWebhooksCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Adyen\Shopware\Command\ScheduleWebhooksCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Adyen\Shopware\Command\EnablePaymentMethodCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Adyen\Shopware\Command\DisablePaymentMethodCommand" class instead.
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "HbH\RetoureProcess\Commands\RetourCommand".
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "HbH\RetoureProcess\Commands\RetourCommand" class instead.
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "HbH\RetoureProcess\Commands\CountRetourCommand".
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "HbH\RetoureProcess\Commands\CountRetourCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "HbH\FactFinderCustoms\Command\ProductExportCommand" class instead.
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "HbH\ExportData\Command\ExportDataCommand".
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "HbH\ExportData\Command\ExportDataCommand" class instead.
The "Shopware\Core\Checkout\Cart\Delivery\DeliveryCalculator::__construct()" method is considered internal. It may change without further notice. You should not extend it from "HbH\ProjectMainTheme\Core\Checkout\Cart\Delivery\DeliveryCalculatorDecorator".
The "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\AbstractFieldSerializer" class is considered internal. It may change without further notice. You should not use it from "Pickware\DalBundle\Field\NonUuidFkFieldSerializer".
The "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FieldSerializerInterface" interface is considered internal. It may change without further notice. You should not use it from "Pickware\DalBundle\Field\EnumFieldSerializer".
The "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FieldSerializerInterface" interface is considered internal. It may change without further notice. You should not use it from "Pickware\DalBundle\Field\JsonSerializableObjectFieldSerializer".
The "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FieldSerializerInterface" interface is considered internal. It may change without further notice. You should not use it from "Pickware\DalBundle\Field\PhpEnumFieldSerializer".
The "Shopware\Core\Framework\Api\OAuth\ScopeRepository::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Pickware\MobileAppAuthBundle\OAuth\ScopeRepository".
The "Monolog\Logger" class is considered final. It may change without further notice as of its next major version. You should not extend it from "Tonur\Packstation\Util\Logger".
The "Shopware\Core\Framework\Routing\CanonicalRedirectService::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Scop\PlatformRedirecter\Decorator\CanonicalRedirectServiceDecorator".
The "Shopware\Core\Checkout\Document\Twig\DocumentTemplateRenderer::__construct()" method is considered internal. It may change without further notice. You should not extend it from "NetInventors\NetiNextEasyCoupon\Service\Document\DocumentTemplateRenderer".
The "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\AbstractFieldSerializer" class is considered internal. It may change without further notice. You should not use it from "NetInventors\NetiNextEasyCoupon\Core\Framework\FieldSerializer\Decoration\IntFieldSerializer".
The "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceFieldSerializer" class is considered internal. It may change without further notice. You should not use it from "NetInventors\NetiNextEasyCoupon\Core\Framework\FieldSerializer\ProductValuePriceFieldSerializer".
The "NetInventors\NetiNextEasyCoupon\Decorator\NEXT26807\After\DecoratedCartService" class extends "Shopware\Core\Checkout\Cart\SalesChannel\CartService" that is deprecated tag:v6.6.0 - reason:becomes-final - Should not be extended and is only intended as cache.
The "Shopware\Core\Checkout\Cart\SalesChannel\CartService::__construct()" method is considered internal. It may change without further notice. You should not extend it from "NetInventors\NetiNextEasyCoupon\Decorator\NEXT26807\After\DecoratedCartService".
The "Symfony\Component\HttpKernel\HttpKernel::$dispatcher" property is considered final. You should not override it in "Shopware\Core\Framework\Adapter\Kernel\HttpKernel".
The "monolog.logger" service relies on the deprecated "Symfony\Bridge\Monolog\Logger" class. It should either be deprecated or its implementation upgraded.
Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
User Deprecated: Since symfony/monolog-bridge 6.4: The "Symfony\Bridge\Monolog\Logger" class is deprecated, use HttpKernel's DebugLoggerConfigurator instead.