FriendsOfShopware/shopware-rector

6.5.0 - System

Closed this issue · 1 comments

shyim commented

Please describe the feature you would like to see implemented.

src/Core/System/Salutation/DefaultSalutationValidator.php: * @deprecated tag:v6.5.0 - reason:remove-subscriber - This subscriber will be superfluous once salutations
src/Core/System/Country/CountryTaxFreeDeprecationUpdater.php: * @deprecated tag:v6.5.0 - reason:remove-subscriber - Will be remove on version 6.5.0
src/Core/System/DependencyInjection/CompilerPass/SalesChannelEntityCompilerPass.php:                //@deprecated tag:v6.5.0 (flag:FEATURE_NEXT_16155) - remove add method call
src/Core/System/Country/CountryEntity.php:     * @deprecated tag:v6.5.0 - Will be removed, use $customerTax->getEnabled() instead
src/Core/System/Country/CountryEntity.php:     * @deprecated tag:v6.5.0 - Will be removed, use $companyTax->getEnabled() instead
src/Core/System/Country/CountryEntity.php:     * @deprecated tag:v6.5.0 - Will be removed in version 6.5.0
src/Core/System/Country/CountryEntity.php:     * @deprecated tag:v6.5.0 - Will be removed in version 6.5.0
src/Core/System/Country/CountryEntity.php:     * @deprecated tag:v6.5.0 - Will be removed in version 6.5.0
src/Core/System/Country/CountryEntity.php:     * @deprecated tag:v6.5.0 - Will be removed in version 6.5.0
src/Core/System/Currency/CurrencyEntity.php:     * @deprecated tag:v6.5.0 - Use `itemRounding.decimals` or `totalRounding.decimals`
src/Core/System/User/UserEntity.php:     * @deprecated tag:v6.5.0 - Will be internal from 6.5.0 onward
src/Core/System/User/UserEntity.php:     * @deprecated tag:v6.5.0 - Will be internal from 6.5.0 onward
src/Core/System/User/Service/UserProvisioner.php: * @deprecated tag:v6.5.0 - Will be removed, use the Service from the maintenance bundle instead
src/Core/System/SalesChannel/BaseContext.php:     * @deprecated tag:v6.5.0 - Parameter $fallbackCustomerGroup is deprecated and will be removed
src/Core/System/SalesChannel/BaseContext.php:     * @deprecated tag:v6.5.0 - Fallback customer group is deprecated and will be removed, use getCurrentCustomerGroup instead
src/Core/System/SalesChannel/Context/BaseContextFactory.php:             * @deprecated tag:v6.5.0 - Overriding the languageId of the SalesChannel is deprecated and will be removed in v6.5.0
src/Core/System/SalesChannel/Context/BaseContextFactory.php:        /** @deprecated tag:v6.5.0 - Fallback customer group is deprecated and will be removed */
src/Core/System/SalesChannel/Context/BaseContextFactory.php:        /** @deprecated tag:v6.5.0 - Fallback customer group is deprecated and will be removed */
src/Core/System/SalesChannel/Context/SalesChannelContextRestorer.php:     * @deprecated tag:v6.5.0 - Use Shopware\Core\System\SalesChannel\Context\CartRestore::restore function instead
src/Core/System/User/Aggregate/UserAccessKey/UserAccessKeyEntity.php:     * @deprecated tag:v6.5.0 - Will be removed, write access is handled via ACL
src/Core/System/User/Aggregate/UserAccessKey/UserAccessKeyEntity.php:     * @deprecated tag:v6.5.0 - Will be removed, write access is handled via ACL
src/Core/System/User/Aggregate/UserAccessKey/UserAccessKeyEntity.php:     * @deprecated tag:v6.5.0 - Will be removed, write access is handled via ACL
src/Core/System/SalesChannel/Exception/LanguageOfSalesChannelDomainDeleteException.php:     * @deprecated tag:v6.5.0 - $language parameter will be removed
src/Core/System/Language/Exception/LanguageForeignKeyDeleteException.php:     * @deprecated tag:v6.5.0 - $language parameter will be removed
src/Core/System/SalesChannel/Entity/SalesChannelEntityLoadedEvent.php:     * @deprecated tag:v6.5.0 (flag:FEATURE_NEXT_16155) - remove all code below in this function. Nested loaded events are generated over EntityLoadedEventFactory
src/Core/System/SalesChannel/SalesChannelEntity.php:     * @deprecated tag:v6.5.0 - Will be removed in v6.5.0.
src/Core/System/SalesChannel/SalesChannelEntity.php:     * @deprecated tag:v6.5.0 - Will be removed in v6.5.0.
src/Core/System/SalesChannel/SalesChannelEntity.php:     * @deprecated tag:v6.5.0 - Will be removed in v6.5.0.
src/Core/System/SalesChannel/Command/SalesChannelMaintenanceDisableCommand.php: * @deprecated tag:v6.5.0 - Will be removed, use the Command from the maintenance bundle instead
src/Core/System/SalesChannel/Command/SalesChannelCreateCommand.php: * @deprecated tag:v6.5.0 - Will be removed, use the Command from the maintenance bundle instead
src/Core/System/SalesChannel/Command/SalesChannelMaintenanceEnableCommand.php: * @deprecated tag:v6.5.0 - Will be removed, use the Command from the maintenance bundle instead
src/Core/System/SalesChannel/Command/SalesChannelListCommand.php: * @deprecated tag:v6.5.0 - Will be removed, use the Command from the maintenance bundle instead
src/Core/System/SalesChannel/Entity/SalesChannelRepository.php:     * @deprecated tag:v6.5.0 - $eventFactory parameter will be required
src/Core/System/SalesChannel/Entity/SalesChannelRepository.php:     * @deprecated tag:v6.5.0 - Will be removed
src/Core/System/SalesChannel/SalesChannelContext.php:     * @deprecated tag:v6.5.0 - __construct will be internal, use context factory to create a new context
src/Core/System/SalesChannel/SalesChannelContext.php:     * @deprecated tag:v6.5.0 - Parameter $fallbackCustomerGroup is deprecated and will be removed
src/Core/System/SalesChannel/SalesChannelContext.php:     * @deprecated tag:v6.5.0 - Fallback customer group is deprecated and will be removed, use getCurrentCustomerGroup instead
src/Core/System/SalesChannel/DataAbstractionLayer/SalesChannelIndexer.php:     * @deprecated tag:v6.5.0 The parameter $offset will be native typed
src/Core/System/SalesChannel/Context/SalesChannelContextPersister.php:     * @deprecated tag:v6.5.0 - CartPersisterInterface will be removed, type hint with AbstractCartPersister
src/Core/System/SalesChannel/Context/SalesChannelContextPersister.php:        CartPersisterInterface $cartPersister,      // @deprecated tag:v6.5.0 - CartPersisterInterface will be removed, type hint with AbstractCartPersister
src/Core/System/SalesChannel/Context/SalesChannelContextPersister.php:     * @deprecated tag:v6.5.0 - parameter $salesChannelId will be required
src/Core/System/SalesChannel/Context/SalesChannelContextPersister.php:        // @deprecated tag:v6.5.0 - Remove else part
src/Core/System/User/Command/UserCreateCommand.php: * @deprecated tag:v6.5.0 - Will be removed, use the Command from the maintenance bundle instead
src/Core/System/User/Command/UserChangePasswordCommand.php: * @deprecated tag:v6.5.0 - Will be removed, use the Command from the maintenance bundle instead
src/Core/System/NumberRange/Exception/IncrementStorageMigrationNotSupportedException.php: * @deprecated tag:v6.5.0 will be removed, as it is not needed if we remove the `IncrementStorageInterface`
src/Core/System/NumberRange/ValueGenerator/NumberRangeValueGenerator.php:     * @deprecated tag:v6.5.0 - reason:visibility-change - will be made private
src/Core/System/NumberRange/ValueGenerator/NumberRangeValueGenerator.php:     * @deprecated tag:v6.5.0 will be removed
src/Core/System/NumberRange/ValueGenerator/NumberRangeValueGenerator.php:     * @deprecated tag:v6.5.0 will be removed
src/Core/System/NumberRange/ValueGenerator/NumberRangeValueGenerator.php:     * @deprecated tag:v6.5.0 - reason:visibility-change - will be made private
src/Core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternIncrement.php: * @deprecated tag:v6.5.0 - reason:class-hierarchy-change - won't implement ValueGeneratorPatternInterface anymore
src/Core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternIncrement.php:     * @deprecated tag:v6.5.0 incrementConnector will require a AbstractIncrementStorage
src/Core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternIncrement.php:         * @deprecated tag:v6.5.0 whole if statement can be removed if we remove IncrementStorageInterface
src/Core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternIncrement.php:     * @deprecated tag:v6.5.0 will be removed, use `generate()` instead
src/Core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternDate.php: * @deprecated tag:v6.5.0 - reason:class-hierarchy-change - won't implement ValueGeneratorPatternInterface anymore
src/Core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternDate.php:     * @deprecated tag:v6.5.0 will be removed, use `generate()` instead
src/Core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternInterface.php: * @deprecated tag:v6.5.0 will be removed, use AbstractValueGenerator instead
src/Core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementStorageInterface.php: * @deprecated tag:v6.5.0 will be removed, use AbstractIncrementStorage instead
src/Core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementStorageRegistry.php:     * @deprecated tag:v6.5.0 - reason:return-type-change - will always return AbstractIncrementStorage in the future, and thus will be natively typed
src/Core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementSqlStorage.php: * @deprecated tag:v6.5.0 - reason:class-hierarchy-change - won't implement IncrementStorageInterface anymore, use AbstractIncrementStorage instead
src/Core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementSqlStorage.php:     * @deprecated tag:v6.5.0 property will be removed as it is unused
src/Core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementSqlStorage.php:     * @deprecated tag:v6.5.0 will be removed use `reserve()` instead
src/Core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementSqlStorage.php:     * @deprecated tag:v6.5.0 will be removed use `preview()` instead
src/Core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternRegistry.php:         * @deprecated tag:v6.5.0 whole if part can be removed if we remove the ValueGeneratorPatternInterface
src/Core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternRegistry.php:     * @deprecated tag:v6.5.0 will be removed
src/Core/System/StateMachine/StateMachineRegistry.php:     * @deprecated tag:v6.5.0 - Use `\Shopware\Core\System\StateMachine\Loader\InitialStateIdLoader::get` instead
src/Core/System/Test/NumberRange/ValueGenerator/IncrementStorageRegistryTest.php:     * @deprecated tag:v6.5.0 test case can safely be deleted after we remove IncrementStorageInterface
src/Core/System/Test/NumberRange/ValueGenerator/IncrementStorageRegistryTest.php:     * @deprecated tag:v6.5.0 test case can safely be deleted after we remove IncrementStorageInterface
shyim commented

I will close this as the issue is really old and we should recheck