Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Bundle\ApiBundle\DependencyInjection\ApiExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Bundle\CQRSBundle\DependencyInjection\CQRSExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Bundle\FormHandlerBundle\DependencyInjection\FormHandlerExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Bundle\ApiBundle\DependencyInjection\Compiler\TransformerCompilerPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Bundle\ApiBundle\DependencyInjection\Compiler\TransformerScopeCompilerPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\API\DependencyInjection\Compiler\ApiCommandPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\API\DependencyInjection\Compiler\RepresentationTransformerPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\API\DependencyInjection\Compiler\ElasticaQueryPartPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\API\DependencyInjection\Compiler\ConstantCalculatorPass" 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 "App\API\Event\KernelExceptionSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\API\Form\Type\Address\PostalCodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\API\Form\Type\Address\PostalCodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\API\Form\Type\NamedCheckboxType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\API\Form\Type\NamedCheckboxType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::getParent()" might add "?string" as a native return type declaration in the future. Do the same in child class "App\API\Form\Type\NamedCheckboxType" now to avoid errors or add an explicit @return annotation to suppress this message.
App\API\Representation\TariffRepresentation::__construct(): Optional parameter $ownProviderId declared before required parameter $variantId is implicitly treated as a required parameter
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\ApiOrderSubmitCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\FixMissingDataInMailQueue" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\FixOrdersMissingTerms" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\FixTariffOptions" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\GenerateOfflineConversions" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\SendMailsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\SendNewsletterToExistingCustomer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Common\DataFixtures\FixtureInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\DataFixtures\TariffFixtures" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "FOS\ElasticaBundle\Doctrine\ORM\ElasticaToModelTransformer::getEntityQueryBuilder()" might add "\Doctrine\ORM\QueryBuilder" as a native return type declaration in the future. Do the same in child class "App\Elastica\TariffVariantToModelTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "FOS\ElasticaBundle\Doctrine\AbstractElasticaToModelTransformer::transform()" might add "array" as a native return type declaration in the future. Do the same in child class "App\Elastica\TariffVariantToModelTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "FOS\ElasticaBundle\Transformer\ElasticaToModelTransformerInterface::hybridTransform()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Elastica\TariffVariantToModelTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\AdditionalFieldType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\AdditionalFieldType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\AreaCodeBlockType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\AreaCodeBlockType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Bonus2UploadType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\BulletPointType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\BulletPointType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\CancellationRateTableType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\CancellationRateType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\CancellationRateType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\CashbackDocUploadBankDataType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\CashbackDocUploadBankDataType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\CashbackDocUploadType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\CashbackDocUploadType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\CashbackMailTemplateTableType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\CashbackMailTemplateType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\CashbackMailTemplateType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\CashbackRedemptionRateTableType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\CashbackRedemptionRateType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\CashbackRedemptionRateType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\CashbackTariffMatrixRowType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\CashbackTariffMatrixRowType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\CashbackTariffMatrixType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\CashbackTariffType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\CashbackTariffType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\CashbackUploadType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\CommissionUploadType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\ConnectionLocationDetailsType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\ConnectionLocationDetailsType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\CustomerType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\CustomerType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Dashboard2FilterType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\DiscountedMonthsType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\DiscountedMonthsType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\DomainConfigType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\ExportFilterType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\ExternalProviderIdsTableType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\ExternalProviderIdsType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\ExternalProviderIdsType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\FilterPartnerType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\FilterPartnerType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\FilterType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\FilterType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\FormerProviderTableType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\FormerProviderType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\FormerProviderType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\HotlineTimeType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\HotlineTimeType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\IndexDashboardFilterType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\KPIDashboardFilterType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\LogType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\LogType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\LoyalityBonusRateTableType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\LoyalityBonusRateType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\LoyalityBonusRateType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\LoyalityBonusTariffMatrixRowType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\LoyalityBonusTariffMatrixRowType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\LoyalityBonusTariffMatrixType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\LoyalityBonusTariffType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\LoyalityBonusTariffType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\OfflineConversionsConfigType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\OptionCategoryType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\OptionCategoryType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\OptionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\OptionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Order\OrderBankType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Order\OrderBankType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Order\OrderCashValueType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Order\OrderCashValueType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Order\OrderCashbackCommentType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Order\OrderCashbackCommentType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Order\OrderCashbackProcessingType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Order\OrderCashbackProcessingType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Order\OrderCashbackStatusType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Order\OrderCashbackStatusType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Order\OrderCommentType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Order\OrderCommentType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Order\OrderCommissionStateType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Order\OrderCommissionStateType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Order\OrderCustomerPhoneNumberType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Order\OrderFilterType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Order\OrderProcessingType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Order\OrderProcessingType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Order\OrderProviderOfferType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Order\OrderSecondBonusProcessingType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Order\OrderSecondBonusProcessingType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Order\OrderShippingAddressType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Order\OrderShippingAddressType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Order\OrderType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Order\OrderType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\PartnerType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\PartnerType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\PermissionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\PermissionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\PromoImageFileType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\PromoImageFileType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\ProviderApiAssignmentTableType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\ProviderApiAssignmentType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\ProviderApiAssignmentType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\ProviderType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\ProviderType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\RoleType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\RoleType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\SplittestConfigType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\StatsFilterType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\StatsSalesFilterType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Tariff\TariffAdditionalFieldType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Tariff\TariffAdditionalFieldType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Tariff\TariffCommissionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Tariff\TariffCommissionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Tariff\TariffConfig2PartnerType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Tariff\TariffConfig2PartnerType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Tariff\TariffImageMatrixRowType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Tariff\TariffImageMatrixType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Tariff\TariffImageType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Tariff\TariffImageType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Tariff\TariffOptionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Tariff\TariffOptionType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Tariff\TariffPartnerMatrixRowType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Tariff\TariffPartnerMatrixRowType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Tariff\TariffPartnerMatrixType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Tariff\TariffPartnerType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Tariff\TariffPartnerType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Tariff\TariffType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\Tariff\TariffType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\TermTableType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\TermType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\TermType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\TooltipTableType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\TooltipType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\TooltipType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\TrackingLinkType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\TrackingLinkType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\UserRoleType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\UserRoleType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\UserType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\UserType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\WorklogType" now to avoid errors or add an explicit @return annotation to suppress this message.
App\Model\BackofficeCustomerExport::__construct(): Optional parameter $title declared before required parameter $houseNumberAffix is implicitly treated as a required parameter
Since symfony/framework-bundle 7.3: Not setting the "property_info.with_constructor_extractor" option explicitly is deprecated because its default value will change in version 8.0.
App\Entity\User implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
Since symfony/dependency-injection 7.4: Service id "EasyCorp\EasyLog\EasyLogHandler" looks like a FQCN but no corresponding class or interface exists. To resolve this ambiguity, please rename this service to a non-FQCN (e.g. using dots), or create the missing class or interface.
Since symfony/dependency-injection 7.4: Service id "App\API\Provider\FilteredProvidersProvider" looks like a FQCN but no corresponding class or interface exists. To resolve this ambiguity, please rename this service to a non-FQCN (e.g. using dots), or create the missing class or interface.
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:1867, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "8.0.31" instead of "8". (AbstractMySQLDriver.php:94 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
"SELECT t0.id AS id_1, t0.name AS name_2, t0.number_of_tarifs_per_site AS number_of_tarifs_per_site_3, t0.hotline_number AS hotline_number_4, t0.public_name AS public_name_5, t0.contact_email AS contact_email_6, t0.logo AS logo_7, t0.cashback_redemption_days AS cashback_redemption_days_8 FROM `partners` t0 WHERE t0.id = ? LIMIT 1"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.number_of_tarifs_per_site AS number_of_tarifs_per_site_3, t0.hotline_number AS hotline_number_4, t0.public_name AS public_name_5, t0.contact_email AS contact_email_6, t0.logo AS logo_7, t0.cashback_redemption_days AS cashback_redemption_days_8 FROM `partners` t0 WHERE t0.id = ? LIMIT 1"
"params" => [1 => 1]
"types" => [1 => 1]
]
deprecation
Deprecated: App\Entity\User implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
"SELECT c0_.id AS id_0, c0_.postal_code AS postal_code_1, c0_.city_name AS city_name_2 FROM city c0_ WHERE c0_.id IN (?)"
(parameters:
[1 => "1545"
]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT c0_.id AS id_0, c0_.postal_code AS postal_code_1, c0_.city_name AS city_name_2 FROM city c0_ WHERE c0_.id IN (?)"
"params" => [1 => "1545"
]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT s0_.id AS id_0, s0_.street_name AS street_name_1, s0_.city_id AS city_id_2 FROM street s0_ WHERE s0_.id IN (?)"
(parameters:
[1 => "3228440"
]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT s0_.id AS id_0, s0_.street_name AS street_name_1, s0_.city_id AS city_id_2 FROM street s0_ WHERE s0_.id IN (?)"
"params" => [1 => "3228440"
]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.number_of_tarifs_per_site AS number_of_tarifs_per_site_2, p0_.hotline_number AS hotline_number_3, p0_.public_name AS public_name_4, p0_.contact_email AS contact_email_5, p0_.logo AS logo_6, p0_.cashback_redemption_days AS cashback_redemption_days_7 FROM `partners` p0_ WHERE p0_.id IN (?)"
(parameters:
[1 => "1"
]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.number_of_tarifs_per_site AS number_of_tarifs_per_site_2, p0_.hotline_number AS hotline_number_3, p0_.public_name AS public_name_4, p0_.contact_email AS contact_email_5, p0_.logo AS logo_6, p0_.cashback_redemption_days AS cashback_redemption_days_7 FROM `partners` p0_ WHERE p0_.id IN (?)"
"params" => [1 => "1"
]
"types" => [1 => 1]
]
deprecation
User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead.
"SELECT t0.id AS id_1, t0.postal_code AS postal_code_2, t0.city_name AS city_name_3 FROM city t0 WHERE t0.postal_code = ? AND t0.id = ? LIMIT 1"
(parameters:
[1 => "27239"
2 => 1545]
, types:
[1 => 22 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.postal_code AS postal_code_2, t0.city_name AS city_name_3 FROM city t0 WHERE t0.postal_code = ? AND t0.id = ? LIMIT 1"
"params" => [1 => "27239"
2 => 1545]
"types" => [1 => 22 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.street_name AS street_name_2, t0.city_id AS city_id_3 FROM street t0 WHERE t0.id = ? AND t0.city_id = ? LIMIT 1"
(parameters:
[1 => 32284402 => 1545]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.street_name AS street_name_2, t0.city_id AS city_id_3 FROM street t0 WHERE t0.id = ? AND t0.city_id = ? LIMIT 1"
"params" => [1 => 32284402 => 1545]
"types" => [1 => 12 => 1]
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.api_id AS api_id_2, t0.provider_id AS provider_id_3 FROM provider_api_assignment t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.api_id AS api_id_2, t0.provider_id AS provider_id_3 FROM provider_api_assignment t0"
]
debug
Executing statement:
"SELECT count(q0_.id) AS sclr_0 FROM `query_cache` q0_ WHERE q0_.token = ?"
(parameters:
[1 => "5c47b3ff408bdee5b4655072e1cbccc2"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT count(q0_.id) AS sclr_0 FROM `query_cache` q0_ WHERE q0_.token = ?"
"params" => [1 => "5c47b3ff408bdee5b4655072e1cbccc2"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT count(q0_.id) AS sclr_0 FROM `query_cache` q0_ WHERE q0_.token = ?"
(parameters:
[1 => "5c47b3ff408bdee5b4655072e1cbccc2"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT count(q0_.id) AS sclr_0 FROM `query_cache` q0_ WHERE q0_.token = ?"
"params" => [1 => "5c47b3ff408bdee5b4655072e1cbccc2"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.token AS token_2, t0.search_criteria AS search_criteria_3, t0.result AS result_4, t0.ttl AS ttl_5 FROM `query_cache` t0 WHERE t0.token = ? LIMIT 1"
(parameters:
[1 => "5c47b3ff408bdee5b4655072e1cbccc2"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.token AS token_2, t0.search_criteria AS search_criteria_3, t0.result AS result_4, t0.ttl AS ttl_5 FROM `query_cache` t0 WHERE t0.token = ? LIMIT 1"
"params" => [1 => "5c47b3ff408bdee5b4655072e1cbccc2"
]
"types" => [1 => 2]
]
deprecation
User Deprecated: Calling Doctrine\ORM\EntityManager::flush() with any arguments to flush specific entities is deprecated and will not be supported in Doctrine ORM 3.0. (EntityManager.php:404 called by QueryCacheEntryRepository.php:54, https://github.com/doctrine/orm/issues/8459, package doctrine/orm)
"SELECT count(q0_.id) AS sclr_0 FROM `query_cache` q0_ WHERE q0_.token = ?"
(parameters:
[1 => "5c47b3ff408bdee5b4655072e1cbccc2"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT count(q0_.id) AS sclr_0 FROM `query_cache` q0_ WHERE q0_.token = ?"
"params" => [1 => "5c47b3ff408bdee5b4655072e1cbccc2"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT count(q0_.id) AS sclr_0 FROM `query_cache` q0_ WHERE q0_.token = ?"
(parameters:
[1 => "5c47b3ff408bdee5b4655072e1cbccc2"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT count(q0_.id) AS sclr_0 FROM `query_cache` q0_ WHERE q0_.token = ?"
"params" => [1 => "5c47b3ff408bdee5b4655072e1cbccc2"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.token AS token_2, t0.search_criteria AS search_criteria_3, t0.result AS result_4, t0.ttl AS ttl_5 FROM `query_cache` t0 WHERE t0.token = ? LIMIT 1"
(parameters:
[1 => "5c47b3ff408bdee5b4655072e1cbccc2"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.token AS token_2, t0.search_criteria AS search_criteria_3, t0.result AS result_4, t0.ttl AS ttl_5 FROM `query_cache` t0 WHERE t0.token = ? LIMIT 1"
"params" => [1 => "5c47b3ff408bdee5b4655072e1cbccc2"
]
"types" => [1 => 2]
]
info
EXTERNAL_CHECK Fetching external tariffs by ["3228440", "11", ""] results in [71] results.
app
deprecation
Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero
"SELECT t0_.id AS id_0, t0_.name_public AS name_public_1, t0_.name_internal AS name_internal_2, t0_.comment AS comment_3, t0_.connection_type AS connection_type_4, t0_.upload_speed AS upload_speed_5, t0_.download_speed AS download_speed_6, t0_.min_contract_time AS min_contract_time_7, t0_.cancellation_time AS cancellation_time_8, t0_.extension_period AS extension_period_9, t0_.productsheet AS productsheet_10, t0_.vvi_document AS vvi_document_11, t0_.speed_throttled AS speed_throttled_12, t0_.data_volume AS data_volume_13, t0_.connection_cost_initial AS connection_cost_initial_14, t0_.connection_cost_changer AS connection_cost_changer_15, t0_.shipping_cost AS shipping_cost_16, t0_.monthly_cost AS monthly_cost_17, t0_.initial_balance AS initial_balance_18, t0_.max_free_months AS max_free_months_19, t0_.api_tariff_id AS api_tariff_id_20, t0_.tv_override AS tv_override_21, t0_.banderole_show AS banderole_show_22, t0_.banderole_color AS banderole_color_23, t0_.banderole_name AS banderole_name_24, t0_.availability_check AS availability_check_25, t0_.always_visible AS always_visible_26, t0_.tripleplay_internet AS tripleplay_internet_27, t0_.tripleplay_telephone AS tripleplay_telephone_28, t0_.tripleplay_tv AS tripleplay_tv_29, t0_.max_age AS max_age_30, t0_.rating AS rating_31, t0_.rating_count AS rating_count_32, t0_.download_normal AS download_normal_33, t0_.download_min AS download_min_34, t0_.upload_normal AS upload_normal_35, t0_.upload_min AS upload_min_36, t0_.api_tariff_id2 AS api_tariff_id2_37, t0_.eins_und_eins_api_tariff_id AS eins_und_eins_api_tariff_id_38, t0_.eins_und_eins_api_config_id AS eins_und_eins_api_config_id_39, t0_.cashback_reduction AS cashback_reduction_40, t0_.provider_id AS provider_id_41, t0_.area_code_block_id AS area_code_block_id_42 FROM `tariffs` t0_ WHERE t0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
[
"sql" => "SELECT t0_.id AS id_0, t0_.name_public AS name_public_1, t0_.name_internal AS name_internal_2, t0_.comment AS comment_3, t0_.connection_type AS connection_type_4, t0_.upload_speed AS upload_speed_5, t0_.download_speed AS download_speed_6, t0_.min_contract_time AS min_contract_time_7, t0_.cancellation_time AS cancellation_time_8, t0_.extension_period AS extension_period_9, t0_.productsheet AS productsheet_10, t0_.vvi_document AS vvi_document_11, t0_.speed_throttled AS speed_throttled_12, t0_.data_volume AS data_volume_13, t0_.connection_cost_initial AS connection_cost_initial_14, t0_.connection_cost_changer AS connection_cost_changer_15, t0_.shipping_cost AS shipping_cost_16, t0_.monthly_cost AS monthly_cost_17, t0_.initial_balance AS initial_balance_18, t0_.max_free_months AS max_free_months_19, t0_.api_tariff_id AS api_tariff_id_20, t0_.tv_override AS tv_override_21, t0_.banderole_show AS banderole_show_22, t0_.banderole_color AS banderole_color_23, t0_.banderole_name AS banderole_name_24, t0_.availability_check AS availability_check_25, t0_.always_visible AS always_visible_26, t0_.tripleplay_internet AS tripleplay_internet_27, t0_.tripleplay_telephone AS tripleplay_telephone_28, t0_.tripleplay_tv AS tripleplay_tv_29, t0_.max_age AS max_age_30, t0_.rating AS rating_31, t0_.rating_count AS rating_count_32, t0_.download_normal AS download_normal_33, t0_.download_min AS download_min_34, t0_.upload_normal AS upload_normal_35, t0_.upload_min AS upload_min_36, t0_.api_tariff_id2 AS api_tariff_id2_37, t0_.eins_und_eins_api_tariff_id AS eins_und_eins_api_tariff_id_38, t0_.eins_und_eins_api_config_id AS eins_und_eins_api_config_id_39, t0_.cashback_reduction AS cashback_reduction_40, t0_.provider_id AS provider_id_41, t0_.area_code_block_id AS area_code_block_id_42 FROM `tariffs` t0_ WHERE t0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
"params" => [1 => 402 => 3273 => 184 => 395 => 826 => 2307 => 1868 => 2019 => 7410 => 17]
"types" => [1 => 12 => 13 => 14 => 15 => 16 => 17 => 18 => 19 => 110 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.tracking_link AS tracking_link_2, t0.postview_link AS postview_link_3, t0.active AS active_4, t0.enable_api_submission AS enable_api_submission_5, t0.enable_offer_id AS enable_offer_id_6, t0.enable_eecc AS enable_eecc_7, t0.partner_id AS partner_id_8, t0.provider_id AS provider_id_9 FROM `tracking_links` t0 WHERE t0.provider_id = ? AND t0.active = ? AND t0.partner_id = ? LIMIT 1"
(parameters:
[1 => 12 => 13 => 1]
, types:
[1 => 12 => 53 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.tracking_link AS tracking_link_2, t0.postview_link AS postview_link_3, t0.active AS active_4, t0.enable_api_submission AS enable_api_submission_5, t0.enable_offer_id AS enable_offer_id_6, t0.enable_eecc AS enable_eecc_7, t0.partner_id AS partner_id_8, t0.provider_id AS provider_id_9 FROM `tracking_links` t0 WHERE t0.provider_id = ? AND t0.active = ? AND t0.partner_id = ? LIMIT 1"
"params" => [1 => 12 => 13 => 1]
"types" => [1 => 12 => 53 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.street AS street_2, t0.zip AS zip_3, t0.city AS city_4, t0.website AS website_5, t0.email AS email_6, t0.hotline AS hotline_7, t0.provider_comment AS provider_comment_8, t0.availability_check AS availability_check_9, t0.allow_different_account_holder AS allow_different_account_holder_10, t0.show_important_info AS show_important_info_11, t0.important_info_text AS important_info_text_12, t0.must_have_mobile_number AS must_have_mobile_number_13, t0.min_days_to_activate AS min_days_to_activate_14, t0.max_days_to_activate AS max_days_to_activate_15, t0.number_portability AS number_portability_16, t0.provider_logo AS provider_logo_17, t0.documents_terms AS documents_terms_18, t0.documents_cancellation_text AS documents_cancellation_text_19, t0.rating AS rating_20, t0.`rating_count` AS rating_count_21, t0.name_public AS name_public_22, t0.name_internal AS name_internal_23, t24.id AS id_25, t24.api_provider1 AS api_provider1_26, t24.api_provider2 AS api_provider2_27, t24.api_provider3 AS api_provider3_28, t24.api_provider4 AS api_provider4_29, t24.api_provider5 AS api_provider5_30, t24.provider_id AS provider_id_31, t32.id AS id_33, t32.show_type_of_building AS show_type_of_building_34, t32.show_activation_date AS show_activation_date_35, t32.show_itemized_phone_bill AS show_itemized_phone_bill_36, t32.show_phonebook_entry AS show_phonebook_entry_37, t32.show_number_portability AS show_number_portability_38, t32.show_portable_number AS show_portable_number_39, t32.different_shipping_address AS different_shipping_address_40, t32.provider_id AS provider_id_41, t42.id AS id_43, t42.api_id AS api_id_44, t42.provider_id AS provider_id_45 FROM `providers` t0 LEFT JOIN `external_provider_ids` t24 ON t24.provider_id = t0.id LEFT JOIN connection_location_details t32 ON t32.provider_id = t0.id LEFT JOIN provider_api_assignment t42 ON t42.provider_id = t0.id WHERE t0.id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.street AS street_2, t0.zip AS zip_3, t0.city AS city_4, t0.website AS website_5, t0.email AS email_6, t0.hotline AS hotline_7, t0.provider_comment AS provider_comment_8, t0.availability_check AS availability_check_9, t0.allow_different_account_holder AS allow_different_account_holder_10, t0.show_important_info AS show_important_info_11, t0.important_info_text AS important_info_text_12, t0.must_have_mobile_number AS must_have_mobile_number_13, t0.min_days_to_activate AS min_days_to_activate_14, t0.max_days_to_activate AS max_days_to_activate_15, t0.number_portability AS number_portability_16, t0.provider_logo AS provider_logo_17, t0.documents_terms AS documents_terms_18, t0.documents_cancellation_text AS documents_cancellation_text_19, t0.rating AS rating_20, t0.`rating_count` AS rating_count_21, t0.name_public AS name_public_22, t0.name_internal AS name_internal_23, t24.id AS id_25, t24.api_provider1 AS api_provider1_26, t24.api_provider2 AS api_provider2_27, t24.api_provider3 AS api_provider3_28, t24.api_provider4 AS api_provider4_29, t24.api_provider5 AS api_provider5_30, t24.provider_id AS provider_id_31, t32.id AS id_33, t32.show_type_of_building AS show_type_of_building_34, t32.show_activation_date AS show_activation_date_35, t32.show_itemized_phone_bill AS show_itemized_phone_bill_36, t32.show_phonebook_entry AS show_phonebook_entry_37, t32.show_number_portability AS show_number_portability_38, t32.show_portable_number AS show_portable_number_39, t32.different_shipping_address AS different_shipping_address_40, t32.provider_id AS provider_id_41, t42.id AS id_43, t42.api_id AS api_id_44, t42.provider_id AS provider_id_45 FROM `providers` t0 LEFT JOIN `external_provider_ids` t24 ON t24.provider_id = t0.id LEFT JOIN connection_location_details t32 ON t32.provider_id = t0.id LEFT JOIN provider_api_assignment t42 ON t42.provider_id = t0.id WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.tracking_link AS tracking_link_2, t0.postview_link AS postview_link_3, t0.active AS active_4, t0.enable_api_submission AS enable_api_submission_5, t0.enable_offer_id AS enable_offer_id_6, t0.enable_eecc AS enable_eecc_7, t0.partner_id AS partner_id_8, t0.provider_id AS provider_id_9 FROM `tracking_links` t0 WHERE t0.provider_id = ? AND t0.active = ? AND t0.partner_id = ? LIMIT 1"
(parameters:
[1 => 62 => 13 => 1]
, types:
[1 => 12 => 53 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.tracking_link AS tracking_link_2, t0.postview_link AS postview_link_3, t0.active AS active_4, t0.enable_api_submission AS enable_api_submission_5, t0.enable_offer_id AS enable_offer_id_6, t0.enable_eecc AS enable_eecc_7, t0.partner_id AS partner_id_8, t0.provider_id AS provider_id_9 FROM `tracking_links` t0 WHERE t0.provider_id = ? AND t0.active = ? AND t0.partner_id = ? LIMIT 1"
"params" => [1 => 62 => 13 => 1]
"types" => [1 => 12 => 53 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.street AS street_2, t0.zip AS zip_3, t0.city AS city_4, t0.website AS website_5, t0.email AS email_6, t0.hotline AS hotline_7, t0.provider_comment AS provider_comment_8, t0.availability_check AS availability_check_9, t0.allow_different_account_holder AS allow_different_account_holder_10, t0.show_important_info AS show_important_info_11, t0.important_info_text AS important_info_text_12, t0.must_have_mobile_number AS must_have_mobile_number_13, t0.min_days_to_activate AS min_days_to_activate_14, t0.max_days_to_activate AS max_days_to_activate_15, t0.number_portability AS number_portability_16, t0.provider_logo AS provider_logo_17, t0.documents_terms AS documents_terms_18, t0.documents_cancellation_text AS documents_cancellation_text_19, t0.rating AS rating_20, t0.`rating_count` AS rating_count_21, t0.name_public AS name_public_22, t0.name_internal AS name_internal_23, t24.id AS id_25, t24.api_provider1 AS api_provider1_26, t24.api_provider2 AS api_provider2_27, t24.api_provider3 AS api_provider3_28, t24.api_provider4 AS api_provider4_29, t24.api_provider5 AS api_provider5_30, t24.provider_id AS provider_id_31, t32.id AS id_33, t32.show_type_of_building AS show_type_of_building_34, t32.show_activation_date AS show_activation_date_35, t32.show_itemized_phone_bill AS show_itemized_phone_bill_36, t32.show_phonebook_entry AS show_phonebook_entry_37, t32.show_number_portability AS show_number_portability_38, t32.show_portable_number AS show_portable_number_39, t32.different_shipping_address AS different_shipping_address_40, t32.provider_id AS provider_id_41, t42.id AS id_43, t42.api_id AS api_id_44, t42.provider_id AS provider_id_45 FROM `providers` t0 LEFT JOIN `external_provider_ids` t24 ON t24.provider_id = t0.id LEFT JOIN connection_location_details t32 ON t32.provider_id = t0.id LEFT JOIN provider_api_assignment t42 ON t42.provider_id = t0.id WHERE t0.id = ?"
(parameters:
[1 => 6]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.street AS street_2, t0.zip AS zip_3, t0.city AS city_4, t0.website AS website_5, t0.email AS email_6, t0.hotline AS hotline_7, t0.provider_comment AS provider_comment_8, t0.availability_check AS availability_check_9, t0.allow_different_account_holder AS allow_different_account_holder_10, t0.show_important_info AS show_important_info_11, t0.important_info_text AS important_info_text_12, t0.must_have_mobile_number AS must_have_mobile_number_13, t0.min_days_to_activate AS min_days_to_activate_14, t0.max_days_to_activate AS max_days_to_activate_15, t0.number_portability AS number_portability_16, t0.provider_logo AS provider_logo_17, t0.documents_terms AS documents_terms_18, t0.documents_cancellation_text AS documents_cancellation_text_19, t0.rating AS rating_20, t0.`rating_count` AS rating_count_21, t0.name_public AS name_public_22, t0.name_internal AS name_internal_23, t24.id AS id_25, t24.api_provider1 AS api_provider1_26, t24.api_provider2 AS api_provider2_27, t24.api_provider3 AS api_provider3_28, t24.api_provider4 AS api_provider4_29, t24.api_provider5 AS api_provider5_30, t24.provider_id AS provider_id_31, t32.id AS id_33, t32.show_type_of_building AS show_type_of_building_34, t32.show_activation_date AS show_activation_date_35, t32.show_itemized_phone_bill AS show_itemized_phone_bill_36, t32.show_phonebook_entry AS show_phonebook_entry_37, t32.show_number_portability AS show_number_portability_38, t32.show_portable_number AS show_portable_number_39, t32.different_shipping_address AS different_shipping_address_40, t32.provider_id AS provider_id_41, t42.id AS id_43, t42.api_id AS api_id_44, t42.provider_id AS provider_id_45 FROM `providers` t0 LEFT JOIN `external_provider_ids` t24 ON t24.provider_id = t0.id LEFT JOIN connection_location_details t32 ON t32.provider_id = t0.id LEFT JOIN provider_api_assignment t42 ON t42.provider_id = t0.id WHERE t0.id = ?"
"params" => [1 => 6]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.tracking_link AS tracking_link_2, t0.postview_link AS postview_link_3, t0.active AS active_4, t0.enable_api_submission AS enable_api_submission_5, t0.enable_offer_id AS enable_offer_id_6, t0.enable_eecc AS enable_eecc_7, t0.partner_id AS partner_id_8, t0.provider_id AS provider_id_9 FROM `tracking_links` t0 WHERE t0.provider_id = ? AND t0.active = ? AND t0.partner_id = ? LIMIT 1"
(parameters:
[1 => 162 => 13 => 1]
, types:
[1 => 12 => 53 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.tracking_link AS tracking_link_2, t0.postview_link AS postview_link_3, t0.active AS active_4, t0.enable_api_submission AS enable_api_submission_5, t0.enable_offer_id AS enable_offer_id_6, t0.enable_eecc AS enable_eecc_7, t0.partner_id AS partner_id_8, t0.provider_id AS provider_id_9 FROM `tracking_links` t0 WHERE t0.provider_id = ? AND t0.active = ? AND t0.partner_id = ? LIMIT 1"
"params" => [1 => 162 => 13 => 1]
"types" => [1 => 12 => 53 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.street AS street_2, t0.zip AS zip_3, t0.city AS city_4, t0.website AS website_5, t0.email AS email_6, t0.hotline AS hotline_7, t0.provider_comment AS provider_comment_8, t0.availability_check AS availability_check_9, t0.allow_different_account_holder AS allow_different_account_holder_10, t0.show_important_info AS show_important_info_11, t0.important_info_text AS important_info_text_12, t0.must_have_mobile_number AS must_have_mobile_number_13, t0.min_days_to_activate AS min_days_to_activate_14, t0.max_days_to_activate AS max_days_to_activate_15, t0.number_portability AS number_portability_16, t0.provider_logo AS provider_logo_17, t0.documents_terms AS documents_terms_18, t0.documents_cancellation_text AS documents_cancellation_text_19, t0.rating AS rating_20, t0.`rating_count` AS rating_count_21, t0.name_public AS name_public_22, t0.name_internal AS name_internal_23, t24.id AS id_25, t24.api_provider1 AS api_provider1_26, t24.api_provider2 AS api_provider2_27, t24.api_provider3 AS api_provider3_28, t24.api_provider4 AS api_provider4_29, t24.api_provider5 AS api_provider5_30, t24.provider_id AS provider_id_31, t32.id AS id_33, t32.show_type_of_building AS show_type_of_building_34, t32.show_activation_date AS show_activation_date_35, t32.show_itemized_phone_bill AS show_itemized_phone_bill_36, t32.show_phonebook_entry AS show_phonebook_entry_37, t32.show_number_portability AS show_number_portability_38, t32.show_portable_number AS show_portable_number_39, t32.different_shipping_address AS different_shipping_address_40, t32.provider_id AS provider_id_41, t42.id AS id_43, t42.api_id AS api_id_44, t42.provider_id AS provider_id_45 FROM `providers` t0 LEFT JOIN `external_provider_ids` t24 ON t24.provider_id = t0.id LEFT JOIN connection_location_details t32 ON t32.provider_id = t0.id LEFT JOIN provider_api_assignment t42 ON t42.provider_id = t0.id WHERE t0.id = ?"
(parameters:
[1 => 16]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.street AS street_2, t0.zip AS zip_3, t0.city AS city_4, t0.website AS website_5, t0.email AS email_6, t0.hotline AS hotline_7, t0.provider_comment AS provider_comment_8, t0.availability_check AS availability_check_9, t0.allow_different_account_holder AS allow_different_account_holder_10, t0.show_important_info AS show_important_info_11, t0.important_info_text AS important_info_text_12, t0.must_have_mobile_number AS must_have_mobile_number_13, t0.min_days_to_activate AS min_days_to_activate_14, t0.max_days_to_activate AS max_days_to_activate_15, t0.number_portability AS number_portability_16, t0.provider_logo AS provider_logo_17, t0.documents_terms AS documents_terms_18, t0.documents_cancellation_text AS documents_cancellation_text_19, t0.rating AS rating_20, t0.`rating_count` AS rating_count_21, t0.name_public AS name_public_22, t0.name_internal AS name_internal_23, t24.id AS id_25, t24.api_provider1 AS api_provider1_26, t24.api_provider2 AS api_provider2_27, t24.api_provider3 AS api_provider3_28, t24.api_provider4 AS api_provider4_29, t24.api_provider5 AS api_provider5_30, t24.provider_id AS provider_id_31, t32.id AS id_33, t32.show_type_of_building AS show_type_of_building_34, t32.show_activation_date AS show_activation_date_35, t32.show_itemized_phone_bill AS show_itemized_phone_bill_36, t32.show_phonebook_entry AS show_phonebook_entry_37, t32.show_number_portability AS show_number_portability_38, t32.show_portable_number AS show_portable_number_39, t32.different_shipping_address AS different_shipping_address_40, t32.provider_id AS provider_id_41, t42.id AS id_43, t42.api_id AS api_id_44, t42.provider_id AS provider_id_45 FROM `providers` t0 LEFT JOIN `external_provider_ids` t24 ON t24.provider_id = t0.id LEFT JOIN connection_location_details t32 ON t32.provider_id = t0.id LEFT JOIN provider_api_assignment t42 ON t42.provider_id = t0.id WHERE t0.id = ?"
"params" => [1 => 16]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.tracking_link AS tracking_link_2, t0.postview_link AS postview_link_3, t0.active AS active_4, t0.enable_api_submission AS enable_api_submission_5, t0.enable_offer_id AS enable_offer_id_6, t0.enable_eecc AS enable_eecc_7, t0.partner_id AS partner_id_8, t0.provider_id AS provider_id_9 FROM `tracking_links` t0 WHERE t0.provider_id = ? AND t0.active = ? AND t0.partner_id = ? LIMIT 1"
(parameters:
[1 => 22 => 13 => 1]
, types:
[1 => 12 => 53 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.tracking_link AS tracking_link_2, t0.postview_link AS postview_link_3, t0.active AS active_4, t0.enable_api_submission AS enable_api_submission_5, t0.enable_offer_id AS enable_offer_id_6, t0.enable_eecc AS enable_eecc_7, t0.partner_id AS partner_id_8, t0.provider_id AS provider_id_9 FROM `tracking_links` t0 WHERE t0.provider_id = ? AND t0.active = ? AND t0.partner_id = ? LIMIT 1"
"params" => [1 => 22 => 13 => 1]
"types" => [1 => 12 => 53 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.street AS street_2, t0.zip AS zip_3, t0.city AS city_4, t0.website AS website_5, t0.email AS email_6, t0.hotline AS hotline_7, t0.provider_comment AS provider_comment_8, t0.availability_check AS availability_check_9, t0.allow_different_account_holder AS allow_different_account_holder_10, t0.show_important_info AS show_important_info_11, t0.important_info_text AS important_info_text_12, t0.must_have_mobile_number AS must_have_mobile_number_13, t0.min_days_to_activate AS min_days_to_activate_14, t0.max_days_to_activate AS max_days_to_activate_15, t0.number_portability AS number_portability_16, t0.provider_logo AS provider_logo_17, t0.documents_terms AS documents_terms_18, t0.documents_cancellation_text AS documents_cancellation_text_19, t0.rating AS rating_20, t0.`rating_count` AS rating_count_21, t0.name_public AS name_public_22, t0.name_internal AS name_internal_23, t24.id AS id_25, t24.api_provider1 AS api_provider1_26, t24.api_provider2 AS api_provider2_27, t24.api_provider3 AS api_provider3_28, t24.api_provider4 AS api_provider4_29, t24.api_provider5 AS api_provider5_30, t24.provider_id AS provider_id_31, t32.id AS id_33, t32.show_type_of_building AS show_type_of_building_34, t32.show_activation_date AS show_activation_date_35, t32.show_itemized_phone_bill AS show_itemized_phone_bill_36, t32.show_phonebook_entry AS show_phonebook_entry_37, t32.show_number_portability AS show_number_portability_38, t32.show_portable_number AS show_portable_number_39, t32.different_shipping_address AS different_shipping_address_40, t32.provider_id AS provider_id_41, t42.id AS id_43, t42.api_id AS api_id_44, t42.provider_id AS provider_id_45 FROM `providers` t0 LEFT JOIN `external_provider_ids` t24 ON t24.provider_id = t0.id LEFT JOIN connection_location_details t32 ON t32.provider_id = t0.id LEFT JOIN provider_api_assignment t42 ON t42.provider_id = t0.id WHERE t0.id = ?"
(parameters:
[1 => 2]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.street AS street_2, t0.zip AS zip_3, t0.city AS city_4, t0.website AS website_5, t0.email AS email_6, t0.hotline AS hotline_7, t0.provider_comment AS provider_comment_8, t0.availability_check AS availability_check_9, t0.allow_different_account_holder AS allow_different_account_holder_10, t0.show_important_info AS show_important_info_11, t0.important_info_text AS important_info_text_12, t0.must_have_mobile_number AS must_have_mobile_number_13, t0.min_days_to_activate AS min_days_to_activate_14, t0.max_days_to_activate AS max_days_to_activate_15, t0.number_portability AS number_portability_16, t0.provider_logo AS provider_logo_17, t0.documents_terms AS documents_terms_18, t0.documents_cancellation_text AS documents_cancellation_text_19, t0.rating AS rating_20, t0.`rating_count` AS rating_count_21, t0.name_public AS name_public_22, t0.name_internal AS name_internal_23, t24.id AS id_25, t24.api_provider1 AS api_provider1_26, t24.api_provider2 AS api_provider2_27, t24.api_provider3 AS api_provider3_28, t24.api_provider4 AS api_provider4_29, t24.api_provider5 AS api_provider5_30, t24.provider_id AS provider_id_31, t32.id AS id_33, t32.show_type_of_building AS show_type_of_building_34, t32.show_activation_date AS show_activation_date_35, t32.show_itemized_phone_bill AS show_itemized_phone_bill_36, t32.show_phonebook_entry AS show_phonebook_entry_37, t32.show_number_portability AS show_number_portability_38, t32.show_portable_number AS show_portable_number_39, t32.different_shipping_address AS different_shipping_address_40, t32.provider_id AS provider_id_41, t42.id AS id_43, t42.api_id AS api_id_44, t42.provider_id AS provider_id_45 FROM `providers` t0 LEFT JOIN `external_provider_ids` t24 ON t24.provider_id = t0.id LEFT JOIN connection_location_details t32 ON t32.provider_id = t0.id LEFT JOIN provider_api_assignment t42 ON t42.provider_id = t0.id WHERE t0.id = ?"
"params" => [1 => 2]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT l0_.id AS id_0, l0_.value AS value_1, l0_.tariff_id AS tariff_id_2, l0_.partner_id AS partner_id_3 FROM `loyality_bonus_tariffs` l0_ WHERE l0_.tariff_id = ? AND l0_.partner_id = ?"
(parameters:
[1 => 402 => 1]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT l0_.id AS id_0, l0_.value AS value_1, l0_.tariff_id AS tariff_id_2, l0_.partner_id AS partner_id_3 FROM `loyality_bonus_tariffs` l0_ WHERE l0_.tariff_id = ? AND l0_.partner_id = ?"
"params" => [1 => 402 => 1]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.id AS id_0, l0_.value AS value_1, l0_.tariff_id AS tariff_id_2, l0_.partner_id AS partner_id_3 FROM `loyality_bonus_tariffs` l0_ WHERE l0_.tariff_id = ? AND l0_.partner_id = ?"
(parameters:
[1 => 3272 => 1]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT l0_.id AS id_0, l0_.value AS value_1, l0_.tariff_id AS tariff_id_2, l0_.partner_id AS partner_id_3 FROM `loyality_bonus_tariffs` l0_ WHERE l0_.tariff_id = ? AND l0_.partner_id = ?"
"params" => [1 => 3272 => 1]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.id AS id_0, l0_.value AS value_1, l0_.tariff_id AS tariff_id_2, l0_.partner_id AS partner_id_3 FROM `loyality_bonus_tariffs` l0_ WHERE l0_.tariff_id = ? AND l0_.partner_id = ?"
(parameters:
[1 => 182 => 1]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT l0_.id AS id_0, l0_.value AS value_1, l0_.tariff_id AS tariff_id_2, l0_.partner_id AS partner_id_3 FROM `loyality_bonus_tariffs` l0_ WHERE l0_.tariff_id = ? AND l0_.partner_id = ?"
"params" => [1 => 182 => 1]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.id AS id_0, l0_.value AS value_1, l0_.tariff_id AS tariff_id_2, l0_.partner_id AS partner_id_3 FROM `loyality_bonus_tariffs` l0_ WHERE l0_.tariff_id = ? AND l0_.partner_id = ?"
(parameters:
[1 => 392 => 1]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT l0_.id AS id_0, l0_.value AS value_1, l0_.tariff_id AS tariff_id_2, l0_.partner_id AS partner_id_3 FROM `loyality_bonus_tariffs` l0_ WHERE l0_.tariff_id = ? AND l0_.partner_id = ?"
"params" => [1 => 392 => 1]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.id AS id_0, l0_.value AS value_1, l0_.tariff_id AS tariff_id_2, l0_.partner_id AS partner_id_3 FROM `loyality_bonus_tariffs` l0_ WHERE l0_.tariff_id = ? AND l0_.partner_id = ?"
(parameters:
[1 => 822 => 1]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT l0_.id AS id_0, l0_.value AS value_1, l0_.tariff_id AS tariff_id_2, l0_.partner_id AS partner_id_3 FROM `loyality_bonus_tariffs` l0_ WHERE l0_.tariff_id = ? AND l0_.partner_id = ?"
"params" => [1 => 822 => 1]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.id AS id_0, l0_.value AS value_1, l0_.tariff_id AS tariff_id_2, l0_.partner_id AS partner_id_3 FROM `loyality_bonus_tariffs` l0_ WHERE l0_.tariff_id = ? AND l0_.partner_id = ?"
(parameters:
[1 => 2302 => 1]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT l0_.id AS id_0, l0_.value AS value_1, l0_.tariff_id AS tariff_id_2, l0_.partner_id AS partner_id_3 FROM `loyality_bonus_tariffs` l0_ WHERE l0_.tariff_id = ? AND l0_.partner_id = ?"
"params" => [1 => 2302 => 1]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.id AS id_0, l0_.value AS value_1, l0_.tariff_id AS tariff_id_2, l0_.partner_id AS partner_id_3 FROM `loyality_bonus_tariffs` l0_ WHERE l0_.tariff_id = ? AND l0_.partner_id = ?"
(parameters:
[1 => 1862 => 1]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT l0_.id AS id_0, l0_.value AS value_1, l0_.tariff_id AS tariff_id_2, l0_.partner_id AS partner_id_3 FROM `loyality_bonus_tariffs` l0_ WHERE l0_.tariff_id = ? AND l0_.partner_id = ?"
"params" => [1 => 1862 => 1]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.id AS id_0, l0_.value AS value_1, l0_.tariff_id AS tariff_id_2, l0_.partner_id AS partner_id_3 FROM `loyality_bonus_tariffs` l0_ WHERE l0_.tariff_id = ? AND l0_.partner_id = ?"
(parameters:
[1 => 2012 => 1]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT l0_.id AS id_0, l0_.value AS value_1, l0_.tariff_id AS tariff_id_2, l0_.partner_id AS partner_id_3 FROM `loyality_bonus_tariffs` l0_ WHERE l0_.tariff_id = ? AND l0_.partner_id = ?"
"params" => [1 => 2012 => 1]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.id AS id_0, l0_.value AS value_1, l0_.tariff_id AS tariff_id_2, l0_.partner_id AS partner_id_3 FROM `loyality_bonus_tariffs` l0_ WHERE l0_.tariff_id = ? AND l0_.partner_id = ?"
(parameters:
[1 => 742 => 1]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT l0_.id AS id_0, l0_.value AS value_1, l0_.tariff_id AS tariff_id_2, l0_.partner_id AS partner_id_3 FROM `loyality_bonus_tariffs` l0_ WHERE l0_.tariff_id = ? AND l0_.partner_id = ?"
"params" => [1 => 742 => 1]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.id AS id_0, l0_.value AS value_1, l0_.tariff_id AS tariff_id_2, l0_.partner_id AS partner_id_3 FROM `loyality_bonus_tariffs` l0_ WHERE l0_.tariff_id = ? AND l0_.partner_id = ?"
(parameters:
[1 => 172 => 1]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT l0_.id AS id_0, l0_.value AS value_1, l0_.tariff_id AS tariff_id_2, l0_.partner_id AS partner_id_3 FROM `loyality_bonus_tariffs` l0_ WHERE l0_.tariff_id = ? AND l0_.partner_id = ?"
"params" => [1 => 172 => 1]
"types" => [1 => 12 => 1]
]
deprecation
User Deprecated: JoinColumn configuration is not allowed on the inverse side of one-to-one associations, and will throw a MappingException in Doctrine ORM 3.0 (ClassMetadataInfo.php:1864 called by ClassMetadataInfo.php:2945, https://github.com/doctrine/orm/pull/10654, package doctrine/orm)
Log messages generated during the compilation of the service container.
Messages
Class
913
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.App\API\ArgumentResolver\CitiesByPostalCodeQueryArgumentResolver" (parent: .abstract.instanceof.App\API\ArgumentResolver\CitiesByPostalCodeQueryArgumentResolver).
Resolving inheritance for "App\API\ArgumentResolver\CitiesByPostalCodeQueryArgumentResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.App\API\ArgumentResolver\CitiesByPostalCodeQueryArgumentResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.App\API\ArgumentResolver\StreetsByCityQueryArgumentResolver" (parent: .abstract.instanceof.App\API\ArgumentResolver\StreetsByCityQueryArgumentResolver).
Resolving inheritance for "App\API\ArgumentResolver\StreetsByCityQueryArgumentResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.App\API\ArgumentResolver\StreetsByCityQueryArgumentResolver).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\API\Event\KernelExceptionSubscriber" (parent: .abstract.instanceof.App\API\Event\KernelExceptionSubscriber).
Resolving inheritance for "App\API\Event\KernelExceptionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\API\Event\KernelExceptionSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\AddressingExtension" (parent: .abstract.instanceof.App\API\Form\Extension\FilterTariffs\AddressingExtension).
Resolving inheritance for "App\API\Form\Extension\FilterTariffs\AddressingExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\AddressingExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\AreaCodeExtension" (parent: .abstract.instanceof.App\API\Form\Extension\FilterTariffs\AreaCodeExtension).
Resolving inheritance for "App\API\Form\Extension\FilterTariffs\AreaCodeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\AreaCodeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\AvailabilityCheckExtension" (parent: .abstract.instanceof.App\API\Form\Extension\FilterTariffs\AvailabilityCheckExtension).
Resolving inheritance for "App\API\Form\Extension\FilterTariffs\AvailabilityCheckExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\AvailabilityCheckExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\ClearNonRequiredFieldsExtension" (parent: .abstract.instanceof.App\API\Form\Extension\FilterTariffs\ClearNonRequiredFieldsExtension).
Resolving inheritance for "App\API\Form\Extension\FilterTariffs\ClearNonRequiredFieldsExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\ClearNonRequiredFieldsExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\ConnectionTypesExtension" (parent: .abstract.instanceof.App\API\Form\Extension\FilterTariffs\ConnectionTypesExtension).
Resolving inheritance for "App\API\Form\Extension\FilterTariffs\ConnectionTypesExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\ConnectionTypesExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\CurrentContractExtension" (parent: .abstract.instanceof.App\API\Form\Extension\FilterTariffs\CurrentContractExtension).
Resolving inheritance for "App\API\Form\Extension\FilterTariffs\CurrentContractExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\CurrentContractExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\DebugExtension" (parent: .abstract.instanceof.App\API\Form\Extension\FilterTariffs\DebugExtension).
Resolving inheritance for "App\API\Form\Extension\FilterTariffs\DebugExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\DebugExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\DownloadSpeedExtension" (parent: .abstract.instanceof.App\API\Form\Extension\FilterTariffs\DownloadSpeedExtension).
Resolving inheritance for "App\API\Form\Extension\FilterTariffs\DownloadSpeedExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\DownloadSpeedExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\ExtraOptionsExtension" (parent: .abstract.instanceof.App\API\Form\Extension\FilterTariffs\ExtraOptionsExtension).
Resolving inheritance for "App\API\Form\Extension\FilterTariffs\ExtraOptionsExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\ExtraOptionsExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\FlatRatesExtension" (parent: .abstract.instanceof.App\API\Form\Extension\FilterTariffs\FlatRatesExtension).
Resolving inheritance for "App\API\Form\Extension\FilterTariffs\FlatRatesExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\FlatRatesExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\FormerProviderExtension" (parent: .abstract.instanceof.App\API\Form\Extension\FilterTariffs\FormerProviderExtension).
Resolving inheritance for "App\API\Form\Extension\FilterTariffs\FormerProviderExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\FormerProviderExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\MinimumContractTimeExtension" (parent: .abstract.instanceof.App\API\Form\Extension\FilterTariffs\MinimumContractTimeExtension).
Resolving inheritance for "App\API\Form\Extension\FilterTariffs\MinimumContractTimeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\MinimumContractTimeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\OffsetExtension" (parent: .abstract.instanceof.App\API\Form\Extension\FilterTariffs\OffsetExtension).
Resolving inheritance for "App\API\Form\Extension\FilterTariffs\OffsetExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\OffsetExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\PartnerExtension" (parent: .abstract.instanceof.App\API\Form\Extension\FilterTariffs\PartnerExtension).
Resolving inheritance for "App\API\Form\Extension\FilterTariffs\PartnerExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\PartnerExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\ProviderExtension" (parent: .abstract.instanceof.App\API\Form\Extension\FilterTariffs\ProviderExtension).
Resolving inheritance for "App\API\Form\Extension\FilterTariffs\ProviderExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\ProviderExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\SortingExtension" (parent: .abstract.instanceof.App\API\Form\Extension\FilterTariffs\SortingExtension).
Resolving inheritance for "App\API\Form\Extension\FilterTariffs\SortingExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\SortingExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\SpeedThrottlingExtension" (parent: .abstract.instanceof.App\API\Form\Extension\FilterTariffs\SpeedThrottlingExtension).
Resolving inheritance for "App\API\Form\Extension\FilterTariffs\SpeedThrottlingExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\SpeedThrottlingExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\TariffExtension" (parent: .abstract.instanceof.App\API\Form\Extension\FilterTariffs\TariffExtension).
Resolving inheritance for "App\API\Form\Extension\FilterTariffs\TariffExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\TariffExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\Top0Extension" (parent: .abstract.instanceof.App\API\Form\Extension\FilterTariffs\Top0Extension).
Resolving inheritance for "App\API\Form\Extension\FilterTariffs\Top0Extension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\Top0Extension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\YoungPeopleExtension" (parent: .abstract.instanceof.App\API\Form\Extension\FilterTariffs\YoungPeopleExtension).
Resolving inheritance for "App\API\Form\Extension\FilterTariffs\YoungPeopleExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\YoungPeopleExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\API\Form\Type\Address\PostalCodeType" (parent: .abstract.instanceof.App\API\Form\Type\Address\PostalCodeType).
Resolving inheritance for "App\API\Form\Type\Address\PostalCodeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\API\Form\Type\Address\PostalCodeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\API\Form\Type\DomainConfigType" (parent: .abstract.instanceof.App\API\Form\Type\DomainConfigType).
Resolving inheritance for "App\API\Form\Type\DomainConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\API\Form\Type\DomainConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\API\Form\Type\FilterTariffsType" (parent: .abstract.instanceof.App\API\Form\Type\FilterTariffsType).
Resolving inheritance for "App\API\Form\Type\FilterTariffsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\API\Form\Type\FilterTariffsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\API\Form\Type\NamedCheckboxType" (parent: .abstract.instanceof.App\API\Form\Type\NamedCheckboxType).
Resolving inheritance for "App\API\Form\Type\NamedCheckboxType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\API\Form\Type\NamedCheckboxType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\API\Form\Type\YesNoChoiceType" (parent: .abstract.instanceof.App\API\Form\Type\YesNoChoiceType).
Resolving inheritance for "App\API\Form\Type\YesNoChoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\API\Form\Type\YesNoChoiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ApiOrderSubmitCommand" (parent: .abstract.instanceof.App\Command\ApiOrderSubmitCommand).
Resolving inheritance for "App\Command\ApiOrderSubmitCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ApiOrderSubmitCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BackofficeOrderSubmitCommand" (parent: .abstract.instanceof.App\Command\BackofficeOrderSubmitCommand).
Resolving inheritance for "App\Command\BackofficeOrderSubmitCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BackofficeOrderSubmitCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CalculatePricesCommand" (parent: .abstract.instanceof.App\Command\CalculatePricesCommand).
Resolving inheritance for "App\Command\CalculatePricesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CalculatePricesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixAreaCodeDuplicateCommand" (parent: .abstract.instanceof.App\Command\FixAreaCodeDuplicateCommand).
Resolving inheritance for "App\Command\FixAreaCodeDuplicateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixAreaCodeDuplicateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixMissingDataInMailQueue" (parent: .abstract.instanceof.App\Command\FixMissingDataInMailQueue).
Resolving inheritance for "App\Command\FixMissingDataInMailQueue" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixMissingDataInMailQueue).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixOrdersMissingTerms" (parent: .abstract.instanceof.App\Command\FixOrdersMissingTerms).
Resolving inheritance for "App\Command\FixOrdersMissingTerms" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixOrdersMissingTerms).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixTariffOptions" (parent: .abstract.instanceof.App\Command\FixTariffOptions).
Resolving inheritance for "App\Command\FixTariffOptions" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixTariffOptions).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateOfflineConversions" (parent: .abstract.instanceof.App\Command\GenerateOfflineConversions).
Resolving inheritance for "App\Command\GenerateOfflineConversions" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateOfflineConversions).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IndexResourcesCommand" (parent: .abstract.instanceof.App\Command\IndexResourcesCommand).
Resolving inheritance for "App\Command\IndexResourcesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IndexResourcesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PhonenumberNeededCommand" (parent: .abstract.instanceof.App\Command\PhonenumberNeededCommand).
Resolving inheritance for "App\Command\PhonenumberNeededCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PhonenumberNeededCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProviderOrderStatusCommand" (parent: .abstract.instanceof.App\Command\ProviderOrderStatusCommand).
Resolving inheritance for "App\Command\ProviderOrderStatusCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProviderOrderStatusCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendMailsCommand" (parent: .abstract.instanceof.App\Command\SendMailsCommand).
Resolving inheritance for "App\Command\SendMailsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendMailsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendNewsletterToExistingCustomer" (parent: .abstract.instanceof.App\Command\SendNewsletterToExistingCustomer).
Resolving inheritance for "App\Command\SendNewsletterToExistingCustomer" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendNewsletterToExistingCustomer).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ValidateOfflineConversions" (parent: .abstract.instanceof.App\Command\ValidateOfflineConversions).
Resolving inheritance for "App\Command\ValidateOfflineConversions" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ValidateOfflineConversions).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Action\Xhr\ToggleTariffPartnerAction" (parent: .abstract.instanceof.App\Controller\Action\Xhr\ToggleTariffPartnerAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Action\Xhr\ToggleTariffPartnerAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Action\Xhr\ToggleTariffPartnerAction).
Resolving inheritance for "App\Controller\Action\Xhr\ToggleTariffPartnerAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Action\Xhr\ToggleTariffPartnerAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdditionalFieldController" (parent: .abstract.instanceof.App\Controller\AdditionalFieldController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdditionalFieldController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdditionalFieldController).
Resolving inheritance for ".instanceof.App\Controller\AdditionalFieldController.0.App\Controller\AdditionalFieldController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdditionalFieldController).
Resolving inheritance for "App\Controller\AdditionalFieldController" (parent: .instanceof.App\Controller\AdditionalFieldController.0.App\Controller\AdditionalFieldController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminAbstractController" (parent: .abstract.instanceof.App\Controller\AdminAbstractController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminAbstractController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminAbstractController).
Resolving inheritance for "App\Controller\AdminAbstractController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminAbstractController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CheckTariffAvailabilityByProviderController" (parent: .abstract.instanceof.App\Controller\Api\CheckTariffAvailabilityByProviderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CheckTariffAvailabilityByProviderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CheckTariffAvailabilityByProviderController).
Resolving inheritance for ".instanceof.App\Controller\Api\CheckTariffAvailabilityByProviderController.0.App\Controller\Api\CheckTariffAvailabilityByProviderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CheckTariffAvailabilityByProviderController).
Resolving inheritance for "App\Controller\Api\CheckTariffAvailabilityByProviderController" (parent: .instanceof.App\Controller\Api\CheckTariffAvailabilityByProviderController.0.App\Controller\Api\CheckTariffAvailabilityByProviderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CheckTariffAvailabilityForTelekom" (parent: .abstract.instanceof.App\Controller\Api\CheckTariffAvailabilityForTelekom).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CheckTariffAvailabilityForTelekom" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CheckTariffAvailabilityForTelekom).
Resolving inheritance for ".instanceof.App\Controller\Api\CheckTariffAvailabilityForTelekom.0.App\Controller\Api\CheckTariffAvailabilityForTelekom" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CheckTariffAvailabilityForTelekom).
Resolving inheritance for "App\Controller\Api\CheckTariffAvailabilityForTelekom" (parent: .instanceof.App\Controller\Api\CheckTariffAvailabilityForTelekom.0.App\Controller\Api\CheckTariffAvailabilityForTelekom).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GenerateEeccDocumentController" (parent: .abstract.instanceof.App\Controller\Api\GenerateEeccDocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GenerateEeccDocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GenerateEeccDocumentController).
Resolving inheritance for ".instanceof.App\Controller\Api\GenerateEeccDocumentController.0.App\Controller\Api\GenerateEeccDocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GenerateEeccDocumentController).
Resolving inheritance for "App\Controller\Api\GenerateEeccDocumentController" (parent: .instanceof.App\Controller\Api\GenerateEeccDocumentController.0.App\Controller\Api\GenerateEeccDocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetBankNumberInfoController" (parent: .abstract.instanceof.App\Controller\Api\GetBankNumberInfoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetBankNumberInfoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetBankNumberInfoController).
Resolving inheritance for ".instanceof.App\Controller\Api\GetBankNumberInfoController.0.App\Controller\Api\GetBankNumberInfoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetBankNumberInfoController).
Resolving inheritance for "App\Controller\Api\GetBankNumberInfoController" (parent: .instanceof.App\Controller\Api\GetBankNumberInfoController.0.App\Controller\Api\GetBankNumberInfoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetCitiesController" (parent: .abstract.instanceof.App\Controller\Api\GetCitiesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetCitiesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetCitiesController).
Resolving inheritance for ".instanceof.App\Controller\Api\GetCitiesController.0.App\Controller\Api\GetCitiesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetCitiesController).
Resolving inheritance for "App\Controller\Api\GetCitiesController" (parent: .instanceof.App\Controller\Api\GetCitiesController.0.App\Controller\Api\GetCitiesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetConversionValueController" (parent: .abstract.instanceof.App\Controller\Api\GetConversionValueController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetConversionValueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetConversionValueController).
Resolving inheritance for ".instanceof.App\Controller\Api\GetConversionValueController.0.App\Controller\Api\GetConversionValueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetConversionValueController).
Resolving inheritance for "App\Controller\Api\GetConversionValueController" (parent: .instanceof.App\Controller\Api\GetConversionValueController.0.App\Controller\Api\GetConversionValueController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetCustomerSupportInfoController" (parent: .abstract.instanceof.App\Controller\Api\GetCustomerSupportInfoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetCustomerSupportInfoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetCustomerSupportInfoController).
Resolving inheritance for ".instanceof.App\Controller\Api\GetCustomerSupportInfoController.0.App\Controller\Api\GetCustomerSupportInfoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetCustomerSupportInfoController).
Resolving inheritance for "App\Controller\Api\GetCustomerSupportInfoController" (parent: .instanceof.App\Controller\Api\GetCustomerSupportInfoController.0.App\Controller\Api\GetCustomerSupportInfoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetFormerProvidersController" (parent: .abstract.instanceof.App\Controller\Api\GetFormerProvidersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetFormerProvidersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetFormerProvidersController).
Resolving inheritance for ".instanceof.App\Controller\Api\GetFormerProvidersController.0.App\Controller\Api\GetFormerProvidersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetFormerProvidersController).
Resolving inheritance for "App\Controller\Api\GetFormerProvidersController" (parent: .instanceof.App\Controller\Api\GetFormerProvidersController.0.App\Controller\Api\GetFormerProvidersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetHotlineNumberController" (parent: .abstract.instanceof.App\Controller\Api\GetHotlineNumberController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetHotlineNumberController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetHotlineNumberController).
Resolving inheritance for ".instanceof.App\Controller\Api\GetHotlineNumberController.0.App\Controller\Api\GetHotlineNumberController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetHotlineNumberController).
Resolving inheritance for "App\Controller\Api\GetHotlineNumberController" (parent: .instanceof.App\Controller\Api\GetHotlineNumberController.0.App\Controller\Api\GetHotlineNumberController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetLandlineAreaCodesController" (parent: .abstract.instanceof.App\Controller\Api\GetLandlineAreaCodesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetLandlineAreaCodesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetLandlineAreaCodesController).
Resolving inheritance for ".instanceof.App\Controller\Api\GetLandlineAreaCodesController.0.App\Controller\Api\GetLandlineAreaCodesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetLandlineAreaCodesController).
Resolving inheritance for "App\Controller\Api\GetLandlineAreaCodesController" (parent: .instanceof.App\Controller\Api\GetLandlineAreaCodesController.0.App\Controller\Api\GetLandlineAreaCodesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetOrderCostController" (parent: .abstract.instanceof.App\Controller\Api\GetOrderCostController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetOrderCostController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetOrderCostController).
Resolving inheritance for ".instanceof.App\Controller\Api\GetOrderCostController.0.App\Controller\Api\GetOrderCostController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetOrderCostController).
Resolving inheritance for "App\Controller\Api\GetOrderCostController" (parent: .instanceof.App\Controller\Api\GetOrderCostController.0.App\Controller\Api\GetOrderCostController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetOrderPageDataController" (parent: .abstract.instanceof.App\Controller\Api\GetOrderPageDataController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetOrderPageDataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetOrderPageDataController).
Resolving inheritance for ".instanceof.App\Controller\Api\GetOrderPageDataController.0.App\Controller\Api\GetOrderPageDataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetOrderPageDataController).
Resolving inheritance for "App\Controller\Api\GetOrderPageDataController" (parent: .instanceof.App\Controller\Api\GetOrderPageDataController.0.App\Controller\Api\GetOrderPageDataController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetOrderPlacementOptionsController" (parent: .abstract.instanceof.App\Controller\Api\GetOrderPlacementOptionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetOrderPlacementOptionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetOrderPlacementOptionsController).
Resolving inheritance for ".instanceof.App\Controller\Api\GetOrderPlacementOptionsController.0.App\Controller\Api\GetOrderPlacementOptionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetOrderPlacementOptionsController).
Resolving inheritance for "App\Controller\Api\GetOrderPlacementOptionsController" (parent: .instanceof.App\Controller\Api\GetOrderPlacementOptionsController.0.App\Controller\Api\GetOrderPlacementOptionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetOrderSummaryPageDataController" (parent: .abstract.instanceof.App\Controller\Api\GetOrderSummaryPageDataController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetOrderSummaryPageDataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetOrderSummaryPageDataController).
Resolving inheritance for ".instanceof.App\Controller\Api\GetOrderSummaryPageDataController.0.App\Controller\Api\GetOrderSummaryPageDataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetOrderSummaryPageDataController).
Resolving inheritance for "App\Controller\Api\GetOrderSummaryPageDataController" (parent: .instanceof.App\Controller\Api\GetOrderSummaryPageDataController.0.App\Controller\Api\GetOrderSummaryPageDataController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetPossibleAdditionalOptionsController" (parent: .abstract.instanceof.App\Controller\Api\GetPossibleAdditionalOptionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetPossibleAdditionalOptionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetPossibleAdditionalOptionsController).
Resolving inheritance for ".instanceof.App\Controller\Api\GetPossibleAdditionalOptionsController.0.App\Controller\Api\GetPossibleAdditionalOptionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetPossibleAdditionalOptionsController).
Resolving inheritance for "App\Controller\Api\GetPossibleAdditionalOptionsController" (parent: .instanceof.App\Controller\Api\GetPossibleAdditionalOptionsController.0.App\Controller\Api\GetPossibleAdditionalOptionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetProvidersController" (parent: .abstract.instanceof.App\Controller\Api\GetProvidersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetProvidersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetProvidersController).
Resolving inheritance for ".instanceof.App\Controller\Api\GetProvidersController.0.App\Controller\Api\GetProvidersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetProvidersController).
Resolving inheritance for "App\Controller\Api\GetProvidersController" (parent: .instanceof.App\Controller\Api\GetProvidersController.0.App\Controller\Api\GetProvidersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetSplittestConfigController" (parent: .abstract.instanceof.App\Controller\Api\GetSplittestConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetSplittestConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetSplittestConfigController).
Resolving inheritance for ".instanceof.App\Controller\Api\GetSplittestConfigController.0.App\Controller\Api\GetSplittestConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetSplittestConfigController).
Resolving inheritance for "App\Controller\Api\GetSplittestConfigController" (parent: .instanceof.App\Controller\Api\GetSplittestConfigController.0.App\Controller\Api\GetSplittestConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetStreetsController" (parent: .abstract.instanceof.App\Controller\Api\GetStreetsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetStreetsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetStreetsController).
Resolving inheritance for ".instanceof.App\Controller\Api\GetStreetsController.0.App\Controller\Api\GetStreetsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetStreetsController).
Resolving inheritance for "App\Controller\Api\GetStreetsController" (parent: .instanceof.App\Controller\Api\GetStreetsController.0.App\Controller\Api\GetStreetsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetTariffInfoController" (parent: .abstract.instanceof.App\Controller\Api\GetTariffInfoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetTariffInfoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetTariffInfoController).
Resolving inheritance for ".instanceof.App\Controller\Api\GetTariffInfoController.0.App\Controller\Api\GetTariffInfoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetTariffInfoController).
Resolving inheritance for "App\Controller\Api\GetTariffInfoController" (parent: .instanceof.App\Controller\Api\GetTariffInfoController.0.App\Controller\Api\GetTariffInfoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetTariffInfoPageDataController" (parent: .abstract.instanceof.App\Controller\Api\GetTariffInfoPageDataController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetTariffInfoPageDataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetTariffInfoPageDataController).
Resolving inheritance for ".instanceof.App\Controller\Api\GetTariffInfoPageDataController.0.App\Controller\Api\GetTariffInfoPageDataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetTariffInfoPageDataController).
Resolving inheritance for "App\Controller\Api\GetTariffInfoPageDataController" (parent: .instanceof.App\Controller\Api\GetTariffInfoPageDataController.0.App\Controller\Api\GetTariffInfoPageDataController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetTariffListPageDataController" (parent: .abstract.instanceof.App\Controller\Api\GetTariffListPageDataController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetTariffListPageDataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetTariffListPageDataController).
Resolving inheritance for ".instanceof.App\Controller\Api\GetTariffListPageDataController.0.App\Controller\Api\GetTariffListPageDataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetTariffListPageDataController).
Resolving inheritance for "App\Controller\Api\GetTariffListPageDataController" (parent: .instanceof.App\Controller\Api\GetTariffListPageDataController.0.App\Controller\Api\GetTariffListPageDataController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetTariffsByIdsController" (parent: .abstract.instanceof.App\Controller\Api\GetTariffsByIdsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetTariffsByIdsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetTariffsByIdsController).
Resolving inheritance for ".instanceof.App\Controller\Api\GetTariffsByIdsController.0.App\Controller\Api\GetTariffsByIdsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetTariffsByIdsController).
Resolving inheritance for "App\Controller\Api\GetTariffsByIdsController" (parent: .instanceof.App\Controller\Api\GetTariffsByIdsController.0.App\Controller\Api\GetTariffsByIdsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetTariffsController" (parent: .abstract.instanceof.App\Controller\Api\GetTariffsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetTariffsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetTariffsController).
Resolving inheritance for "App\Controller\Api\GetTariffsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetTariffsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetTooltipController" (parent: .abstract.instanceof.App\Controller\Api\GetTooltipController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetTooltipController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetTooltipController).
Resolving inheritance for ".instanceof.App\Controller\Api\GetTooltipController.0.App\Controller\Api\GetTooltipController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetTooltipController).
Resolving inheritance for "App\Controller\Api\GetTooltipController" (parent: .instanceof.App\Controller\Api\GetTooltipController.0.App\Controller\Api\GetTooltipController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\IsAddressValidController" (parent: .abstract.instanceof.App\Controller\Api\IsAddressValidController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\IsAddressValidController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\IsAddressValidController).
Resolving inheritance for ".instanceof.App\Controller\Api\IsAddressValidController.0.App\Controller\Api\IsAddressValidController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\IsAddressValidController).
Resolving inheritance for "App\Controller\Api\IsAddressValidController" (parent: .instanceof.App\Controller\Api\IsAddressValidController.0.App\Controller\Api\IsAddressValidController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\IsPhoneNumberValidController" (parent: .abstract.instanceof.App\Controller\Api\IsPhoneNumberValidController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\IsPhoneNumberValidController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\IsPhoneNumberValidController).
Resolving inheritance for ".instanceof.App\Controller\Api\IsPhoneNumberValidController.0.App\Controller\Api\IsPhoneNumberValidController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\IsPhoneNumberValidController).
Resolving inheritance for "App\Controller\Api\IsPhoneNumberValidController" (parent: .instanceof.App\Controller\Api\IsPhoneNumberValidController.0.App\Controller\Api\IsPhoneNumberValidController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PhonenumbersubmitController" (parent: .abstract.instanceof.App\Controller\Api\PhonenumbersubmitController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PhonenumbersubmitController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PhonenumbersubmitController).
Resolving inheritance for ".instanceof.App\Controller\Api\PhonenumbersubmitController.0.App\Controller\Api\PhonenumbersubmitController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PhonenumbersubmitController).
Resolving inheritance for "App\Controller\Api\PhonenumbersubmitController" (parent: .instanceof.App\Controller\Api\PhonenumbersubmitController.0.App\Controller\Api\PhonenumbersubmitController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PlaceOrderController" (parent: .abstract.instanceof.App\Controller\Api\PlaceOrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PlaceOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PlaceOrderController).
Resolving inheritance for ".instanceof.App\Controller\Api\PlaceOrderController.0.App\Controller\Api\PlaceOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PlaceOrderController).
Resolving inheritance for "App\Controller\Api\PlaceOrderController" (parent: .instanceof.App\Controller\Api\PlaceOrderController.0.App\Controller\Api\PlaceOrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Trustpilot\TrustpilotController" (parent: .abstract.instanceof.App\Controller\Api\Trustpilot\TrustpilotController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Trustpilot\TrustpilotController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Trustpilot\TrustpilotController).
Resolving inheritance for "App\Controller\Api\Trustpilot\TrustpilotController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Trustpilot\TrustpilotController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UploadCashbackController" (parent: .abstract.instanceof.App\Controller\Api\UploadCashbackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UploadCashbackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UploadCashbackController).
Resolving inheritance for ".instanceof.App\Controller\Api\UploadCashbackController.0.App\Controller\Api\UploadCashbackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UploadCashbackController).
Resolving inheritance for "App\Controller\Api\UploadCashbackController" (parent: .instanceof.App\Controller\Api\UploadCashbackController.0.App\Controller\Api\UploadCashbackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AreaCodesBlockController" (parent: .abstract.instanceof.App\Controller\AreaCodesBlockController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AreaCodesBlockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AreaCodesBlockController).
Resolving inheritance for ".instanceof.App\Controller\AreaCodesBlockController.0.App\Controller\AreaCodesBlockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AreaCodesBlockController).
Resolving inheritance for "App\Controller\AreaCodesBlockController" (parent: .instanceof.App\Controller\AreaCodesBlockController.0.App\Controller\AreaCodesBlockController).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.App\Controller\ArgumentResolver\PartnersQueryResolver" (parent: .abstract.instanceof.App\Controller\ArgumentResolver\PartnersQueryResolver).
Resolving inheritance for "App\Controller\ArgumentResolver\PartnersQueryResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.App\Controller\ArgumentResolver\PartnersQueryResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.App\Controller\ArgumentResolver\TarifPartnerByTarifAndPartnerQueryResolver" (parent: .abstract.instanceof.App\Controller\ArgumentResolver\TarifPartnerByTarifAndPartnerQueryResolver).
Resolving inheritance for "App\Controller\ArgumentResolver\TarifPartnerByTarifAndPartnerQueryResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.App\Controller\ArgumentResolver\TarifPartnerByTarifAndPartnerQueryResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.App\Controller\ArgumentResolver\TariffPartnerConfigQueryResolver" (parent: .abstract.instanceof.App\Controller\ArgumentResolver\TariffPartnerConfigQueryResolver).
Resolving inheritance for "App\Controller\ArgumentResolver\TariffPartnerConfigQueryResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.App\Controller\ArgumentResolver\TariffPartnerConfigQueryResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.App\Controller\ArgumentResolver\TariffProviderQueryResolver" (parent: .abstract.instanceof.App\Controller\ArgumentResolver\TariffProviderQueryResolver).
Resolving inheritance for "App\Controller\ArgumentResolver\TariffProviderQueryResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.App\Controller\ArgumentResolver\TariffProviderQueryResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.App\Controller\ArgumentResolver\ToggleTarifPartnerCommandResolver" (parent: .abstract.instanceof.App\Controller\ArgumentResolver\ToggleTarifPartnerCommandResolver).
Resolving inheritance for "App\Controller\ArgumentResolver\ToggleTarifPartnerCommandResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.App\Controller\ArgumentResolver\ToggleTarifPartnerCommandResolver).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Bonus2ExportController" (parent: .abstract.instanceof.App\Controller\Bonus2ExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Bonus2ExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Bonus2ExportController).
Resolving inheritance for ".instanceof.App\Controller\Bonus2ExportController.0.App\Controller\Bonus2ExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Bonus2ExportController).
Resolving inheritance for "App\Controller\Bonus2ExportController" (parent: .instanceof.App\Controller\Bonus2ExportController.0.App\Controller\Bonus2ExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Bonus2UploadController" (parent: .abstract.instanceof.App\Controller\Bonus2UploadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Bonus2UploadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Bonus2UploadController).
Resolving inheritance for ".instanceof.App\Controller\Bonus2UploadController.0.App\Controller\Bonus2UploadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Bonus2UploadController).
Resolving inheritance for "App\Controller\Bonus2UploadController" (parent: .instanceof.App\Controller\Bonus2UploadController.0.App\Controller\Bonus2UploadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CacheController" (parent: .abstract.instanceof.App\Controller\CacheController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CacheController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CacheController).
Resolving inheritance for ".instanceof.App\Controller\CacheController.0.App\Controller\CacheController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CacheController).
Resolving inheritance for "App\Controller\CacheController" (parent: .instanceof.App\Controller\CacheController.0.App\Controller\CacheController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalculatingPricesController" (parent: .abstract.instanceof.App\Controller\CalculatingPricesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalculatingPricesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalculatingPricesController).
Resolving inheritance for ".instanceof.App\Controller\CalculatingPricesController.0.App\Controller\CalculatingPricesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalculatingPricesController).
Resolving inheritance for "App\Controller\CalculatingPricesController" (parent: .instanceof.App\Controller\CalculatingPricesController.0.App\Controller\CalculatingPricesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CancellationRateController" (parent: .abstract.instanceof.App\Controller\CancellationRateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CancellationRateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CancellationRateController).
Resolving inheritance for ".instanceof.App\Controller\CancellationRateController.0.App\Controller\CancellationRateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CancellationRateController).
Resolving inheritance for "App\Controller\CancellationRateController" (parent: .instanceof.App\Controller\CancellationRateController.0.App\Controller\CancellationRateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashbackController" (parent: .abstract.instanceof.App\Controller\CashbackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashbackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashbackController).
Resolving inheritance for ".instanceof.App\Controller\CashbackController.0.App\Controller\CashbackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashbackController).
Resolving inheritance for "App\Controller\CashbackController" (parent: .instanceof.App\Controller\CashbackController.0.App\Controller\CashbackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashbackMailTemplateController" (parent: .abstract.instanceof.App\Controller\CashbackMailTemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashbackMailTemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashbackMailTemplateController).
Resolving inheritance for ".instanceof.App\Controller\CashbackMailTemplateController.0.App\Controller\CashbackMailTemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashbackMailTemplateController).
Resolving inheritance for "App\Controller\CashbackMailTemplateController" (parent: .instanceof.App\Controller\CashbackMailTemplateController.0.App\Controller\CashbackMailTemplateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashbackRedemptionRateController" (parent: .abstract.instanceof.App\Controller\CashbackRedemptionRateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashbackRedemptionRateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashbackRedemptionRateController).
Resolving inheritance for ".instanceof.App\Controller\CashbackRedemptionRateController.0.App\Controller\CashbackRedemptionRateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashbackRedemptionRateController).
Resolving inheritance for "App\Controller\CashbackRedemptionRateController" (parent: .instanceof.App\Controller\CashbackRedemptionRateController.0.App\Controller\CashbackRedemptionRateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashbackStatusController" (parent: .abstract.instanceof.App\Controller\CashbackStatusController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashbackStatusController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashbackStatusController).
Resolving inheritance for ".instanceof.App\Controller\CashbackStatusController.0.App\Controller\CashbackStatusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashbackStatusController).
Resolving inheritance for "App\Controller\CashbackStatusController" (parent: .instanceof.App\Controller\CashbackStatusController.0.App\Controller\CashbackStatusController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashbackTariffController" (parent: .abstract.instanceof.App\Controller\CashbackTariffController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashbackTariffController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashbackTariffController).
Resolving inheritance for ".instanceof.App\Controller\CashbackTariffController.0.App\Controller\CashbackTariffController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashbackTariffController).
Resolving inheritance for "App\Controller\CashbackTariffController" (parent: .instanceof.App\Controller\CashbackTariffController.0.App\Controller\CashbackTariffController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommissionUploadController" (parent: .abstract.instanceof.App\Controller\CommissionUploadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommissionUploadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommissionUploadController).
Resolving inheritance for ".instanceof.App\Controller\CommissionUploadController.0.App\Controller\CommissionUploadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommissionUploadController).
Resolving inheritance for "App\Controller\CommissionUploadController" (parent: .instanceof.App\Controller\CommissionUploadController.0.App\Controller\CommissionUploadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Congstar\AvailabilityController" (parent: .abstract.instanceof.App\Controller\Congstar\AvailabilityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Congstar\AvailabilityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Congstar\AvailabilityController).
Resolving inheritance for ".instanceof.App\Controller\Congstar\AvailabilityController.0.App\Controller\Congstar\AvailabilityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Congstar\AvailabilityController).
Resolving inheritance for "App\Controller\Congstar\AvailabilityController" (parent: .instanceof.App\Controller\Congstar\AvailabilityController.0.App\Controller\Congstar\AvailabilityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard2Controller" (parent: .abstract.instanceof.App\Controller\Dashboard2Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard2Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard2Controller).
Resolving inheritance for ".instanceof.App\Controller\Dashboard2Controller.0.App\Controller\Dashboard2Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard2Controller).
Resolving inheritance for "App\Controller\Dashboard2Controller" (parent: .instanceof.App\Controller\Dashboard2Controller.0.App\Controller\Dashboard2Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DomainConfigController" (parent: .abstract.instanceof.App\Controller\DomainConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DomainConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DomainConfigController).
Resolving inheritance for "App\Controller\DomainConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DomainConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EinsUndEins\AvailabilityController" (parent: .abstract.instanceof.App\Controller\EinsUndEins\AvailabilityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EinsUndEins\AvailabilityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EinsUndEins\AvailabilityController).
Resolving inheritance for ".instanceof.App\Controller\EinsUndEins\AvailabilityController.0.App\Controller\EinsUndEins\AvailabilityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EinsUndEins\AvailabilityController).
Resolving inheritance for "App\Controller\EinsUndEins\AvailabilityController" (parent: .instanceof.App\Controller\EinsUndEins\AvailabilityController.0.App\Controller\EinsUndEins\AvailabilityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EinsUndEinsIsa\AvailabilityController" (parent: .abstract.instanceof.App\Controller\EinsUndEinsIsa\AvailabilityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EinsUndEinsIsa\AvailabilityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EinsUndEinsIsa\AvailabilityController).
Resolving inheritance for ".instanceof.App\Controller\EinsUndEinsIsa\AvailabilityController.0.App\Controller\EinsUndEinsIsa\AvailabilityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EinsUndEinsIsa\AvailabilityController).
Resolving inheritance for "App\Controller\EinsUndEinsIsa\AvailabilityController" (parent: .instanceof.App\Controller\EinsUndEinsIsa\AvailabilityController.0.App\Controller\EinsUndEinsIsa\AvailabilityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExportController" (parent: .abstract.instanceof.App\Controller\ExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExportController).
Resolving inheritance for ".instanceof.App\Controller\ExportController.0.App\Controller\ExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExportController).
Resolving inheritance for "App\Controller\ExportController" (parent: .instanceof.App\Controller\ExportController.0.App\Controller\ExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExternalProviderIdsController" (parent: .abstract.instanceof.App\Controller\ExternalProviderIdsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExternalProviderIdsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExternalProviderIdsController).
Resolving inheritance for ".instanceof.App\Controller\ExternalProviderIdsController.0.App\Controller\ExternalProviderIdsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExternalProviderIdsController).
Resolving inheritance for "App\Controller\ExternalProviderIdsController" (parent: .instanceof.App\Controller\ExternalProviderIdsController.0.App\Controller\ExternalProviderIdsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilterController" (parent: .abstract.instanceof.App\Controller\FilterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilterController).
Resolving inheritance for ".instanceof.App\Controller\FilterController.0.App\Controller\FilterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilterController).
Resolving inheritance for "App\Controller\FilterController" (parent: .instanceof.App\Controller\FilterController.0.App\Controller\FilterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FormerProviderController" (parent: .abstract.instanceof.App\Controller\FormerProviderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FormerProviderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FormerProviderController).
Resolving inheritance for ".instanceof.App\Controller\FormerProviderController.0.App\Controller\FormerProviderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FormerProviderController).
Resolving inheritance for "App\Controller\FormerProviderController" (parent: .instanceof.App\Controller\FormerProviderController.0.App\Controller\FormerProviderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IndexController" (parent: .abstract.instanceof.App\Controller\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IndexController).
Resolving inheritance for ".instanceof.App\Controller\IndexController.0.App\Controller\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IndexController).
Resolving inheritance for "App\Controller\IndexController" (parent: .instanceof.App\Controller\IndexController.0.App\Controller\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LeadallianceExportController" (parent: .abstract.instanceof.App\Controller\LeadallianceExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LeadallianceExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LeadallianceExportController).
Resolving inheritance for ".instanceof.App\Controller\LeadallianceExportController.0.App\Controller\LeadallianceExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LeadallianceExportController).
Resolving inheritance for "App\Controller\LeadallianceExportController" (parent: .instanceof.App\Controller\LeadallianceExportController.0.App\Controller\LeadallianceExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LogController" (parent: .abstract.instanceof.App\Controller\LogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LogController).
Resolving inheritance for ".instanceof.App\Controller\LogController.0.App\Controller\LogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LogController).
Resolving inheritance for "App\Controller\LogController" (parent: .instanceof.App\Controller\LogController.0.App\Controller\LogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoyalityBonusRateController" (parent: .abstract.instanceof.App\Controller\LoyalityBonusRateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoyalityBonusRateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoyalityBonusRateController).
Resolving inheritance for ".instanceof.App\Controller\LoyalityBonusRateController.0.App\Controller\LoyalityBonusRateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoyalityBonusRateController).
Resolving inheritance for "App\Controller\LoyalityBonusRateController" (parent: .instanceof.App\Controller\LoyalityBonusRateController.0.App\Controller\LoyalityBonusRateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoyalityBonusTariffController" (parent: .abstract.instanceof.App\Controller\LoyalityBonusTariffController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoyalityBonusTariffController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoyalityBonusTariffController).
Resolving inheritance for ".instanceof.App\Controller\LoyalityBonusTariffController.0.App\Controller\LoyalityBonusTariffController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoyalityBonusTariffController).
Resolving inheritance for "App\Controller\LoyalityBonusTariffController" (parent: .instanceof.App\Controller\LoyalityBonusTariffController.0.App\Controller\LoyalityBonusTariffController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MailQueueController" (parent: .abstract.instanceof.App\Controller\MailQueueController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MailQueueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MailQueueController).
Resolving inheritance for ".instanceof.App\Controller\MailQueueController.0.App\Controller\MailQueueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MailQueueController).
Resolving inheritance for "App\Controller\MailQueueController" (parent: .instanceof.App\Controller\MailQueueController.0.App\Controller\MailQueueController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Netaachen\AvailabilityController" (parent: .abstract.instanceof.App\Controller\Netaachen\AvailabilityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Netaachen\AvailabilityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Netaachen\AvailabilityController).
Resolving inheritance for ".instanceof.App\Controller\Netaachen\AvailabilityController.0.App\Controller\Netaachen\AvailabilityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Netaachen\AvailabilityController).
Resolving inheritance for "App\Controller\Netaachen\AvailabilityController" (parent: .instanceof.App\Controller\Netaachen\AvailabilityController.0.App\Controller\Netaachen\AvailabilityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Netcologne\AvailabilityController" (parent: .abstract.instanceof.App\Controller\Netcologne\AvailabilityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Netcologne\AvailabilityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Netcologne\AvailabilityController).
Resolving inheritance for ".instanceof.App\Controller\Netcologne\AvailabilityController.0.App\Controller\Netcologne\AvailabilityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Netcologne\AvailabilityController).
Resolving inheritance for "App\Controller\Netcologne\AvailabilityController" (parent: .instanceof.App\Controller\Netcologne\AvailabilityController.0.App\Controller\Netcologne\AvailabilityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OfflineConversionsConfigController" (parent: .abstract.instanceof.App\Controller\OfflineConversionsConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OfflineConversionsConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OfflineConversionsConfigController).
Resolving inheritance for "App\Controller\OfflineConversionsConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OfflineConversionsConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OptionCategoryController" (parent: .abstract.instanceof.App\Controller\OptionCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OptionCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OptionCategoryController).
Resolving inheritance for ".instanceof.App\Controller\OptionCategoryController.0.App\Controller\OptionCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OptionCategoryController).
Resolving inheritance for "App\Controller\OptionCategoryController" (parent: .instanceof.App\Controller\OptionCategoryController.0.App\Controller\OptionCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OptionController" (parent: .abstract.instanceof.App\Controller\OptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OptionController).
Resolving inheritance for ".instanceof.App\Controller\OptionController.0.App\Controller\OptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OptionController).
Resolving inheritance for "App\Controller\OptionController" (parent: .instanceof.App\Controller\OptionController.0.App\Controller\OptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderController" (parent: .abstract.instanceof.App\Controller\OrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderController).
Resolving inheritance for ".instanceof.App\Controller\OrderController.0.App\Controller\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderController).
Resolving inheritance for "App\Controller\OrderController" (parent: .instanceof.App\Controller\OrderController.0.App\Controller\OrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PYUR\AvailabilityController" (parent: .abstract.instanceof.App\Controller\PYUR\AvailabilityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PYUR\AvailabilityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PYUR\AvailabilityController).
Resolving inheritance for ".instanceof.App\Controller\PYUR\AvailabilityController.0.App\Controller\PYUR\AvailabilityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PYUR\AvailabilityController).
Resolving inheritance for "App\Controller\PYUR\AvailabilityController" (parent: .instanceof.App\Controller\PYUR\AvailabilityController.0.App\Controller\PYUR\AvailabilityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PartnerController" (parent: .abstract.instanceof.App\Controller\PartnerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PartnerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PartnerController).
Resolving inheritance for ".instanceof.App\Controller\PartnerController.0.App\Controller\PartnerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PartnerController).
Resolving inheritance for "App\Controller\PartnerController" (parent: .instanceof.App\Controller\PartnerController.0.App\Controller\PartnerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PromoImageController" (parent: .abstract.instanceof.App\Controller\PromoImageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PromoImageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PromoImageController).
Resolving inheritance for ".instanceof.App\Controller\PromoImageController.0.App\Controller\PromoImageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PromoImageController).
Resolving inheritance for "App\Controller\PromoImageController" (parent: .instanceof.App\Controller\PromoImageController.0.App\Controller\PromoImageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProviderApiAssigmentController" (parent: .abstract.instanceof.App\Controller\ProviderApiAssigmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProviderApiAssigmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProviderApiAssigmentController).
Resolving inheritance for ".instanceof.App\Controller\ProviderApiAssigmentController.0.App\Controller\ProviderApiAssigmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProviderApiAssigmentController).
Resolving inheritance for "App\Controller\ProviderApiAssigmentController" (parent: .instanceof.App\Controller\ProviderApiAssigmentController.0.App\Controller\ProviderApiAssigmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProviderController" (parent: .abstract.instanceof.App\Controller\ProviderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProviderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProviderController).
Resolving inheritance for ".instanceof.App\Controller\ProviderController.0.App\Controller\ProviderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProviderController).
Resolving inheritance for "App\Controller\ProviderController" (parent: .instanceof.App\Controller\ProviderController.0.App\Controller\ProviderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RoleController" (parent: .abstract.instanceof.App\Controller\RoleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RoleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RoleController).
Resolving inheritance for ".instanceof.App\Controller\RoleController.0.App\Controller\RoleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RoleController).
Resolving inheritance for "App\Controller\RoleController" (parent: .instanceof.App\Controller\RoleController.0.App\Controller\RoleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.App\Controller\SecurityController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.App\Controller\SecurityController.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SplittestConfigController" (parent: .abstract.instanceof.App\Controller\SplittestConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SplittestConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SplittestConfigController).
Resolving inheritance for "App\Controller\SplittestConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SplittestConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatisticController" (parent: .abstract.instanceof.App\Controller\StatisticController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatisticController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatisticController).
Resolving inheritance for ".instanceof.App\Controller\StatisticController.0.App\Controller\StatisticController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatisticController).
Resolving inheritance for "App\Controller\StatisticController" (parent: .instanceof.App\Controller\StatisticController.0.App\Controller\StatisticController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TariffController" (parent: .abstract.instanceof.App\Controller\TariffController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TariffController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TariffController).
Resolving inheritance for ".instanceof.App\Controller\TariffController.0.App\Controller\TariffController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TariffController).
Resolving inheritance for "App\Controller\TariffController" (parent: .instanceof.App\Controller\TariffController.0.App\Controller\TariffController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Telefonica\AvailabilityController" (parent: .abstract.instanceof.App\Controller\Telefonica\AvailabilityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Telefonica\AvailabilityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Telefonica\AvailabilityController).
Resolving inheritance for ".instanceof.App\Controller\Telefonica\AvailabilityController.0.App\Controller\Telefonica\AvailabilityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Telefonica\AvailabilityController).
Resolving inheritance for "App\Controller\Telefonica\AvailabilityController" (parent: .instanceof.App\Controller\Telefonica\AvailabilityController.0.App\Controller\Telefonica\AvailabilityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Telekom\AvailabilityController" (parent: .abstract.instanceof.App\Controller\Telekom\AvailabilityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Telekom\AvailabilityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Telekom\AvailabilityController).
Resolving inheritance for ".instanceof.App\Controller\Telekom\AvailabilityController.0.App\Controller\Telekom\AvailabilityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Telekom\AvailabilityController).
Resolving inheritance for "App\Controller\Telekom\AvailabilityController" (parent: .instanceof.App\Controller\Telekom\AvailabilityController.0.App\Controller\Telekom\AvailabilityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TermController" (parent: .abstract.instanceof.App\Controller\TermController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TermController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TermController).
Resolving inheritance for ".instanceof.App\Controller\TermController.0.App\Controller\TermController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TermController).
Resolving inheritance for "App\Controller\TermController" (parent: .instanceof.App\Controller\TermController.0.App\Controller\TermController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TooltipController" (parent: .abstract.instanceof.App\Controller\TooltipController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TooltipController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TooltipController).
Resolving inheritance for ".instanceof.App\Controller\TooltipController.0.App\Controller\TooltipController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TooltipController).
Resolving inheritance for "App\Controller\TooltipController" (parent: .instanceof.App\Controller\TooltipController.0.App\Controller\TooltipController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TrackingLinkController" (parent: .abstract.instanceof.App\Controller\TrackingLinkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TrackingLinkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TrackingLinkController).
Resolving inheritance for ".instanceof.App\Controller\TrackingLinkController.0.App\Controller\TrackingLinkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TrackingLinkController).
Resolving inheritance for "App\Controller\TrackingLinkController" (parent: .instanceof.App\Controller\TrackingLinkController.0.App\Controller\TrackingLinkController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController" (parent: .abstract.instanceof.App\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController).
Resolving inheritance for ".instanceof.App\Controller\UserController.0.App\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController).
Resolving inheritance for "App\Controller\UserController" (parent: .instanceof.App\Controller\UserController.0.App\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Vodafone\AvailabilityController" (parent: .abstract.instanceof.App\Controller\Vodafone\AvailabilityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Vodafone\AvailabilityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Vodafone\AvailabilityController).
Resolving inheritance for ".instanceof.App\Controller\Vodafone\AvailabilityController.0.App\Controller\Vodafone\AvailabilityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Vodafone\AvailabilityController).
Resolving inheritance for "App\Controller\Vodafone\AvailabilityController" (parent: .instanceof.App\Controller\Vodafone\AvailabilityController.0.App\Controller\Vodafone\AvailabilityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Vodafonedirect\AvailabilityController" (parent: .abstract.instanceof.App\Controller\Vodafonedirect\AvailabilityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Vodafonedirect\AvailabilityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Vodafonedirect\AvailabilityController).
Resolving inheritance for ".instanceof.App\Controller\Vodafonedirect\AvailabilityController.0.App\Controller\Vodafonedirect\AvailabilityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Vodafonedirect\AvailabilityController).
Resolving inheritance for "App\Controller\Vodafonedirect\AvailabilityController" (parent: .instanceof.App\Controller\Vodafonedirect\AvailabilityController.0.App\Controller\Vodafonedirect\AvailabilityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorklogController" (parent: .abstract.instanceof.App\Controller\WorklogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorklogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorklogController).
Resolving inheritance for ".instanceof.App\Controller\WorklogController.0.App\Controller\WorklogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorklogController).
Resolving inheritance for "App\Controller\WorklogController" (parent: .instanceof.App\Controller\WorklogController.0.App\Controller\WorklogController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Elastica\PopulateContractDetailsListener" (parent: .abstract.instanceof.App\EventListener\Elastica\PopulateContractDetailsListener).
Resolving inheritance for "App\EventListener\Elastica\PopulateContractDetailsListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Elastica\PopulateContractDetailsListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Elastica\TariffPopulateAreaCodesListener" (parent: .abstract.instanceof.App\EventListener\Elastica\TariffPopulateAreaCodesListener).
Resolving inheritance for "App\EventListener\Elastica\TariffPopulateAreaCodesListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Elastica\TariffPopulateAreaCodesListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Elastica\TariffSpeedThrottledListener" (parent: .abstract.instanceof.App\EventListener\Elastica\TariffSpeedThrottledListener).
Resolving inheritance for "App\EventListener\Elastica\TariffSpeedThrottledListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Elastica\TariffSpeedThrottledListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Elastica\TariffUrlFiltersListener" (parent: .abstract.instanceof.App\EventListener\Elastica\TariffUrlFiltersListener).
Resolving inheritance for "App\EventListener\Elastica\TariffUrlFiltersListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Elastica\TariffUrlFiltersListener).
Resolving inheritance for ".instanceof.App\EventListener\EntityPersistElasticIndexerSubscriber.0.App\EventListener\EntityPersistElasticIndexerSubscriber" (parent: .abstract.instanceof.App\EventListener\EntityPersistElasticIndexerSubscriber).
Resolving inheritance for "App\EventListener\EntityPersistElasticIndexerSubscriber" (parent: .instanceof.App\EventListener\EntityPersistElasticIndexerSubscriber.0.App\EventListener\EntityPersistElasticIndexerSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdditionalFieldType" (parent: .abstract.instanceof.App\Form\AdditionalFieldType).
Resolving inheritance for "App\Form\AdditionalFieldType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdditionalFieldType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AreaCodeBlockType" (parent: .abstract.instanceof.App\Form\AreaCodeBlockType).
Resolving inheritance for "App\Form\AreaCodeBlockType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AreaCodeBlockType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Bonus2UploadType" (parent: .abstract.instanceof.App\Form\Bonus2UploadType).
Resolving inheritance for "App\Form\Bonus2UploadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Bonus2UploadType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BulletPointType" (parent: .abstract.instanceof.App\Form\BulletPointType).
Resolving inheritance for "App\Form\BulletPointType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BulletPointType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CancellationRateTableType" (parent: .abstract.instanceof.App\Form\CancellationRateTableType).
Resolving inheritance for "App\Form\CancellationRateTableType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CancellationRateTableType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CancellationRateType" (parent: .abstract.instanceof.App\Form\CancellationRateType).
Resolving inheritance for "App\Form\CancellationRateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CancellationRateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashbackDocUploadBankDataType" (parent: .abstract.instanceof.App\Form\CashbackDocUploadBankDataType).
Resolving inheritance for "App\Form\CashbackDocUploadBankDataType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashbackDocUploadBankDataType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashbackDocUploadType" (parent: .abstract.instanceof.App\Form\CashbackDocUploadType).
Resolving inheritance for "App\Form\CashbackDocUploadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashbackDocUploadType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashbackMailTemplateTableType" (parent: .abstract.instanceof.App\Form\CashbackMailTemplateTableType).
Resolving inheritance for "App\Form\CashbackMailTemplateTableType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashbackMailTemplateTableType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashbackMailTemplateType" (parent: .abstract.instanceof.App\Form\CashbackMailTemplateType).
Resolving inheritance for "App\Form\CashbackMailTemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashbackMailTemplateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashbackRedemptionRateTableType" (parent: .abstract.instanceof.App\Form\CashbackRedemptionRateTableType).
Resolving inheritance for "App\Form\CashbackRedemptionRateTableType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashbackRedemptionRateTableType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashbackRedemptionRateType" (parent: .abstract.instanceof.App\Form\CashbackRedemptionRateType).
Resolving inheritance for "App\Form\CashbackRedemptionRateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashbackRedemptionRateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashbackTariffMatrixRowType" (parent: .abstract.instanceof.App\Form\CashbackTariffMatrixRowType).
Resolving inheritance for "App\Form\CashbackTariffMatrixRowType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashbackTariffMatrixRowType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashbackTariffMatrixType" (parent: .abstract.instanceof.App\Form\CashbackTariffMatrixType).
Resolving inheritance for "App\Form\CashbackTariffMatrixType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashbackTariffMatrixType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashbackTariffType" (parent: .abstract.instanceof.App\Form\CashbackTariffType).
Resolving inheritance for "App\Form\CashbackTariffType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashbackTariffType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashbackUploadType" (parent: .abstract.instanceof.App\Form\CashbackUploadType).
Resolving inheritance for "App\Form\CashbackUploadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashbackUploadType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CommissionUploadType" (parent: .abstract.instanceof.App\Form\CommissionUploadType).
Resolving inheritance for "App\Form\CommissionUploadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CommissionUploadType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConnectionLocationDetailsType" (parent: .abstract.instanceof.App\Form\ConnectionLocationDetailsType).
Resolving inheritance for "App\Form\ConnectionLocationDetailsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConnectionLocationDetailsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerType" (parent: .abstract.instanceof.App\Form\CustomerType).
Resolving inheritance for "App\Form\CustomerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Dashboard2FilterType" (parent: .abstract.instanceof.App\Form\Dashboard2FilterType).
Resolving inheritance for "App\Form\Dashboard2FilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Dashboard2FilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DiscountedMonthsType" (parent: .abstract.instanceof.App\Form\DiscountedMonthsType).
Resolving inheritance for "App\Form\DiscountedMonthsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DiscountedMonthsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DomainConfigType" (parent: .abstract.instanceof.App\Form\DomainConfigType).
Resolving inheritance for "App\Form\DomainConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DomainConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventSubscriber\CustomerPhoneFieldEventSubscriber" (parent: .abstract.instanceof.App\Form\EventSubscriber\CustomerPhoneFieldEventSubscriber).
Resolving inheritance for "App\Form\EventSubscriber\CustomerPhoneFieldEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventSubscriber\CustomerPhoneFieldEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExportFilterType" (parent: .abstract.instanceof.App\Form\ExportFilterType).
Resolving inheritance for "App\Form\ExportFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExportFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExternalProviderIdsTableType" (parent: .abstract.instanceof.App\Form\ExternalProviderIdsTableType).
Resolving inheritance for "App\Form\ExternalProviderIdsTableType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExternalProviderIdsTableType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExternalProviderIdsType" (parent: .abstract.instanceof.App\Form\ExternalProviderIdsType).
Resolving inheritance for "App\Form\ExternalProviderIdsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExternalProviderIdsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterPartnerType" (parent: .abstract.instanceof.App\Form\FilterPartnerType).
Resolving inheritance for "App\Form\FilterPartnerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterPartnerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterType" (parent: .abstract.instanceof.App\Form\FilterType).
Resolving inheritance for "App\Form\FilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormerProviderTableType" (parent: .abstract.instanceof.App\Form\FormerProviderTableType).
Resolving inheritance for "App\Form\FormerProviderTableType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormerProviderTableType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormerProviderType" (parent: .abstract.instanceof.App\Form\FormerProviderType).
Resolving inheritance for "App\Form\FormerProviderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormerProviderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HotlineTimeType" (parent: .abstract.instanceof.App\Form\HotlineTimeType).
Resolving inheritance for "App\Form\HotlineTimeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HotlineTimeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IndexDashboardFilterType" (parent: .abstract.instanceof.App\Form\IndexDashboardFilterType).
Resolving inheritance for "App\Form\IndexDashboardFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IndexDashboardFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\KPIDashboardFilterType" (parent: .abstract.instanceof.App\Form\KPIDashboardFilterType).
Resolving inheritance for "App\Form\KPIDashboardFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\KPIDashboardFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LogType" (parent: .abstract.instanceof.App\Form\LogType).
Resolving inheritance for "App\Form\LogType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LogType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoyalityBonusRateTableType" (parent: .abstract.instanceof.App\Form\LoyalityBonusRateTableType).
Resolving inheritance for "App\Form\LoyalityBonusRateTableType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoyalityBonusRateTableType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoyalityBonusRateType" (parent: .abstract.instanceof.App\Form\LoyalityBonusRateType).
Resolving inheritance for "App\Form\LoyalityBonusRateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoyalityBonusRateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoyalityBonusTariffMatrixRowType" (parent: .abstract.instanceof.App\Form\LoyalityBonusTariffMatrixRowType).
Resolving inheritance for "App\Form\LoyalityBonusTariffMatrixRowType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoyalityBonusTariffMatrixRowType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoyalityBonusTariffMatrixType" (parent: .abstract.instanceof.App\Form\LoyalityBonusTariffMatrixType).
Resolving inheritance for "App\Form\LoyalityBonusTariffMatrixType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoyalityBonusTariffMatrixType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoyalityBonusTariffType" (parent: .abstract.instanceof.App\Form\LoyalityBonusTariffType).
Resolving inheritance for "App\Form\LoyalityBonusTariffType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoyalityBonusTariffType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfflineConversionsConfigType" (parent: .abstract.instanceof.App\Form\OfflineConversionsConfigType).
Resolving inheritance for "App\Form\OfflineConversionsConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfflineConversionsConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OptionCategoryType" (parent: .abstract.instanceof.App\Form\OptionCategoryType).
Resolving inheritance for "App\Form\OptionCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OptionCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OptionType" (parent: .abstract.instanceof.App\Form\OptionType).
Resolving inheritance for "App\Form\OptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderBankType" (parent: .abstract.instanceof.App\Form\Order\OrderBankType).
Resolving inheritance for "App\Form\Order\OrderBankType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderBankType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderCashValueType" (parent: .abstract.instanceof.App\Form\Order\OrderCashValueType).
Resolving inheritance for "App\Form\Order\OrderCashValueType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderCashValueType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderCashbackCommentType" (parent: .abstract.instanceof.App\Form\Order\OrderCashbackCommentType).
Resolving inheritance for "App\Form\Order\OrderCashbackCommentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderCashbackCommentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderCashbackProcessingType" (parent: .abstract.instanceof.App\Form\Order\OrderCashbackProcessingType).
Resolving inheritance for "App\Form\Order\OrderCashbackProcessingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderCashbackProcessingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderCashbackStatusType" (parent: .abstract.instanceof.App\Form\Order\OrderCashbackStatusType).
Resolving inheritance for "App\Form\Order\OrderCashbackStatusType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderCashbackStatusType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderCommentType" (parent: .abstract.instanceof.App\Form\Order\OrderCommentType).
Resolving inheritance for "App\Form\Order\OrderCommentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderCommentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderCommissionStateType" (parent: .abstract.instanceof.App\Form\Order\OrderCommissionStateType).
Resolving inheritance for "App\Form\Order\OrderCommissionStateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderCommissionStateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderCustomerPhoneNumberType" (parent: .abstract.instanceof.App\Form\Order\OrderCustomerPhoneNumberType).
Resolving inheritance for "App\Form\Order\OrderCustomerPhoneNumberType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderCustomerPhoneNumberType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderFilterType" (parent: .abstract.instanceof.App\Form\Order\OrderFilterType).
Resolving inheritance for "App\Form\Order\OrderFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderProcessingType" (parent: .abstract.instanceof.App\Form\Order\OrderProcessingType).
Resolving inheritance for "App\Form\Order\OrderProcessingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderProcessingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderProviderOfferType" (parent: .abstract.instanceof.App\Form\Order\OrderProviderOfferType).
Resolving inheritance for "App\Form\Order\OrderProviderOfferType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderProviderOfferType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderSecondBonusProcessingType" (parent: .abstract.instanceof.App\Form\Order\OrderSecondBonusProcessingType).
Resolving inheritance for "App\Form\Order\OrderSecondBonusProcessingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderSecondBonusProcessingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderShippingAddressType" (parent: .abstract.instanceof.App\Form\Order\OrderShippingAddressType).
Resolving inheritance for "App\Form\Order\OrderShippingAddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderShippingAddressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderType" (parent: .abstract.instanceof.App\Form\Order\OrderType).
Resolving inheritance for "App\Form\Order\OrderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PartnerType" (parent: .abstract.instanceof.App\Form\PartnerType).
Resolving inheritance for "App\Form\PartnerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PartnerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PermissionType" (parent: .abstract.instanceof.App\Form\PermissionType).
Resolving inheritance for "App\Form\PermissionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PermissionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PromoImageFileType" (parent: .abstract.instanceof.App\Form\PromoImageFileType).
Resolving inheritance for "App\Form\PromoImageFileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PromoImageFileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProviderApiAssignmentTableType" (parent: .abstract.instanceof.App\Form\ProviderApiAssignmentTableType).
Resolving inheritance for "App\Form\ProviderApiAssignmentTableType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProviderApiAssignmentTableType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProviderApiAssignmentType" (parent: .abstract.instanceof.App\Form\ProviderApiAssignmentType).
Resolving inheritance for "App\Form\ProviderApiAssignmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProviderApiAssignmentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProviderType" (parent: .abstract.instanceof.App\Form\ProviderType).
Resolving inheritance for "App\Form\ProviderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProviderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RoleType" (parent: .abstract.instanceof.App\Form\RoleType).
Resolving inheritance for "App\Form\RoleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RoleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SplittestConfigType" (parent: .abstract.instanceof.App\Form\SplittestConfigType).
Resolving inheritance for "App\Form\SplittestConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SplittestConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StatsFilterType" (parent: .abstract.instanceof.App\Form\StatsFilterType).
Resolving inheritance for "App\Form\StatsFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StatsFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StatsSalesFilterType" (parent: .abstract.instanceof.App\Form\StatsSalesFilterType).
Resolving inheritance for "App\Form\StatsSalesFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StatsSalesFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffAdditionalFieldType" (parent: .abstract.instanceof.App\Form\Tariff\TariffAdditionalFieldType).
Resolving inheritance for "App\Form\Tariff\TariffAdditionalFieldType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffAdditionalFieldType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffCommissionType" (parent: .abstract.instanceof.App\Form\Tariff\TariffCommissionType).
Resolving inheritance for "App\Form\Tariff\TariffCommissionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffCommissionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffConfig2PartnerType" (parent: .abstract.instanceof.App\Form\Tariff\TariffConfig2PartnerType).
Resolving inheritance for "App\Form\Tariff\TariffConfig2PartnerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffConfig2PartnerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffImageMatrixRowType" (parent: .abstract.instanceof.App\Form\Tariff\TariffImageMatrixRowType).
Resolving inheritance for "App\Form\Tariff\TariffImageMatrixRowType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffImageMatrixRowType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffImageMatrixType" (parent: .abstract.instanceof.App\Form\Tariff\TariffImageMatrixType).
Resolving inheritance for "App\Form\Tariff\TariffImageMatrixType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffImageMatrixType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffImageType" (parent: .abstract.instanceof.App\Form\Tariff\TariffImageType).
Resolving inheritance for "App\Form\Tariff\TariffImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffOptionType" (parent: .abstract.instanceof.App\Form\Tariff\TariffOptionType).
Resolving inheritance for "App\Form\Tariff\TariffOptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffOptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffPartnerMatrixRowType" (parent: .abstract.instanceof.App\Form\Tariff\TariffPartnerMatrixRowType).
Resolving inheritance for "App\Form\Tariff\TariffPartnerMatrixRowType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffPartnerMatrixRowType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffPartnerMatrixType" (parent: .abstract.instanceof.App\Form\Tariff\TariffPartnerMatrixType).
Resolving inheritance for "App\Form\Tariff\TariffPartnerMatrixType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffPartnerMatrixType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffPartnerType" (parent: .abstract.instanceof.App\Form\Tariff\TariffPartnerType).
Resolving inheritance for "App\Form\Tariff\TariffPartnerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffPartnerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffType" (parent: .abstract.instanceof.App\Form\Tariff\TariffType).
Resolving inheritance for "App\Form\Tariff\TariffType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TermAGBTableType" (parent: .abstract.instanceof.App\Form\TermAGBTableType).
Resolving inheritance for "App\Form\TermAGBTableType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TermAGBTableType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TermCashbackTableType" (parent: .abstract.instanceof.App\Form\TermCashbackTableType).
Resolving inheritance for "App\Form\TermCashbackTableType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TermCashbackTableType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TermProtectionTableType" (parent: .abstract.instanceof.App\Form\TermProtectionTableType).
Resolving inheritance for "App\Form\TermProtectionTableType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TermProtectionTableType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TermTableType" (parent: .abstract.instanceof.App\Form\TermTableType).
Resolving inheritance for "App\Form\TermTableType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TermTableType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TermType" (parent: .abstract.instanceof.App\Form\TermType).
Resolving inheritance for "App\Form\TermType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TermType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TooltipTableType" (parent: .abstract.instanceof.App\Form\TooltipTableType).
Resolving inheritance for "App\Form\TooltipTableType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TooltipTableType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TooltipType" (parent: .abstract.instanceof.App\Form\TooltipType).
Resolving inheritance for "App\Form\TooltipType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TooltipType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TrackingLinkType" (parent: .abstract.instanceof.App\Form\TrackingLinkType).
Resolving inheritance for "App\Form\TrackingLinkType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TrackingLinkType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserRoleType" (parent: .abstract.instanceof.App\Form\UserRoleType).
Resolving inheritance for "App\Form\UserRoleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserRoleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType" (parent: .abstract.instanceof.App\Form\UserType).
Resolving inheritance for "App\Form\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorklogType" (parent: .abstract.instanceof.App\Form\WorklogType).
Resolving inheritance for "App\Form\WorklogType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorklogType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdditionalFieldRepository" (parent: .abstract.instanceof.App\Repository\AdditionalFieldRepository).
Resolving inheritance for "App\Repository\AdditionalFieldRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdditionalFieldRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressData\CityRepository" (parent: .abstract.instanceof.App\Repository\AddressData\CityRepository).
Resolving inheritance for "App\Repository\AddressData\CityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressData\CityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressData\EmptyPostalCodeRepository" (parent: .abstract.instanceof.App\Repository\AddressData\EmptyPostalCodeRepository).
Resolving inheritance for "App\Repository\AddressData\EmptyPostalCodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressData\EmptyPostalCodeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressData\StreetsInCityRequestRepository" (parent: .abstract.instanceof.App\Repository\AddressData\StreetsInCityRequestRepository).
Resolving inheritance for "App\Repository\AddressData\StreetsInCityRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressData\StreetsInCityRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressData\StreetsRepository" (parent: .abstract.instanceof.App\Repository\AddressData\StreetsRepository).
Resolving inheritance for "App\Repository\AddressData\StreetsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressData\StreetsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Api\AcApiLogRepository" (parent: .abstract.instanceof.App\Repository\Api\AcApiLogRepository).
Resolving inheritance for "App\Repository\Api\AcApiLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Api\AcApiLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Api\ApiSubmissionLogRepository" (parent: .abstract.instanceof.App\Repository\Api\ApiSubmissionLogRepository).
Resolving inheritance for "App\Repository\Api\ApiSubmissionLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Api\ApiSubmissionLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiDurationsRepository" (parent: .abstract.instanceof.App\Repository\ApiDurationsRepository).
Resolving inheritance for "App\Repository\ApiDurationsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiDurationsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AreaCodeBlockRepository" (parent: .abstract.instanceof.App\Repository\AreaCodeBlockRepository).
Resolving inheritance for "App\Repository\AreaCodeBlockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AreaCodeBlockRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AreaCodeRepository" (parent: .abstract.instanceof.App\Repository\AreaCodeRepository).
Resolving inheritance for "App\Repository\AreaCodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AreaCodeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Availability\OfferAvailabilityRequestRepository" (parent: .abstract.instanceof.App\Repository\Availability\OfferAvailabilityRequestRepository).
Resolving inheritance for "App\Repository\Availability\OfferAvailabilityRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Availability\OfferAvailabilityRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BankDataRepository" (parent: .abstract.instanceof.App\Repository\BankDataRepository).
Resolving inheritance for "App\Repository\BankDataRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BankDataRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BookedOrderOptionsRepository" (parent: .abstract.instanceof.App\Repository\BookedOrderOptionsRepository).
Resolving inheritance for "App\Repository\BookedOrderOptionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BookedOrderOptionsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BookedPriceDetailsRepository" (parent: .abstract.instanceof.App\Repository\BookedPriceDetailsRepository).
Resolving inheritance for "App\Repository\BookedPriceDetailsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BookedPriceDetailsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BookingStepsLogRepository" (parent: .abstract.instanceof.App\Repository\BookingStepsLogRepository).
Resolving inheritance for "App\Repository\BookingStepsLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BookingStepsLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BulletPointRepository" (parent: .abstract.instanceof.App\Repository\BulletPointRepository).
Resolving inheritance for "App\Repository\BulletPointRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BulletPointRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CachedTariffRepository" (parent: .abstract.instanceof.App\Repository\CachedTariffRepository).
Resolving inheritance for "App\Repository\CachedTariffRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CachedTariffRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CancellationRateRepository" (parent: .abstract.instanceof.App\Repository\CancellationRateRepository).
Resolving inheritance for "App\Repository\CancellationRateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CancellationRateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashbackDocUploadRepository" (parent: .abstract.instanceof.App\Repository\CashbackDocUploadRepository).
Resolving inheritance for "App\Repository\CashbackDocUploadRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashbackDocUploadRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashbackMailTemplateRepository" (parent: .abstract.instanceof.App\Repository\CashbackMailTemplateRepository).
Resolving inheritance for "App\Repository\CashbackMailTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashbackMailTemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashbackRedemptionRateRepository" (parent: .abstract.instanceof.App\Repository\CashbackRedemptionRateRepository).
Resolving inheritance for "App\Repository\CashbackRedemptionRateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashbackRedemptionRateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashbackStatusRepository" (parent: .abstract.instanceof.App\Repository\CashbackStatusRepository).
Resolving inheritance for "App\Repository\CashbackStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashbackStatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashbackStatusTextRepository" (parent: .abstract.instanceof.App\Repository\CashbackStatusTextRepository).
Resolving inheritance for "App\Repository\CashbackStatusTextRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashbackStatusTextRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashbackTariffRepository" (parent: .abstract.instanceof.App\Repository\CashbackTariffRepository).
Resolving inheritance for "App\Repository\CashbackTariffRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashbackTariffRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConnectionLocationDetailsRepository" (parent: .abstract.instanceof.App\Repository\ConnectionLocationDetailsRepository).
Resolving inheritance for "App\Repository\ConnectionLocationDetailsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConnectionLocationDetailsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository" (parent: .abstract.instanceof.App\Repository\CustomerRepository).
Resolving inheritance for "App\Repository\CustomerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiscountedMonthsRepository" (parent: .abstract.instanceof.App\Repository\DiscountedMonthsRepository).
Resolving inheritance for "App\Repository\DiscountedMonthsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiscountedMonthsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DoctrineTariffRepository" (parent: .abstract.instanceof.App\Repository\DoctrineTariffRepository).
Resolving inheritance for "App\Repository\DoctrineTariffRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DoctrineTariffRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DomainConfigRepository" (parent: .abstract.instanceof.App\Repository\DomainConfigRepository).
Resolving inheritance for "App\Repository\DomainConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DomainConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EditUserRepository" (parent: .abstract.instanceof.App\Repository\EditUserRepository).
Resolving inheritance for "App\Repository\EditUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EditUserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailRepository" (parent: .abstract.instanceof.App\Repository\EmailRepository).
Resolving inheritance for "App\Repository\EmailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExportRepository" (parent: .abstract.instanceof.App\Repository\ExportRepository).
Resolving inheritance for "App\Repository\ExportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExportRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExternalProviderIdsRepository" (parent: .abstract.instanceof.App\Repository\ExternalProviderIdsRepository).
Resolving inheritance for "App\Repository\ExternalProviderIdsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExternalProviderIdsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FilterPartnerRepository" (parent: .abstract.instanceof.App\Repository\FilterPartnerRepository).
Resolving inheritance for "App\Repository\FilterPartnerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FilterPartnerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FilterRepository" (parent: .abstract.instanceof.App\Repository\FilterRepository).
Resolving inheritance for "App\Repository\FilterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FilterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormerProviderRepository" (parent: .abstract.instanceof.App\Repository\FormerProviderRepository).
Resolving inheritance for "App\Repository\FormerProviderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormerProviderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HotlineTimeRepository" (parent: .abstract.instanceof.App\Repository\HotlineTimeRepository).
Resolving inheritance for "App\Repository\HotlineTimeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HotlineTimeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageRepository" (parent: .abstract.instanceof.App\Repository\ImageRepository).
Resolving inheritance for "App\Repository\ImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IndexingScheduleRepository" (parent: .abstract.instanceof.App\Repository\IndexingScheduleRepository).
Resolving inheritance for "App\Repository\IndexingScheduleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IndexingScheduleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KPIsRepository" (parent: .abstract.instanceof.App\Repository\KPIsRepository).
Resolving inheritance for "App\Repository\KPIsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KPIsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LandlineAreaCodeRepository" (parent: .abstract.instanceof.App\Repository\LandlineAreaCodeRepository).
Resolving inheritance for "App\Repository\LandlineAreaCodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LandlineAreaCodeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository" (parent: .abstract.instanceof.App\Repository\LogRepository).
Resolving inheritance for "App\Repository\LogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyality\LoyalityBonusRateRepository" (parent: .abstract.instanceof.App\Repository\Loyality\LoyalityBonusRateRepository).
Resolving inheritance for "App\Repository\Loyality\LoyalityBonusRateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyality\LoyalityBonusRateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyality\LoyalityBonusTariffRepository" (parent: .abstract.instanceof.App\Repository\Loyality\LoyalityBonusTariffRepository).
Resolving inheritance for "App\Repository\Loyality\LoyalityBonusTariffRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyality\LoyalityBonusTariffRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailLogRepository" (parent: .abstract.instanceof.App\Repository\MailLogRepository).
Resolving inheritance for "App\Repository\MailLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailQueueRepository" (parent: .abstract.instanceof.App\Repository\MailQueueRepository).
Resolving inheritance for "App\Repository\MailQueueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailQueueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MobileAreaCodeRepository" (parent: .abstract.instanceof.App\Repository\MobileAreaCodeRepository).
Resolving inheritance for "App\Repository\MobileAreaCodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MobileAreaCodeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsletterLogRepository" (parent: .abstract.instanceof.App\Repository\NewsletterLogRepository).
Resolving inheritance for "App\Repository\NewsletterLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsletterLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfflineConversionRepository" (parent: .abstract.instanceof.App\Repository\OfflineConversionRepository).
Resolving inheritance for "App\Repository\OfflineConversionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfflineConversionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfflineConversionsConfigRepository" (parent: .abstract.instanceof.App\Repository\OfflineConversionsConfigRepository).
Resolving inheritance for "App\Repository\OfflineConversionsConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfflineConversionsConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OptionCategoryRepository" (parent: .abstract.instanceof.App\Repository\OptionCategoryRepository).
Resolving inheritance for "App\Repository\OptionCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OptionCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OptionRepository" (parent: .abstract.instanceof.App\Repository\OptionRepository).
Resolving inheritance for "App\Repository\OptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderCommentRepository" (parent: .abstract.instanceof.App\Repository\OrderCommentRepository).
Resolving inheritance for "App\Repository\OrderCommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderCommentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderOptionsRepository" (parent: .abstract.instanceof.App\Repository\OrderOptionsRepository).
Resolving inheritance for "App\Repository\OrderOptionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderOptionsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository" (parent: .abstract.instanceof.App\Repository\OrderRepository).
Resolving inheritance for "App\Repository\OrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderSyncRepository" (parent: .abstract.instanceof.App\Repository\OrderSyncRepository).
Resolving inheritance for "App\Repository\OrderSyncRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderSyncRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerRepository" (parent: .abstract.instanceof.App\Repository\PartnerRepository).
Resolving inheritance for "App\Repository\PartnerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PromoImageRepository" (parent: .abstract.instanceof.App\Repository\PromoImageRepository).
Resolving inheritance for "App\Repository\PromoImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PromoImageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProviderApiAssignmentRepository" (parent: .abstract.instanceof.App\Repository\ProviderApiAssignmentRepository).
Resolving inheritance for "App\Repository\ProviderApiAssignmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProviderApiAssignmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProviderRepository" (parent: .abstract.instanceof.App\Repository\ProviderRepository).
Resolving inheritance for "App\Repository\ProviderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProviderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QueryCacheEntryRepository" (parent: .abstract.instanceof.App\Repository\QueryCacheEntryRepository).
Resolving inheritance for "App\Repository\QueryCacheEntryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QueryCacheEntryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RightRepository" (parent: .abstract.instanceof.App\Repository\RightRepository).
Resolving inheritance for "App\Repository\RightRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RightRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository" (parent: .abstract.instanceof.App\Repository\RoleRepository).
Resolving inheritance for "App\Repository\RoleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SplittestConfigRepository" (parent: .abstract.instanceof.App\Repository\SplittestConfigRepository).
Resolving inheritance for "App\Repository\SplittestConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SplittestConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SplittestsRepository" (parent: .abstract.instanceof.App\Repository\SplittestsRepository).
Resolving inheritance for "App\Repository\SplittestsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SplittestsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TariffAdditionalFieldRepository" (parent: .abstract.instanceof.App\Repository\TariffAdditionalFieldRepository).
Resolving inheritance for "App\Repository\TariffAdditionalFieldRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TariffAdditionalFieldRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TariffCommissionRepository" (parent: .abstract.instanceof.App\Repository\TariffCommissionRepository).
Resolving inheritance for "App\Repository\TariffCommissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TariffCommissionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TariffConfig2PartnerRepository" (parent: .abstract.instanceof.App\Repository\TariffConfig2PartnerRepository).
Resolving inheritance for "App\Repository\TariffConfig2PartnerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TariffConfig2PartnerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TariffImageRepository" (parent: .abstract.instanceof.App\Repository\TariffImageRepository).
Resolving inheritance for "App\Repository\TariffImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TariffImageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TariffLogRepository" (parent: .abstract.instanceof.App\Repository\TariffLogRepository).
Resolving inheritance for "App\Repository\TariffLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TariffLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TariffOptionRepository" (parent: .abstract.instanceof.App\Repository\TariffOptionRepository).
Resolving inheritance for "App\Repository\TariffOptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TariffOptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TariffPartnerRepository" (parent: .abstract.instanceof.App\Repository\TariffPartnerRepository).
Resolving inheritance for "App\Repository\TariffPartnerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TariffPartnerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TariffPriceRepository" (parent: .abstract.instanceof.App\Repository\TariffPriceRepository).
Resolving inheritance for "App\Repository\TariffPriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TariffPriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TermRepository" (parent: .abstract.instanceof.App\Repository\TermRepository).
Resolving inheritance for "App\Repository\TermRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TermRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TkwOrderStatusRepository" (parent: .abstract.instanceof.App\Repository\TkwOrderStatusRepository).
Resolving inheritance for "App\Repository\TkwOrderStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TkwOrderStatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TooltipRepository" (parent: .abstract.instanceof.App\Repository\TooltipRepository).
Resolving inheritance for "App\Repository\TooltipRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TooltipRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrackingLinkRepository" (parent: .abstract.instanceof.App\Repository\TrackingLinkRepository).
Resolving inheritance for "App\Repository\TrackingLinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrackingLinkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrustpilotConfigRepository" (parent: .abstract.instanceof.App\Repository\TrustpilotConfigRepository).
Resolving inheritance for "App\Repository\TrustpilotConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrustpilotConfigRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrustpilotInvitationRepository" (parent: .abstract.instanceof.App\Repository\TrustpilotInvitationRepository).
Resolving inheritance for "App\Repository\TrustpilotInvitationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrustpilotInvitationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserLastSeenRepository" (parent: .abstract.instanceof.App\Repository\UserLastSeenRepository).
Resolving inheritance for "App\Repository\UserLastSeenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserLastSeenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserPhotoRepository" (parent: .abstract.instanceof.App\Repository\UserPhotoRepository).
Resolving inheritance for "App\Repository\UserPhotoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserPhotoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.App\Serializer\Handler\PrecisionFloatHandler" (parent: .abstract.instanceof.App\Serializer\Handler\PrecisionFloatHandler).
Resolving inheritance for "App\Serializer\Handler\PrecisionFloatHandler" (parent: .instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.App\Serializer\Handler\PrecisionFloatHandler).
Resolving inheritance for ".instanceof.App\Twig\AppExtension.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.App\Twig\AppExtension.0.App\Twig\AppExtension).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "serializer.name_converter.metadata_aware" (parent: serializer.name_converter.metadata_aware.abstract).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.sync" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.persistent_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "fos_elastica.client.default" (parent: fos_elastica.client_prototype).
Resolving inheritance for "fos_elastica.index.tariff_variants" (parent: fos_elastica.index_prototype).
Resolving inheritance for "fos_elastica.model_to_elastica_transformer.tariff_variants" (parent: fos_elastica.model_to_elastica_transformer).
Resolving inheritance for "fos_elastica.object_persister.tariff_variants" (parent: fos_elastica.object_persister).
Resolving inheritance for "fos_elastica.finder.tariff_variants" (parent: fos_elastica.finder).
Resolving inheritance for "fos_elastica.listener.tariff_variants" (parent: fos_elastica.listener.prototype.orm).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface.0.App\API\DependencyInjection\Compiler\ApiCommandPass" (parent: .abstract.instanceof.App\API\DependencyInjection\Compiler\ApiCommandPass).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface.0.App\API\DependencyInjection\Compiler\ConstantCalculatorPass" (parent: .abstract.instanceof.App\API\DependencyInjection\Compiler\ConstantCalculatorPass).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface.0.App\API\DependencyInjection\Compiler\ElasticaQueryPartPass" (parent: .abstract.instanceof.App\API\DependencyInjection\Compiler\ElasticaQueryPartPass).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface.0.App\API\DependencyInjection\Compiler\RepresentationTransformerPass" (parent: .abstract.instanceof.App\API\DependencyInjection\Compiler\RepresentationTransformerPass).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0..abstract.App\Repository\TariffPriceRepositoryInterface" (parent: .abstract.instanceof..abstract.App\Repository\TariffPriceRepositoryInterface).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "command.bus.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "command.bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "command.bus.middleware.doctrine_transaction" (parent: messenger.middleware.doctrine_transaction).
Resolving inheritance for "command.bus.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "command.bus.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "query.bus.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "query.bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "query.bus.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "query.bus.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.elastica" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
Resolving inheritance for "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default" (parent: Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware).
Resolving inheritance for "cache.app.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.system.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.validator.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.serializer.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.property_info.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.messenger.restart_workers_signal.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.validator_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.doctrine.orm.default.result.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.doctrine.orm.default.query.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_token_verifier.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.webpack_encore.traceable" (parent: sentry.tracing.traceable_cache_adapter).
1
Skipping service "App\API\Provider\FilteredProvidersProvider": Class or interface "App\API\Provider\FilteredProvidersProvider" cannot be loaded.
2
Removing service-argument resolver for controller "App\Controller\TariffController::new": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Api\Controller\GlobalConstants\IndexAction::__invoke": no corresponding services exist for the referenced types.
457
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "Http\Message\MessageFactory"; reason: private alias.
Removed service "Http\Message\RequestFactory"; reason: private alias.
Removed service "Http\Message\ResponseFactory"; reason: private alias.
Removed service "Http\Message\StreamFactory"; reason: private alias.
Removed service "Http\Message\UriFactory"; reason: private alias.
Removed service "Symfony\Bridge\PsrHttpMessage\HttpFoundationFactoryInterface"; reason: private alias.
Removed service "Symfony\Bridge\PsrHttpMessage\HttpMessageFactoryInterface"; reason: private alias.
Removed service "App\Repository\TariffRepositoryInterface"; reason: private alias.
Removed service "App\Service\TariffInfoExtractorInterface"; reason: private alias.
Removed service "App\Service\Eecc\GenerateEeccDocumentInterface"; reason: private alias.
Removed service "App\Repository\TariffRepository"; reason: private alias.
Removed service "App\Manager\OrderManagerInterface"; reason: private alias.
Removed service "App\Context\ApplicationContextInterface"; reason: private alias.
Removed service "App\GlobalConstants\Registry\ConstantCalculatorRegistryInterface"; reason: private alias.
Removed service "App\GlobalConstants\Provider\GlobalConstantsStatsProviderInterface"; reason: private alias.
Removed service "App\Builder\Payload\BasicPayloadBuilderInterface"; reason: private alias.
Removed service "App\API\CQRS\Factory\Query\CitiesByPostalCodeQueryFactoryInterface"; reason: private alias.
Removed service "App\API\CQRS\Factory\Query\StreetsByCityQueryFactoryInterface"; reason: private alias.
Removed service "App\API\CQRS\Query\CitiesByPostalCodesQueryInterface"; reason: private alias.
Removed service "App\API\CQRS\Query\StreetsByCityQueryInterface"; reason: private alias.
Removed service "App\API\CQRS\Query\Trustpilot\TrustpilotAuthQueryInterface"; reason: private alias.
Removed service "App\API\Checker\TopTariffCheckerInterface"; reason: private alias.
Removed service "App\API\Checker\Trustpilot\TrustpilotConfigCheckerInterface"; reason: private alias.
Removed service "App\API\DTO\DomainConfig\DomainConfigResultDTOInterface"; reason: private alias.
Removed service "App\API\DTO\QueryFilterInterface"; reason: private alias.
Removed service "App\API\DTO\Tariff\ElasticTariffFilterResultInterface"; reason: private alias.
Removed service "App\API\DTO\Tariff\TariffContractInterface"; reason: private alias.
Removed service "App\API\DTO\Tariff\TariffDetailsInterface"; reason: private alias.
Removed service "App\API\DTO\Tariff\TariffExtraPriceInterface"; reason: private alias.
Removed service "App\API\DTO\Tariff\TariffFilterInterface"; reason: private alias.
Removed service "App\API\DTO\Tariff\TariffFilterResultInterface"; reason: private alias.
Removed service "App\API\Factory\DomainConfigResultDTOFactoryInterface"; reason: private alias.
Removed service "App\API\Factory\ProviderAggregationResultFactoryInterface"; reason: private alias.
Removed service "App\API\Factory\TariffFilterFactoryInterface"; reason: private alias.
Removed service "App\API\Factory\TariffFilterResultFactoryInterface"; reason: private alias.
Removed service "App\API\Factory\TariffResultFactoryInterface"; reason: private alias.
Removed service "App\API\Form\Extractor\ErrorsExtractorInterface"; reason: private alias.
Removed service "App\API\Handler\AddressFilterHandlerInterface"; reason: private alias.
Removed service "App\API\Handler\DomainConfigHandlerInterface"; reason: private alias.
Removed service "App\API\Normalizer\TariffContractNormalizerInterface"; reason: private alias.
Removed service "App\API\Normalizer\TariffDetailsNormalizerInterface"; reason: private alias.
Removed service "App\API\Normalizer\TariffExtraPriceNormalizerInterface"; reason: private alias.
Removed service "App\API\Normalizer\TariffResultNormalizerInterface"; reason: private alias.
Removed service "App\API\Provider\ElasticaFilteredProviderInterface"; reason: private alias.
Removed service "App\API\Provider\FormerProviderProviderInterface"; reason: private alias.
Removed service "App\API\Query\ElasticaFilterQueryInterface"; reason: private alias.
Removed service "App\API\Query\ElasticaFilterQueryRepositoryInterface"; reason: private alias.
Removed service "App\API\Query\PostSort\PostSortInterface"; reason: private alias.
Removed service "App\API\Query\PostSortInterface"; reason: private alias.
Removed service "App\AddressData\DataSources\CheckIfPostalCodeIsEmptyInterface"; reason: private alias.
Removed service "App\AddressData\DataSources\GetCityByIdInterface"; reason: private alias.
Removed service "App\AddressData\DataSources\GetStreetsByCityInterface"; reason: private alias.
Removed service "App\AddressData\DataSources\PersistCitiesPostalCodesInterface"; reason: private alias.
Removed service "App\AddressData\DataSources\PersistEmptyPostalCodeInterface"; reason: private alias.
Removed service "App\Builder\Payload\EeccDocumentPayloadBuilderInterface"; reason: private alias.
Removed service "App\Builder\Payload\OrderCustomerInformationPayloadBuilderInterface"; reason: private alias.
Removed service "App\Builder\Payload\PlaceOrderPayloadBuilderInterface"; reason: private alias.
Removed service "App\Builder\Payload\UploadCashbackBuilderInterface"; reason: private alias.
Removed service "App\Builder\TariffVariantBuilderInterface"; reason: private alias.
Removed service "App\Calculation\ConversionValueCalculatorInterface"; reason: private alias.
Removed service "App\DTO\Permissions\PermissionDTOInterface"; reason: private alias.
Removed service "App\DTO\Role\RolePermissionsDTOInterface"; reason: private alias.
Removed service "App\Factory\AreaCodeBlockFactoryInterface"; reason: private alias.
Removed service "App\Factory\BookedOrderOptionFactoryInterface"; reason: private alias.
Removed service "App\Factory\DomainConfigFactoryInterface"; reason: private alias.
Removed service "App\Factory\Eecc\EeccDocumentGeneratorFactoryInterface"; reason: private alias.
Removed service "App\Factory\IndexingScheduleFactoryInterface"; reason: private alias.
Removed service "App\Factory\OfflineConversionsConfigFactoryInterface"; reason: private alias.
Removed service "App\Factory\OrderFactoryInterface"; reason: private alias.
Removed service "App\Factory\Permissions\PermissionDTOFactoryInterface"; reason: private alias.
Removed service "App\Factory\Role\RolePermissionsDTOFactoryInterface"; reason: private alias.
Removed service "App\Factory\TariffPartnerFactoryInterface"; reason: private alias.
Removed service "App\Factory\TariffPartnerMatrixFactoryInterface"; reason: private alias.
Removed service "App\Factory\TariffVariantFactoryInterface"; reason: private alias.
Removed service "App\GlobalConstants\Result\CalculationResultInterface"; reason: private alias.
Removed service "App\Helpers\OrderCustomerHelperInterface"; reason: private alias.
Removed service "App\Helpers\OrderHelperInterface"; reason: private alias.
Removed service "App\Helpers\PriceCalculator\PriceCalculatorHelperInterface"; reason: private alias.
Removed service "App\Helpers\TariffHelperInterface"; reason: private alias.
Removed service "App\Helpers\TrustpilotHelperInterface"; reason: private alias.
Removed service "App\Manager\IndexingScheduleManagerInterface"; reason: private alias.
Removed service "App\Model\ProviderAggregationResultInterface"; reason: private alias.
Removed service "App\Model\TariffFilterResultInterface"; reason: private alias.
Removed service "App\Model\TariffPartnerMatrixInterface"; reason: private alias.
Removed service "App\Model\TariffResultInterface"; reason: private alias.
Removed service "App\Provider\Permissions\PermissionsProviderInterface"; reason: private alias.
Removed service "App\Repository\AddressData\StreetsRepositoryInterface"; reason: private alias.
Removed service "App\Repository\ApiDurationsRepositoryInterface"; reason: private alias.
Removed service "App\Repository\AreaCodeBlockRepositoryInterface"; reason: private alias.
Removed service "App\Repository\AreaCodeRepositoryInterface"; reason: private alias.
Removed service "App\Repository\BankDataRepositoryInterface"; reason: private alias.
Removed service "App\Repository\DomainConfigRepositoryInterface"; reason: private alias.
Removed service "App\Repository\FilterRepositoryInterface"; reason: private alias.
Removed service "App\Repository\FormerProviderRepositoryInterface"; reason: private alias.
Removed service "App\Repository\IndexingScheduleRepositoryInterface"; reason: private alias.
Removed service "App\Repository\MailQueueRepositoryInterface"; reason: private alias.
Removed service "App\Repository\MobileAreaCodeRepositoryInterface"; reason: private alias.
Removed service "App\Repository\OrderCommentRepositoryInterface"; reason: private alias.
Removed service "App\Repository\OrderRepositoryInterface"; reason: private alias.
Removed service "App\Repository\PartnerRepositoryInterface"; reason: private alias.
Removed service "App\Repository\ProviderRepositoryInterface"; reason: private alias.
Removed service "App\Repository\RoleRepositoryInterface"; reason: private alias.
Removed service "App\Repository\TariffPriceRepositoryInterface"; reason: private alias.
Removed service "App\Repository\TooltipRepositoryInterface"; reason: private alias.
Removed service "App\Repository\TrackingLinkRepositoryInterface"; reason: private alias.
Removed service "App\Repository\TrustpilotConfigRepositoryInterface"; reason: private alias.
Removed service "App\Repository\TrustpilotInvitationRepositoryInterface"; reason: private alias.
Removed service "App\Repository\UserLastSeenRepositoryInterface"; reason: private alias.
Removed service "App\Repository\UserRepositoryInterface"; reason: private alias.
Removed service "App\Repository\getFilterPartnerRepositoryInterface"; reason: private alias.
Removed service "App\Service\AreaCodeServiceInterface"; reason: private alias.
Removed service "App\Service\CacheServiceInterface"; reason: private alias.
Removed service "App\Service\CalculatePricesServiceInterface"; reason: private alias.
Removed service "App\Service\PhoneNumberFormatterInterface"; reason: private alias.
Removed service "App\Service\PhoneRegionCodeExtractorInterface"; reason: private alias.
Removed service "App\Service\Trustpilot\TrustpilotServiceInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\DependencyInjection\ServicesResetterInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "cache.adapter.valkey"; reason: private alias.
Removed service "cache.adapter.valkey_tag_aware"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_valkey_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service ".Symfony\Component\Messenger\MessageBusInterface $query.bus"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface $queryBus"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\UserAuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.app_user_provider"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "jms_serializer.metadata.cache"; reason: private alias.
Removed service "jms_serializer.naming_strategy"; reason: private alias.
Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
Removed service "jms_serializer.accessor_strategy"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\SerializationContextFactoryInterface"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_proxy_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.stopwatch_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.union_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.array_collection_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.constraint_violation_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.datetime_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.form_error_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.iterator_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.symfony_uid_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.type_parser"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.file_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.yaml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.xml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.annotation_or_attribute_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.null_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_phpcr_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.default_value_property_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.typed_properties_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.enum_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doc_block_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.lazy_loading_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.cache.file_cache"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.version_exclusion_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.camel_case_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.identical_property_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.serialized_name_annotation_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_phpcr_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.deserialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.serialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_evaluator"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language.function_provider"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.runtime_serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer_runtime_helper"; reason: private alias.
Removed service "jms_serializer.instance.default.templating.helper.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.accessor_strategy.default"; reason: private alias.
Removed service "jms_serializer.instance.default.json_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.json_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_clearer"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_warmer"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_serialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_deserialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.data_collector"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_runs_listener"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.traceable_file_locator"; reason: private alias.
Removed service "Sentry\ClientInterface"; reason: private alias.
Removed service "Sentry\SentryBundle\EventListener\ConsoleCommandListener"; reason: private alias.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactoryInterface"; reason: private alias.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory"; reason: private alias.
Removed service "FOS\ElasticaBundle\Configuration\ConfigManager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\IndexManager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\IndexTemplateManager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\Resetter"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\TemplateResetter"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Elastica\Client $default.client"; reason: private alias.
Removed service "FOS\ElasticaBundle\Elastica\Client $defaultClient"; reason: private alias.
Removed service ".Elastica\Client $default.client"; reason: private alias.
Removed service "Elastica\Client $defaultClient"; reason: private alias.
Removed service "fos_elastica.client"; reason: private alias.
Removed service "Elastica\Client"; reason: private alias.
Removed service "FOS\ElasticaBundle\Elastica\Client"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Elastica\Index $tariff_variants.index"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Finder\TransformedFinder $tariff_variants.finder"; reason: private alias.
Removed service "fos_elastica.index"; reason: private alias.
Removed service "fos_elastica.manager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Manager\RepositoryManagerInterface"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "mobile_detect.request_listener"; reason: private alias.
Removed service "mobile_detect_bundle.device.collector"; reason: private alias.
Removed service "mobile_detect.device_view"; reason: private alias.
Removed service "mobile_detect.twig.extension"; reason: private alias.
Removed service "mobile_detect.mobile_detector.default"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $request.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $console.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $messenger.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_client.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mailer.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $translation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $debug.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $elastica.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $elasticaLogger"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service ".service_locator.1wYbxtl"; reason: private alias.
Removed service ".service_locator.Jwa_kPG"; reason: private alias.
Removed service ".service_locator.BPaAnB7"; reason: private alias.
Removed service ".service_locator.PsksVkm"; reason: private alias.
Removed service ".service_locator.9dHHuFi"; reason: private alias.
Removed service ".service_locator.VPIQtpB"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "jms_serializer.metadata_driver"; reason: private alias.
Removed service "jms_serializer.metadata.typed_properties_driver.inner"; reason: private alias.
Removed service "jms_serializer.object_constructor"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "command.bus"; reason: private alias.
Removed service "query.bus"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "cache.validator"; reason: private alias.
Removed service "cache.serializer"; reason: private alias.
Removed service "cache.property_info"; reason: private alias.
Removed service "cache.messenger.restart_workers_signal"; reason: private alias.
Removed service "cache.doctrine.orm.default.result"; reason: private alias.
Removed service "cache.doctrine.orm.default.query"; reason: private alias.
Removed service "cache.security_expression_language"; reason: private alias.
Removed service "cache.security_token_verifier"; reason: private alias.
Removed service "http_client.transport"; reason: private alias.
Removed service "jms_serializer.metadata_factory"; reason: private alias.
Removed service "jms_serializer.handler_registry"; reason: private alias.
Removed service "jms_serializer.metadata.file_locator"; reason: private alias.
Removed service ".service_locator.c0wzfI4"; reason: private alias.
Removed service ".service_locator.DOLEXAY"; reason: private alias.
Removed service ".service_locator.nfkTtWz"; reason: private alias.
Removed service ".service_locator.B1pfQ15"; reason: private alias.
Removed service ".service_locator.2II5Ls4"; reason: private alias.
Removed service ".service_locator.epZBcMT"; reason: private alias.
Removed service ".service_locator.mDi5j_d"; reason: private alias.
Removed service ".service_locator.l4tdyVA"; reason: private alias.
Removed service ".service_locator.lyeecUv"; reason: private alias.
Removed service ".service_locator.3_7m8t1"; reason: private alias.
Removed service ".service_locator.or070Md"; reason: private alias.
Removed service ".service_locator.iJp14Zd"; reason: private alias.
Removed service ".service_locator.b6bdSGt"; reason: private alias.
Removed service ".service_locator.lcPyjke"; reason: private alias.
Removed service ".service_locator.mcI5b8E"; reason: private alias.
Removed service ".service_locator.L3Mb21L"; reason: private alias.
Removed service ".service_locator.L9UsL2A"; reason: private alias.
Removed service ".service_locator.7VL6F6f"; reason: private alias.
Removed service ".service_locator.YeP7lSt"; reason: private alias.
Removed service ".service_locator.fNTcRmH"; reason: private alias.
Removed service ".service_locator.dhzi2ID"; reason: private alias.
Removed service ".service_locator.fP32Ov5"; reason: private alias.
Removed service ".service_locator.ICB7WVY"; reason: private alias.
Removed service ".service_locator.CGaW_sd"; reason: private alias.
Removed service ".service_locator.J77YmF6"; reason: private alias.
Removed service ".service_locator.yFRapHK"; reason: private alias.
Removed service ".service_locator.rlT9cIL"; reason: private alias.
Removed service ".service_locator.D0RxeJE"; reason: private alias.
Removed service ".service_locator.0ngK9uf"; reason: private alias.
Removed service ".service_locator.F9jirpH"; reason: private alias.
148
Changed reference of service "App\API\Provider\ElasticaFilteredProvider" previously pointing to "fos_elastica.finder.tariff_variants" to "FOS\ElasticaBundle\Finder\TransformedFinder $tariffVariantsFinder".
Changed reference of service "App\AddressData\DataSources\GetCitiesByPostalCodeFragmentCached" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "App\AddressData\DataSources\GetStreetsByCityIdCached" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "App\Controller\Dashboard2Controller" previously pointing to "router.default" to "router".
Changed reference of service "App\EventListener\AdminPermissionsListener" previously pointing to "router.default" to "router".
Changed reference of service "App\EventListener\QueryParamsGlobalContextListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Repository\CachedTariffRepository" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "App\Security\AppLoginAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\AddressData\DataSources\GetCitiesByPostalCodeFragmentInterface" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "services_resetter" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "services_resetter" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "services_resetter" previously pointing to "cache.security_is_csrf_token_valid_attribute_expression_language.traceable" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Changed reference of service "services_resetter" previously pointing to "cache.webpack_encore.traceable" to "cache.webpack_encore".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.translation_lint" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "cache.app.taggable" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "cache.system_clearer" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "cache.system_clearer" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "cache.system_clearer" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "cache.system_clearer" previously pointing to "cache.security_is_csrf_token_valid_attribute_expression_language.traceable" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Changed reference of service "cache.system_clearer" previously pointing to "cache.webpack_encore.traceable" to "cache.webpack_encore".
Changed reference of service "cache.global_clearer" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "cache.global_clearer" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "cache.global_clearer" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "cache.global_clearer" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "cache.global_clearer" previously pointing to "cache.security_is_csrf_token_valid_attribute_expression_language.traceable" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Changed reference of service "cache.global_clearer" previously pointing to "cache.webpack_encore.traceable" to "cache.webpack_encore".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.expression_language" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "notifier.channel.desktop" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.cache" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "data_collector.cache" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "data_collector.cache" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "data_collector.cache" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "data_collector.cache" previously pointing to "cache.security_is_csrf_token_valid_attribute_expression_language.traceable" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Changed reference of service "data_collector.cache" previously pointing to "cache.webpack_encore.traceable" to "cache.webpack_encore".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "security.access.expression_voter" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "security.access.closure_voter" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "controller.is_granted_attribute_listener" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "security.is_granted_attribute_expression_language" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "security.is_csrf_token_valid_attribute_expression_language" previously pointing to "cache.security_is_csrf_token_valid_attribute_expression_language.traceable" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.security" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "webpack_encore.cache" previously pointing to "cache.webpack_encore.traceable" to "cache.webpack_encore".
Changed reference of service "jms_serializer.form_error_handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "te_api.view.view_handler" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "te_api.view.view_handler" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "cqrs.bus.command" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "fos_elastica.client_prototype" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.mapping_builder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.repository_manager" previously pointing to "fos_elastica.finder.tariff_variants" to "FOS\ElasticaBundle\Finder\TransformedFinder $tariffVariantsFinder".
Changed reference of service "fos_elastica.index_manager" previously pointing to "fos_elastica.index.tariff_variants" to "FOS\ElasticaBundle\Elastica\Index $tariffVariantsIndex".
Changed reference of service "fos_elastica.index_manager" previously pointing to "fos_elastica.index.tariff_variants" to "FOS\ElasticaBundle\Elastica\Index $tariffVariantsIndex".
Changed reference of service "fos_elastica.resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.in_place_pager_persister" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.config_source.container" previously pointing to "fos_elastica.index.tariff_variants" to "FOS\ElasticaBundle\Elastica\Index $tariffVariantsIndex".
Changed reference of service "fos_elastica.model_to_elastica_transformer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.command.populate" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.client.default" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.doctrine.register_listeners" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.model_to_elastica_transformer.tariff_variants" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.object_persister.tariff_variants" previously pointing to "fos_elastica.index.tariff_variants" to "FOS\ElasticaBundle\Elastica\Index $tariffVariantsIndex".
Changed reference of service "MobileDetectBundle\EventListener\RequestResponseListener" previously pointing to "router.default" to "router".
Changed reference of service "command.bus.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "query.bus.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.WngBY4z" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.closure_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.HDwGHIY" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.HDwGHIY" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.GpPkdQc" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.GpPkdQc" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.kvOAK9B" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.mFBT25N" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.GW5y7PS" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.rAuPNI6" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.rAuPNI6" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "cache.app_clearer" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
Changed reference of service "FOS\ElasticaBundle\Finder\TransformedFinder $tariffVariantsFinder" previously pointing to "fos_elastica.index.tariff_variants" to "FOS\ElasticaBundle\Elastica\Index $tariffVariantsIndex".
1103
Removed service "App\Entity"; reason: abstract.
Removed service "App\Migrations"; reason: abstract.
Removed service "App\Bundle"; reason: abstract.
Removed service "App\Representation"; reason: abstract.
Removed service "App\CQRS\Command"; reason: abstract.
Removed service "App\CQRS\Query"; reason: abstract.
Removed service ".abstract.App\API\CQRS\Factory\Query\CitiesByPostalCodeQueryFactoryInterface"; reason: abstract.
Removed service ".abstract.App\API\CQRS\Factory\Query\StreetsByCityQueryFactoryInterface"; reason: abstract.
Removed service ".abstract.App\API\CQRS\Query\CitiesByPostalCodesQueryInterface"; reason: abstract.
Removed service ".abstract.App\API\CQRS\Query\StreetsByCityQueryInterface"; reason: abstract.
Removed service ".abstract.App\API\CQRS\Query\Trustpilot\TrustpilotAuthQueryInterface"; reason: abstract.
Removed service ".abstract.App\API\Checker\TopTariffCheckerInterface"; reason: abstract.
Removed service ".abstract.App\API\Checker\Trustpilot\TrustpilotConfigCheckerInterface"; reason: abstract.
Removed service ".abstract.App\API\Command\AbstractCommand"; reason: abstract.
Removed service ".abstract.App\API\Command\ActionCommandInterface"; reason: abstract.
Removed service ".abstract.App\API\DTO\DomainConfig\DomainConfigResultDTOInterface"; reason: abstract.
Removed service ".abstract.App\API\DTO\QueryFilterInterface"; reason: abstract.
Removed service ".abstract.App\API\DTO\Tariff\ElasticTariffFilterResultInterface"; reason: abstract.
Removed service ".abstract.App\API\DTO\Tariff\TariffContractInterface"; reason: abstract.
Removed service ".abstract.App\API\DTO\Tariff\TariffDetailsInterface"; reason: abstract.
Removed service ".abstract.App\API\DTO\Tariff\TariffExtraPriceInterface"; reason: abstract.
Removed service ".abstract.App\API\DTO\Tariff\TariffFilterInterface"; reason: abstract.
Removed service ".abstract.App\API\DTO\Tariff\TariffFilterResultInterface"; reason: abstract.
Removed service ".abstract.App\API\Factory\DomainConfigResultDTOFactoryInterface"; reason: abstract.
Removed service ".abstract.App\API\Factory\ProviderAggregationResultFactoryInterface"; reason: abstract.
Removed service ".abstract.App\API\Factory\TariffFilterFactoryInterface"; reason: abstract.
Removed service ".abstract.App\API\Factory\TariffFilterResultFactoryInterface"; reason: abstract.
Removed service ".abstract.App\API\Factory\TariffResultFactoryInterface"; reason: abstract.
Removed service ".abstract.App\API\Form\Extractor\ErrorsExtractorInterface"; reason: abstract.
Removed service ".abstract.App\API\Handler\AddressFilterHandlerInterface"; reason: abstract.
Removed service ".abstract.App\API\Handler\DomainConfigHandlerInterface"; reason: abstract.
Removed service ".abstract.App\API\Normalizer\TariffContractNormalizerInterface"; reason: abstract.
Removed service ".abstract.App\API\Normalizer\TariffDetailsNormalizerInterface"; reason: abstract.
Removed service ".abstract.App\API\Normalizer\TariffExtraPriceNormalizerInterface"; reason: abstract.
Removed service ".abstract.App\API\Normalizer\TariffResultNormalizerInterface"; reason: abstract.
Removed service ".abstract.App\API\Provider\ElasticaFilteredProviderInterface"; reason: abstract.
Removed service ".abstract.App\API\Provider\FormerProviderProviderInterface"; reason: abstract.
Removed service ".abstract.App\API\Query\ElasticaFilterQueryInterface"; reason: abstract.
Removed service ".abstract.App\API\Query\ElasticaFilterQueryRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\API\Query\ElasticaPart\AbstractPart"; reason: abstract.
Removed service ".abstract.App\API\Query\Filter\AbstractFilterPart"; reason: abstract.
Removed service ".abstract.App\API\Query\Filter\FilterPartInterface"; reason: abstract.
Removed service ".abstract.App\API\Query\PostSort\PostSortInterface"; reason: abstract.
Removed service ".abstract.App\API\Query\PostSortInterface"; reason: abstract.
Removed service ".abstract.App\API\Query\Query\AbstractQueryPart"; reason: abstract.
Removed service ".abstract.App\API\Query\Query\QueryPartInterface"; reason: abstract.
Removed service ".abstract.App\API\Query\QueryBehaviourInterface"; reason: abstract.
Removed service ".abstract.App\API\Query\Sort\AbstractSortPart"; reason: abstract.
Removed service ".abstract.App\API\Query\Sort\SortPartInterface"; reason: abstract.
Removed service ".abstract.App\AddressData\DataSources\CheckIfPostalCodeIsEmptyInterface"; reason: abstract.
Removed service ".abstract.App\AddressData\DataSources\GetCitiesByPostalCodeFragmentInterface"; reason: abstract.
Removed service ".abstract.App\AddressData\DataSources\GetCityByIdInterface"; reason: abstract.
Removed service ".abstract.App\AddressData\DataSources\GetStreetNamesByCityInterface"; reason: abstract.
Removed service ".abstract.App\AddressData\DataSources\GetStreetsByCityIdInterface"; reason: abstract.
Removed service ".abstract.App\AddressData\DataSources\GetStreetsByCityInterface"; reason: abstract.
Removed service ".abstract.App\AddressData\DataSources\PersistCitiesPostalCodesInterface"; reason: abstract.
Removed service ".abstract.App\AddressData\DataSources\PersistEmptyPostalCodeInterface"; reason: abstract.
Removed service ".abstract.App\Availability\DataSources\AvailabilityInterface"; reason: abstract.
Removed service ".abstract.App\Availability\DataSources\CheckOfferAvailabilityForAddressInterface"; reason: abstract.
Removed service ".abstract.App\Availability\DataSources\GetTariffForAddressDataInterface"; reason: abstract.
Removed service ".abstract.App\Builder\Payload\BasicPayloadBuilderInterface"; reason: abstract.
Removed service ".abstract.App\Builder\Payload\EeccDocumentPayloadBuilderInterface"; reason: abstract.
Removed service ".abstract.App\Builder\Payload\OrderCustomerInformationPayloadBuilderInterface"; reason: abstract.
Removed service ".abstract.App\Builder\Payload\PlaceOrderPayloadBuilderInterface"; reason: abstract.
Removed service ".abstract.App\Builder\Payload\UploadCashbackBuilderInterface"; reason: abstract.
Removed service ".abstract.App\Builder\TariffVariantBuilderInterface"; reason: abstract.
Removed service ".abstract.App\Calculation\ConversionValueCalculatorInterface"; reason: abstract.
Removed service ".abstract.App\Context\ApplicationContextInterface"; reason: abstract.
Removed service ".abstract.App\DTO\Permissions\PermissionDTOInterface"; reason: abstract.
Removed service ".abstract.App\DTO\Role\RolePermissionsDTOInterface"; reason: abstract.
Removed service ".abstract.App\Factory\AreaCodeBlockFactoryInterface"; reason: abstract.
Removed service ".abstract.App\Factory\BookedOrderOptionFactoryInterface"; reason: abstract.
Removed service ".abstract.App\Factory\DomainConfigFactoryInterface"; reason: abstract.
Removed service ".abstract.App\Factory\Eecc\EeccDocumentGeneratorFactoryInterface"; reason: abstract.
Removed service ".abstract.App\Factory\IndexingScheduleFactoryInterface"; reason: abstract.
Removed service ".abstract.App\Factory\OfflineConversionsConfigFactoryInterface"; reason: abstract.
Removed service ".abstract.App\Factory\OrderFactoryInterface"; reason: abstract.
Removed service ".abstract.App\Factory\Permissions\PermissionDTOFactoryInterface"; reason: abstract.
Removed service ".abstract.App\Factory\ResourceFactoryInterface"; reason: abstract.
Removed service ".abstract.App\Factory\Role\RolePermissionsDTOFactoryInterface"; reason: abstract.
Removed service ".abstract.App\Factory\TariffPartnerFactoryInterface"; reason: abstract.
Removed service ".abstract.App\Factory\TariffPartnerMatrixFactoryInterface"; reason: abstract.
Removed service ".abstract.App\Factory\TariffVariantFactoryInterface"; reason: abstract.
Removed service ".abstract.App\GlobalConstants\Calculator\ConstantCalculatorInterface"; reason: abstract.
Removed service ".abstract.App\GlobalConstants\Provider\GlobalConstantsStatsProviderInterface"; reason: abstract.
Removed service ".abstract.App\GlobalConstants\Registry\ConstantCalculatorRegistryInterface"; reason: abstract.
Removed service ".abstract.App\GlobalConstants\Result\CalculationResultInterface"; reason: abstract.
Removed service ".abstract.App\Helpers\OrderCustomerHelperInterface"; reason: abstract.
Removed service ".abstract.App\Helpers\OrderHelperInterface"; reason: abstract.
Removed service ".abstract.App\Helpers\PriceCalculator\PriceCalculatorHelperInterface"; reason: abstract.
Removed service ".abstract.App\Helpers\TariffHelperInterface"; reason: abstract.
Removed service ".abstract.App\Helpers\TrustpilotHelperInterface"; reason: abstract.
Removed service ".abstract.App\Manager\IndexingScheduleManagerInterface"; reason: abstract.
Removed service ".abstract.App\Manager\OrderManagerInterface"; reason: abstract.
Removed service ".abstract.App\Model\OrderInterface"; reason: abstract.
Removed service ".abstract.App\Model\ProviderAggregationResultInterface"; reason: abstract.
Removed service ".abstract.App\Model\TariffFilterResultInterface"; reason: abstract.
Removed service ".abstract.App\Model\TariffPartnerMatrixInterface"; reason: abstract.
Removed service ".abstract.App\Model\TariffResultInterface"; reason: abstract.
Removed service ".abstract.App\Provider\Permissions\PermissionsProviderInterface"; reason: abstract.
Removed service ".abstract.App\Repository\AddressData\StreetsRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\Repository\ApiDurationsRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\Repository\AreaCodeBlockRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\Repository\AreaCodeRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\Repository\BankDataRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\Repository\DomainConfigRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\Repository\FilterRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\Repository\FormerProviderRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\Repository\IndexingScheduleRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\Repository\MailQueueRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\Repository\MobileAreaCodeRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\Repository\OrderCommentRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\Repository\OrderRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\Repository\PartnerRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\Repository\ProviderRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\Repository\RoleRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\Repository\TariffPriceRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\Repository\TariffRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\Repository\TooltipRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\Repository\TrackingLinkRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\Repository\TrustpilotConfigRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\Repository\TrustpilotInvitationRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\Repository\UserLastSeenRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\Repository\UserRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\Repository\getFilterPartnerRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\Service\AreaCodeServiceInterface"; reason: abstract.
Removed service ".abstract.App\Service\CacheServiceInterface"; reason: abstract.
Removed service ".abstract.App\Service\CalculatePricesServiceInterface"; reason: abstract.
Removed service ".abstract.App\Service\Eecc\GenerateEeccDocumentInterface"; reason: abstract.
Removed service ".abstract.App\Service\PhoneNumberFormatterInterface"; reason: abstract.
Removed service ".abstract.App\Service\PhoneRegionCodeExtractorInterface"; reason: abstract.
Removed service ".abstract.App\Service\TariffInfoExtractorInterface"; reason: abstract.
Removed service ".abstract.App\Service\Trustpilot\TrustpilotServiceInterface"; reason: abstract.
Removed service ".abstract.App\ValueObject\ContractRelatedSearchFilterInterface"; reason: abstract.
Removed service "App\API\Transformer\Scope"; reason: abstract.
Removed service "App\Transformer\Scope"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "serializer.name_converter.metadata_aware.abstract"; reason: abstract.
Removed service ".abstract.Symfony\Component\Validator\Constraints\AbstractComparisonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\VideoValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.dbal.idle_connection_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc_discovery.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.access_token_handler.oidc.encryption"; reason: abstract.
Removed service "security.access_token_handler.oauth2"; reason: abstract.
Removed service "security.access_token_handler.oidc.generator"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
Removed service "sentry.tracing.traceable_cache_adapter"; reason: abstract.
Removed service "sentry.tracing.traceable_tag_aware_cache_adapter"; reason: abstract.
Removed service "fos_elastica.client_prototype"; reason: abstract.
Removed service "fos_elastica.index_prototype"; reason: abstract.
Removed service "fos_elastica.index_template_prototype"; reason: abstract.
Removed service "fos_elastica.finder"; reason: abstract.
Removed service "fos_elastica.object_persister"; reason: abstract.
Removed service "fos_elastica.object_serializer_persister"; reason: abstract.
Removed service "fos_elastica.model_to_elastica_transformer"; reason: abstract.
Removed service "fos_elastica.model_to_elastica_identifier_transformer"; reason: abstract.
Removed service "fos_elastica.pager_provider.prototype.orm"; reason: abstract.
Removed service "fos_elastica.listener.prototype.orm"; reason: abstract.
Removed service "fos_elastica.elastica_to_model_transformer.prototype.orm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.App\API\ArgumentResolver\CitiesByPostalCodeQueryArgumentResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\API\ArgumentResolver\CitiesByPostalCodeQueryArgumentResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.App\API\ArgumentResolver\StreetsByCityQueryArgumentResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\API\ArgumentResolver\StreetsByCityQueryArgumentResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface.0.App\API\DependencyInjection\Compiler\ApiCommandPass"; reason: abstract.
Removed service ".abstract.instanceof.App\API\DependencyInjection\Compiler\ApiCommandPass"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface.0.App\API\DependencyInjection\Compiler\ConstantCalculatorPass"; reason: abstract.
Removed service ".abstract.instanceof.App\API\DependencyInjection\Compiler\ConstantCalculatorPass"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface.0.App\API\DependencyInjection\Compiler\ElasticaQueryPartPass"; reason: abstract.
Removed service ".abstract.instanceof.App\API\DependencyInjection\Compiler\ElasticaQueryPartPass"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface.0.App\API\DependencyInjection\Compiler\RepresentationTransformerPass"; reason: abstract.
Removed service ".abstract.instanceof.App\API\DependencyInjection\Compiler\RepresentationTransformerPass"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\API\Event\KernelExceptionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\API\Event\KernelExceptionSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\AddressingExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\API\Form\Extension\FilterTariffs\AddressingExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\AreaCodeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\API\Form\Extension\FilterTariffs\AreaCodeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\AvailabilityCheckExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\API\Form\Extension\FilterTariffs\AvailabilityCheckExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\ClearNonRequiredFieldsExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\API\Form\Extension\FilterTariffs\ClearNonRequiredFieldsExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\ConnectionTypesExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\API\Form\Extension\FilterTariffs\ConnectionTypesExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\CurrentContractExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\API\Form\Extension\FilterTariffs\CurrentContractExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\DebugExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\API\Form\Extension\FilterTariffs\DebugExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\DownloadSpeedExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\API\Form\Extension\FilterTariffs\DownloadSpeedExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\ExtraOptionsExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\API\Form\Extension\FilterTariffs\ExtraOptionsExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\FlatRatesExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\API\Form\Extension\FilterTariffs\FlatRatesExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\FormerProviderExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\API\Form\Extension\FilterTariffs\FormerProviderExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\MinimumContractTimeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\API\Form\Extension\FilterTariffs\MinimumContractTimeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\OffsetExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\API\Form\Extension\FilterTariffs\OffsetExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\PartnerExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\API\Form\Extension\FilterTariffs\PartnerExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\ProviderExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\API\Form\Extension\FilterTariffs\ProviderExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\SortingExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\API\Form\Extension\FilterTariffs\SortingExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\SpeedThrottlingExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\API\Form\Extension\FilterTariffs\SpeedThrottlingExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\TariffExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\API\Form\Extension\FilterTariffs\TariffExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\Top0Extension"; reason: abstract.
Removed service ".abstract.instanceof.App\API\Form\Extension\FilterTariffs\Top0Extension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\API\Form\Extension\FilterTariffs\YoungPeopleExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\API\Form\Extension\FilterTariffs\YoungPeopleExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\API\Form\Type\Address\PostalCodeType"; reason: abstract.
Removed service ".abstract.instanceof.App\API\Form\Type\Address\PostalCodeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\API\Form\Type\DomainConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\API\Form\Type\DomainConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\API\Form\Type\FilterTariffsType"; reason: abstract.
Removed service ".abstract.instanceof.App\API\Form\Type\FilterTariffsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\API\Form\Type\NamedCheckboxType"; reason: abstract.
Removed service ".abstract.instanceof.App\API\Form\Type\NamedCheckboxType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\API\Form\Type\YesNoChoiceType"; reason: abstract.
Removed service ".abstract.instanceof.App\API\Form\Type\YesNoChoiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ApiOrderSubmitCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ApiOrderSubmitCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BackofficeOrderSubmitCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\BackofficeOrderSubmitCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CalculatePricesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CalculatePricesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixAreaCodeDuplicateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FixAreaCodeDuplicateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixMissingDataInMailQueue"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FixMissingDataInMailQueue"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixOrdersMissingTerms"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FixOrdersMissingTerms"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixTariffOptions"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FixTariffOptions"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateOfflineConversions"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GenerateOfflineConversions"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IndexResourcesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\IndexResourcesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PhonenumberNeededCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\PhonenumberNeededCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProviderOrderStatusCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ProviderOrderStatusCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendMailsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SendMailsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendNewsletterToExistingCustomer"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SendNewsletterToExistingCustomer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ValidateOfflineConversions"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ValidateOfflineConversions"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Action\Xhr\ToggleTariffPartnerAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Action\Xhr\ToggleTariffPartnerAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Action\Xhr\ToggleTariffPartnerAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdditionalFieldController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdditionalFieldController"; reason: abstract.
Removed service ".instanceof.App\Controller\AdditionalFieldController.0.App\Controller\AdditionalFieldController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdditionalFieldController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminAbstractController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminAbstractController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminAbstractController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CheckTariffAvailabilityByProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CheckTariffAvailabilityByProviderController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\CheckTariffAvailabilityByProviderController.0.App\Controller\Api\CheckTariffAvailabilityByProviderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\CheckTariffAvailabilityByProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CheckTariffAvailabilityForTelekom"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CheckTariffAvailabilityForTelekom"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\CheckTariffAvailabilityForTelekom.0.App\Controller\Api\CheckTariffAvailabilityForTelekom"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\CheckTariffAvailabilityForTelekom"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GenerateEeccDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GenerateEeccDocumentController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\GenerateEeccDocumentController.0.App\Controller\Api\GenerateEeccDocumentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\GenerateEeccDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetBankNumberInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetBankNumberInfoController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\GetBankNumberInfoController.0.App\Controller\Api\GetBankNumberInfoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\GetBankNumberInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetCitiesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetCitiesController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\GetCitiesController.0.App\Controller\Api\GetCitiesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\GetCitiesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetConversionValueController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetConversionValueController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\GetConversionValueController.0.App\Controller\Api\GetConversionValueController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\GetConversionValueController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetCustomerSupportInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetCustomerSupportInfoController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\GetCustomerSupportInfoController.0.App\Controller\Api\GetCustomerSupportInfoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\GetCustomerSupportInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetFormerProvidersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetFormerProvidersController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\GetFormerProvidersController.0.App\Controller\Api\GetFormerProvidersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\GetFormerProvidersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetHotlineNumberController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetHotlineNumberController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\GetHotlineNumberController.0.App\Controller\Api\GetHotlineNumberController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\GetHotlineNumberController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetLandlineAreaCodesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetLandlineAreaCodesController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\GetLandlineAreaCodesController.0.App\Controller\Api\GetLandlineAreaCodesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\GetLandlineAreaCodesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetOrderCostController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetOrderCostController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\GetOrderCostController.0.App\Controller\Api\GetOrderCostController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\GetOrderCostController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetOrderPageDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetOrderPageDataController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\GetOrderPageDataController.0.App\Controller\Api\GetOrderPageDataController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\GetOrderPageDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetOrderPlacementOptionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetOrderPlacementOptionsController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\GetOrderPlacementOptionsController.0.App\Controller\Api\GetOrderPlacementOptionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\GetOrderPlacementOptionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetOrderSummaryPageDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetOrderSummaryPageDataController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\GetOrderSummaryPageDataController.0.App\Controller\Api\GetOrderSummaryPageDataController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\GetOrderSummaryPageDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetPossibleAdditionalOptionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetPossibleAdditionalOptionsController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\GetPossibleAdditionalOptionsController.0.App\Controller\Api\GetPossibleAdditionalOptionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\GetPossibleAdditionalOptionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetProvidersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetProvidersController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\GetProvidersController.0.App\Controller\Api\GetProvidersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\GetProvidersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetSplittestConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetSplittestConfigController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\GetSplittestConfigController.0.App\Controller\Api\GetSplittestConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\GetSplittestConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetStreetsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetStreetsController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\GetStreetsController.0.App\Controller\Api\GetStreetsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\GetStreetsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetTariffInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetTariffInfoController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\GetTariffInfoController.0.App\Controller\Api\GetTariffInfoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\GetTariffInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetTariffInfoPageDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetTariffInfoPageDataController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\GetTariffInfoPageDataController.0.App\Controller\Api\GetTariffInfoPageDataController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\GetTariffInfoPageDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetTariffListPageDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetTariffListPageDataController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\GetTariffListPageDataController.0.App\Controller\Api\GetTariffListPageDataController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\GetTariffListPageDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetTariffsByIdsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetTariffsByIdsController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\GetTariffsByIdsController.0.App\Controller\Api\GetTariffsByIdsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\GetTariffsByIdsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetTariffsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetTariffsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\GetTariffsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GetTooltipController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GetTooltipController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\GetTooltipController.0.App\Controller\Api\GetTooltipController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\GetTooltipController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\IsAddressValidController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\IsAddressValidController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\IsAddressValidController.0.App\Controller\Api\IsAddressValidController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\IsAddressValidController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\IsPhoneNumberValidController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\IsPhoneNumberValidController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\IsPhoneNumberValidController.0.App\Controller\Api\IsPhoneNumberValidController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\IsPhoneNumberValidController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PhonenumbersubmitController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PhonenumbersubmitController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\PhonenumbersubmitController.0.App\Controller\Api\PhonenumbersubmitController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\PhonenumbersubmitController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PlaceOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PlaceOrderController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\PlaceOrderController.0.App\Controller\Api\PlaceOrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\PlaceOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Trustpilot\TrustpilotController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Trustpilot\TrustpilotController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Trustpilot\TrustpilotController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UploadCashbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UploadCashbackController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\UploadCashbackController.0.App\Controller\Api\UploadCashbackController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\UploadCashbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AreaCodesBlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AreaCodesBlockController"; reason: abstract.
Removed service ".instanceof.App\Controller\AreaCodesBlockController.0.App\Controller\AreaCodesBlockController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AreaCodesBlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.App\Controller\ArgumentResolver\PartnersQueryResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ArgumentResolver\PartnersQueryResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.App\Controller\ArgumentResolver\TarifPartnerByTarifAndPartnerQueryResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ArgumentResolver\TarifPartnerByTarifAndPartnerQueryResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.App\Controller\ArgumentResolver\TariffPartnerConfigQueryResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ArgumentResolver\TariffPartnerConfigQueryResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.App\Controller\ArgumentResolver\TariffProviderQueryResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ArgumentResolver\TariffProviderQueryResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.App\Controller\ArgumentResolver\ToggleTarifPartnerCommandResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ArgumentResolver\ToggleTarifPartnerCommandResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Bonus2ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Bonus2ExportController"; reason: abstract.
Removed service ".instanceof.App\Controller\Bonus2ExportController.0.App\Controller\Bonus2ExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Bonus2ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Bonus2UploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Bonus2UploadController"; reason: abstract.
Removed service ".instanceof.App\Controller\Bonus2UploadController.0.App\Controller\Bonus2UploadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Bonus2UploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CacheController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CacheController"; reason: abstract.
Removed service ".instanceof.App\Controller\CacheController.0.App\Controller\CacheController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CacheController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalculatingPricesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalculatingPricesController"; reason: abstract.
Removed service ".instanceof.App\Controller\CalculatingPricesController.0.App\Controller\CalculatingPricesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CalculatingPricesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CancellationRateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CancellationRateController"; reason: abstract.
Removed service ".instanceof.App\Controller\CancellationRateController.0.App\Controller\CancellationRateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CancellationRateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashbackController"; reason: abstract.
Removed service ".instanceof.App\Controller\CashbackController.0.App\Controller\CashbackController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CashbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashbackMailTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashbackMailTemplateController"; reason: abstract.
Removed service ".instanceof.App\Controller\CashbackMailTemplateController.0.App\Controller\CashbackMailTemplateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CashbackMailTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashbackRedemptionRateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashbackRedemptionRateController"; reason: abstract.
Removed service ".instanceof.App\Controller\CashbackRedemptionRateController.0.App\Controller\CashbackRedemptionRateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CashbackRedemptionRateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashbackStatusController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashbackStatusController"; reason: abstract.
Removed service ".instanceof.App\Controller\CashbackStatusController.0.App\Controller\CashbackStatusController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CashbackStatusController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashbackTariffController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashbackTariffController"; reason: abstract.
Removed service ".instanceof.App\Controller\CashbackTariffController.0.App\Controller\CashbackTariffController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CashbackTariffController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommissionUploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommissionUploadController"; reason: abstract.
Removed service ".instanceof.App\Controller\CommissionUploadController.0.App\Controller\CommissionUploadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CommissionUploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Congstar\AvailabilityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Congstar\AvailabilityController"; reason: abstract.
Removed service ".instanceof.App\Controller\Congstar\AvailabilityController.0.App\Controller\Congstar\AvailabilityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Congstar\AvailabilityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard2Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard2Controller"; reason: abstract.
Removed service ".instanceof.App\Controller\Dashboard2Controller.0.App\Controller\Dashboard2Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard2Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DomainConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DomainConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DomainConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EinsUndEins\AvailabilityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EinsUndEins\AvailabilityController"; reason: abstract.
Removed service ".instanceof.App\Controller\EinsUndEins\AvailabilityController.0.App\Controller\EinsUndEins\AvailabilityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EinsUndEins\AvailabilityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EinsUndEinsIsa\AvailabilityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EinsUndEinsIsa\AvailabilityController"; reason: abstract.
Removed service ".instanceof.App\Controller\EinsUndEinsIsa\AvailabilityController.0.App\Controller\EinsUndEinsIsa\AvailabilityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EinsUndEinsIsa\AvailabilityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExportController"; reason: abstract.
Removed service ".instanceof.App\Controller\ExportController.0.App\Controller\ExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExternalProviderIdsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExternalProviderIdsController"; reason: abstract.
Removed service ".instanceof.App\Controller\ExternalProviderIdsController.0.App\Controller\ExternalProviderIdsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ExternalProviderIdsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilterController"; reason: abstract.
Removed service ".instanceof.App\Controller\FilterController.0.App\Controller\FilterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FilterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FormerProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FormerProviderController"; reason: abstract.
Removed service ".instanceof.App\Controller\FormerProviderController.0.App\Controller\FormerProviderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FormerProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.App\Controller\IndexController.0.App\Controller\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LeadallianceExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LeadallianceExportController"; reason: abstract.
Removed service ".instanceof.App\Controller\LeadallianceExportController.0.App\Controller\LeadallianceExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LeadallianceExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LogController"; reason: abstract.
Removed service ".instanceof.App\Controller\LogController.0.App\Controller\LogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoyalityBonusRateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoyalityBonusRateController"; reason: abstract.
Removed service ".instanceof.App\Controller\LoyalityBonusRateController.0.App\Controller\LoyalityBonusRateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LoyalityBonusRateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoyalityBonusTariffController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoyalityBonusTariffController"; reason: abstract.
Removed service ".instanceof.App\Controller\LoyalityBonusTariffController.0.App\Controller\LoyalityBonusTariffController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LoyalityBonusTariffController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MailQueueController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MailQueueController"; reason: abstract.
Removed service ".instanceof.App\Controller\MailQueueController.0.App\Controller\MailQueueController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MailQueueController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Netaachen\AvailabilityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Netaachen\AvailabilityController"; reason: abstract.
Removed service ".instanceof.App\Controller\Netaachen\AvailabilityController.0.App\Controller\Netaachen\AvailabilityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Netaachen\AvailabilityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Netcologne\AvailabilityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Netcologne\AvailabilityController"; reason: abstract.
Removed service ".instanceof.App\Controller\Netcologne\AvailabilityController.0.App\Controller\Netcologne\AvailabilityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Netcologne\AvailabilityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OfflineConversionsConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OfflineConversionsConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OfflineConversionsConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OptionCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OptionCategoryController"; reason: abstract.
Removed service ".instanceof.App\Controller\OptionCategoryController.0.App\Controller\OptionCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OptionCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OptionController"; reason: abstract.
Removed service ".instanceof.App\Controller\OptionController.0.App\Controller\OptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderController"; reason: abstract.
Removed service ".instanceof.App\Controller\OrderController.0.App\Controller\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PYUR\AvailabilityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PYUR\AvailabilityController"; reason: abstract.
Removed service ".instanceof.App\Controller\PYUR\AvailabilityController.0.App\Controller\PYUR\AvailabilityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PYUR\AvailabilityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PartnerController"; reason: abstract.
Removed service ".instanceof.App\Controller\PartnerController.0.App\Controller\PartnerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PartnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PromoImageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PromoImageController"; reason: abstract.
Removed service ".instanceof.App\Controller\PromoImageController.0.App\Controller\PromoImageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PromoImageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProviderApiAssigmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProviderApiAssigmentController"; reason: abstract.
Removed service ".instanceof.App\Controller\ProviderApiAssigmentController.0.App\Controller\ProviderApiAssigmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProviderApiAssigmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProviderController"; reason: abstract.
Removed service ".instanceof.App\Controller\ProviderController.0.App\Controller\ProviderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RoleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RoleController"; reason: abstract.
Removed service ".instanceof.App\Controller\RoleController.0.App\Controller\RoleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RoleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.App\Controller\SecurityController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SplittestConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SplittestConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SplittestConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatisticController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatisticController"; reason: abstract.
Removed service ".instanceof.App\Controller\StatisticController.0.App\Controller\StatisticController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StatisticController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TariffController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TariffController"; reason: abstract.
Removed service ".instanceof.App\Controller\TariffController.0.App\Controller\TariffController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TariffController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Telefonica\AvailabilityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Telefonica\AvailabilityController"; reason: abstract.
Removed service ".instanceof.App\Controller\Telefonica\AvailabilityController.0.App\Controller\Telefonica\AvailabilityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Telefonica\AvailabilityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Telekom\AvailabilityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Telekom\AvailabilityController"; reason: abstract.
Removed service ".instanceof.App\Controller\Telekom\AvailabilityController.0.App\Controller\Telekom\AvailabilityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Telekom\AvailabilityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TermController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TermController"; reason: abstract.
Removed service ".instanceof.App\Controller\TermController.0.App\Controller\TermController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TermController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TooltipController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TooltipController"; reason: abstract.
Removed service ".instanceof.App\Controller\TooltipController.0.App\Controller\TooltipController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TooltipController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TrackingLinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TrackingLinkController"; reason: abstract.
Removed service ".instanceof.App\Controller\TrackingLinkController.0.App\Controller\TrackingLinkController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TrackingLinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.App\Controller\UserController.0.App\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Vodafone\AvailabilityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Vodafone\AvailabilityController"; reason: abstract.
Removed service ".instanceof.App\Controller\Vodafone\AvailabilityController.0.App\Controller\Vodafone\AvailabilityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Vodafone\AvailabilityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Vodafonedirect\AvailabilityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Vodafonedirect\AvailabilityController"; reason: abstract.
Removed service ".instanceof.App\Controller\Vodafonedirect\AvailabilityController.0.App\Controller\Vodafonedirect\AvailabilityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Vodafonedirect\AvailabilityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorklogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorklogController"; reason: abstract.
Removed service ".instanceof.App\Controller\WorklogController.0.App\Controller\WorklogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WorklogController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Elastica\PopulateContractDetailsListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\Elastica\PopulateContractDetailsListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Elastica\TariffPopulateAreaCodesListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\Elastica\TariffPopulateAreaCodesListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Elastica\TariffSpeedThrottledListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\Elastica\TariffSpeedThrottledListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Elastica\TariffUrlFiltersListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\Elastica\TariffUrlFiltersListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\EntityPersistElasticIndexerSubscriber.0.App\EventListener\EntityPersistElasticIndexerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\EntityPersistElasticIndexerSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdditionalFieldType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AdditionalFieldType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AreaCodeBlockType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AreaCodeBlockType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Bonus2UploadType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Bonus2UploadType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BulletPointType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\BulletPointType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CancellationRateTableType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CancellationRateTableType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CancellationRateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CancellationRateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashbackDocUploadBankDataType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CashbackDocUploadBankDataType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashbackDocUploadType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CashbackDocUploadType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashbackMailTemplateTableType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CashbackMailTemplateTableType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashbackMailTemplateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CashbackMailTemplateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashbackRedemptionRateTableType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CashbackRedemptionRateTableType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashbackRedemptionRateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CashbackRedemptionRateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashbackTariffMatrixRowType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CashbackTariffMatrixRowType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashbackTariffMatrixType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CashbackTariffMatrixType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashbackTariffType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CashbackTariffType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashbackUploadType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CashbackUploadType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CommissionUploadType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CommissionUploadType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConnectionLocationDetailsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ConnectionLocationDetailsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CustomerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Dashboard2FilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Dashboard2FilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DiscountedMonthsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DiscountedMonthsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DomainConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DomainConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventSubscriber\CustomerPhoneFieldEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventSubscriber\CustomerPhoneFieldEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExportFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ExportFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExternalProviderIdsTableType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ExternalProviderIdsTableType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ExternalProviderIdsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ExternalProviderIdsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterPartnerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FilterPartnerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormerProviderTableType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FormerProviderTableType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FormerProviderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FormerProviderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HotlineTimeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\HotlineTimeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IndexDashboardFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\IndexDashboardFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\KPIDashboardFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\KPIDashboardFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LogType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LogType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoyalityBonusRateTableType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LoyalityBonusRateTableType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoyalityBonusRateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LoyalityBonusRateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoyalityBonusTariffMatrixRowType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LoyalityBonusTariffMatrixRowType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoyalityBonusTariffMatrixType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LoyalityBonusTariffMatrixType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoyalityBonusTariffType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LoyalityBonusTariffType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfflineConversionsConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OfflineConversionsConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OptionCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OptionCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderBankType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Order\OrderBankType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderCashValueType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Order\OrderCashValueType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderCashbackCommentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Order\OrderCashbackCommentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderCashbackProcessingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Order\OrderCashbackProcessingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderCashbackStatusType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Order\OrderCashbackStatusType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderCommentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Order\OrderCommentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderCommissionStateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Order\OrderCommissionStateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderCustomerPhoneNumberType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Order\OrderCustomerPhoneNumberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Order\OrderFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderProcessingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Order\OrderProcessingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderProviderOfferType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Order\OrderProviderOfferType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderSecondBonusProcessingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Order\OrderSecondBonusProcessingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderShippingAddressType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Order\OrderShippingAddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Order\OrderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Order\OrderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PartnerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PartnerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PermissionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PermissionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PromoImageFileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PromoImageFileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProviderApiAssignmentTableType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProviderApiAssignmentTableType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProviderApiAssignmentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProviderApiAssignmentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProviderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProviderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RoleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RoleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SplittestConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SplittestConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StatsFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\StatsFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StatsSalesFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\StatsSalesFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffAdditionalFieldType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Tariff\TariffAdditionalFieldType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffCommissionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Tariff\TariffCommissionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffConfig2PartnerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Tariff\TariffConfig2PartnerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffImageMatrixRowType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Tariff\TariffImageMatrixRowType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffImageMatrixType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Tariff\TariffImageMatrixType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Tariff\TariffImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffOptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Tariff\TariffOptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffPartnerMatrixRowType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Tariff\TariffPartnerMatrixRowType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffPartnerMatrixType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Tariff\TariffPartnerMatrixType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffPartnerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Tariff\TariffPartnerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Tariff\TariffType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Tariff\TariffType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TermAGBTableType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TermAGBTableType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TermCashbackTableType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TermCashbackTableType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TermProtectionTableType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TermProtectionTableType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TermTableType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TermTableType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TermType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TermType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TooltipTableType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TooltipTableType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TooltipType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TooltipType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TrackingLinkType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TrackingLinkType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserRoleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserRoleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WorklogType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\WorklogType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdditionalFieldRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdditionalFieldRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressData\CityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AddressData\CityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressData\EmptyPostalCodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AddressData\EmptyPostalCodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressData\StreetsInCityRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AddressData\StreetsInCityRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressData\StreetsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AddressData\StreetsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Api\AcApiLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Api\AcApiLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Api\ApiSubmissionLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Api\ApiSubmissionLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiDurationsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ApiDurationsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AreaCodeBlockRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AreaCodeBlockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AreaCodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AreaCodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Availability\OfferAvailabilityRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Availability\OfferAvailabilityRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BankDataRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BankDataRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BookedOrderOptionsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BookedOrderOptionsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BookedPriceDetailsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BookedPriceDetailsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BookingStepsLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BookingStepsLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BulletPointRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BulletPointRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CachedTariffRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CachedTariffRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CancellationRateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CancellationRateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashbackDocUploadRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CashbackDocUploadRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashbackMailTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CashbackMailTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashbackRedemptionRateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CashbackRedemptionRateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashbackStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CashbackStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashbackStatusTextRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CashbackStatusTextRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashbackTariffRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CashbackTariffRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConnectionLocationDetailsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ConnectionLocationDetailsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CustomerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiscountedMonthsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DiscountedMonthsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DoctrineTariffRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DoctrineTariffRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DomainConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DomainConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EditUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EditUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmailRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExportRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ExportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExternalProviderIdsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ExternalProviderIdsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FilterPartnerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FilterPartnerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FilterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FilterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormerProviderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FormerProviderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HotlineTimeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HotlineTimeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ImageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IndexingScheduleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\IndexingScheduleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KPIsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\KPIsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LandlineAreaCodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LandlineAreaCodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyality\LoyalityBonusRateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Loyality\LoyalityBonusRateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Loyality\LoyalityBonusTariffRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Loyality\LoyalityBonusTariffRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MailLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailQueueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MailQueueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MobileAreaCodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MobileAreaCodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsletterLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NewsletterLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfflineConversionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OfflineConversionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfflineConversionsConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OfflineConversionsConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OptionCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OptionCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderCommentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderCommentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderOptionsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderOptionsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderSyncRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderSyncRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PartnerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PromoImageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PromoImageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProviderApiAssignmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProviderApiAssignmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProviderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProviderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QueryCacheEntryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\QueryCacheEntryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RightRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RightRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RoleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SplittestConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SplittestConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SplittestsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SplittestsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TariffAdditionalFieldRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TariffAdditionalFieldRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TariffCommissionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TariffCommissionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TariffConfig2PartnerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TariffConfig2PartnerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TariffImageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TariffImageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TariffLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TariffLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TariffOptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TariffOptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TariffPartnerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TariffPartnerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TariffPriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TariffPriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0..abstract.App\Repository\TariffPriceRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof..abstract.App\Repository\TariffPriceRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TermRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TermRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TkwOrderStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TkwOrderStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TooltipRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TooltipRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrackingLinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TrackingLinkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrustpilotConfigRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TrustpilotConfigRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrustpilotInvitationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TrustpilotInvitationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserLastSeenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserLastSeenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserPhotoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserPhotoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\Handler\SubscribingHandlerInterface.0.App\Serializer\Handler\PrecisionFloatHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Handler\PrecisionFloatHandler"; reason: abstract.
Removed service ".instanceof.App\Twig\AppExtension.0.App\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
246
Removed service "nyholm.psr7.httplug_factory"; reason: unused.
Removed service "Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory"; reason: unused.
Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
Removed service "App\API\CQRS\Handler\Query\Trustpilot\TrustpilotAuthQueryHandler"; reason: unused.
Removed service "App\API\CQRS\Query\CitiesByCitiesByPostalCodesQuery"; reason: unused.
Removed service "App\API\CQRS\Query\StreetsByCityQuery"; reason: unused.
Removed service "App\API\CQRS\Query\Trustpilot\TrustpilotAuthQuery"; reason: unused.
Removed service "App\API\Controller\GlobalConstants\IndexAction"; reason: unused.
Removed service "App\API\Controller\Trustpilot\TrustpilotAuthAction"; reason: unused.
Removed service "App\API\DTO\Address\CityCollectionModel"; reason: unused.
Removed service "App\API\DTO\Address\PostalCodeQuery"; reason: unused.
Removed service "App\API\DTO\Address\StreetCollectionModel"; reason: unused.
Removed service "App\API\DTO\DomainConfig\DomainConfigResultDTO"; reason: unused.
Removed service "App\API\DTO\Provider\DetailedProviderDTO"; reason: unused.
Removed service "App\API\DTO\Tariff\ElasticTariffFilterResult"; reason: unused.
Removed service "App\API\DTO\Tariff\ExtendedTariff"; reason: unused.
Removed service "App\API\DTO\Tariff\TariffContract"; reason: unused.
Removed service "App\API\DTO\Tariff\TariffDetails"; reason: unused.
Removed service "App\API\DTO\Tariff\TariffExtraPrice"; reason: unused.
Removed service "App\API\DTO\Tariff\TariffFilterDTO"; reason: unused.
Removed service "App\API\DTO\Tariff\TariffFilterResultDTO"; reason: unused.
Removed service "App\API\DTO\Trustpilot\TrustpilotAuthDTO"; reason: unused.
Removed service "App\API\DTO\Trustpilot\TrustpilotAuthResultDTO"; reason: unused.
Removed service "App\API\DTO\Trustpilot\TrustpilotInvitationDTO"; reason: unused.
Removed service "App\API\DependencyInjection\Compiler\ApiCommandPass"; reason: unused.
Removed service "App\API\DependencyInjection\Compiler\ConstantCalculatorPass"; reason: unused.
Removed service "App\API\DependencyInjection\Compiler\ElasticaQueryPartPass"; reason: unused.
Removed service "App\API\DependencyInjection\Compiler\RepresentationTransformerPass"; reason: unused.
Removed service "App\API\Exception\APIException"; reason: unused.
Removed service "App\API\Exception\Transformer\TransformerException"; reason: unused.
Removed service "App\API\Query\Index\TariffVariantIndex"; reason: unused.
Removed service "App\API\Representation\BulletPointRepresentation"; reason: unused.
Removed service "App\API\Representation\CalculationResultRepresentation"; reason: unused.
Removed service "App\API\Representation\CityCollectionRepresentation"; reason: unused.
Removed service "App\API\Representation\CityRepresentation"; reason: unused.
Removed service "App\API\Representation\DomainConfigRepresentation"; reason: unused.
Removed service "App\API\Representation\StreetCollectionRepresentation"; reason: unused.
Removed service "App\API\Representation\StreetRepresentation"; reason: unused.
Removed service "App\API\Representation\TariffContractRepresentation"; reason: unused.
Removed service "App\API\Representation\TariffDetailsRepresentation"; reason: unused.
Removed service "App\API\Representation\TariffExtraPriceRepresentation"; reason: unused.
Removed service "App\API\Representation\TariffFilterRepresentation"; reason: unused.
Removed service "App\API\Representation\TariffFilterResultRepresentation"; reason: unused.
Removed service "App\API\Representation\TariffProviderRepresentation"; reason: unused.
Removed service "App\API\Representation\TariffRepresentation"; reason: unused.
Removed service "App\AddressData\AddressDTO"; reason: unused.
Removed service "App\AddressData\DataSources\City"; reason: unused.
Removed service "App\AddressData\DataSources\CityIdNotFound"; reason: unused.
Removed service "App\AddressData\DataSources\DoctrineGetStreetNamesByCityCached"; reason: unused.
Removed service "App\AddressData\DataSources\GetCitiesByPostalCodeFragmentCached"; reason: unused.
Removed service "App\AddressData\DataSources\Spectrum8\GetAvailabilityService"; reason: unused.
Removed service "App\AddressData\DataSources\Street"; reason: unused.
Removed service "App\ApiOrderSubmit\EinsUndEins\SubmitOrdersToProvider"; reason: unused.
Removed service "App\ApiOrderSubmit\Telekom\SpectrumSftpUpload"; reason: unused.
Removed service "App\ApiOrderSubmit\Telekom\SubmitOrdersToProvider"; reason: unused.
Removed service "App\ApiOrderSubmit\Vodafone\CustomerPayload"; reason: unused.
Removed service "App\ApiOrderSubmit\Vodafone\NumberportingPayload"; reason: unused.
Removed service "App\ApiOrderSubmit\Vodafone\SelectionPayload"; reason: unused.
Removed service "App\ApiOrderSubmit\Vodafone\SubmitOrdersToProvider"; reason: unused.
Removed service "App\Availability\DataSources\Adapter\XmlToArrayAdapter"; reason: unused.
Removed service "App\Availability\DataSources\BaseGetTariffForAddressData"; reason: unused.
Removed service "App\Availability\DataSources\DoctrineCachedCheckOfferAvailabilityForAddress"; reason: unused.
Removed service "App\Availability\DataSources\Spectrum8\EmptyApiResponseException"; reason: unused.
Removed service "App\Availability\DataSources\Spectrum8\GetTariffForAddressData"; reason: unused.
Removed service "App\Availability\DataSources\Spectrum8\NoSuchHouseNumberException"; reason: unused.
Removed service "App\Availability\DataSources\Spectrum8\VodafoneFestnetzReturnsCustomerDataNotValidException"; reason: unused.
Removed service "App\Availability\DataSources\TariffFromAvailiabilityCheck"; reason: unused.
Removed service "App\DTO\Permissions\PermissionDTO"; reason: unused.
Removed service "App\DTO\Role\RolePermissionsDTO"; reason: unused.
Removed service "App\DataFixtures\TariffFixtures"; reason: unused.
Removed service "App\Enum\CashbackStatusEnum"; reason: unused.
Removed service "App\Enum\Customer\CustomerEnum"; reason: unused.
Removed service "App\Enum\GenericEnum"; reason: unused.
Removed service "App\Enum\MailQueue\MailQueueEnum"; reason: unused.
Removed service "App\Enum\Order\CommissionStateEnum"; reason: unused.
Removed service "App\Enum\Order\CommissionUploadEnum"; reason: unused.
Removed service "App\Enum\Order\OrderEnum"; reason: unused.
Removed service "App\Enum\Order\RouterStateEnum"; reason: unused.
Removed service "App\Enum\Order\SecondBonusEnum"; reason: unused.
Removed service "App\Enum\Order\TkwStateEnum"; reason: unused.
Removed service "App\Enum\Permission\PermissionEnum"; reason: unused.
Removed service "App\Enum\Role\RoleEnum"; reason: unused.
Removed service "App\Enum\RolesEnum"; reason: unused.
Removed service "App\Enum\SendEmailCommandEnum"; reason: unused.
Removed service "App\Enum\Tariff\LoyalityBonusStatusEnum"; reason: unused.
Removed service "App\Event\QueryParamsEvent"; reason: unused.
Removed service "App\EventListener\OnOrderPersistListener"; reason: unused.
Removed service "App\Factory\Eecc\EeccDocumentGeneratorFactory"; reason: unused.
Removed service "App\Factory\Permissions\PermissionDTOFactory"; reason: unused.
Removed service "App\Factory\Role\RolePermissionsDTOFactory"; reason: unused.
Removed service "App\GlobalConstants\Exception\ConstantCalculatorException"; reason: unused.
Removed service "App\GlobalConstants\Exception\ConstantNotFoundException"; reason: unused.
Removed service "App\GlobalConstants\Exception\GlobalConstantsException"; reason: unused.
Removed service "App\GlobalConstants\Result\CalculationResult"; reason: unused.
Removed service "App\Helpers\CacheKeyFactory"; reason: unused.
Removed service "App\Model\BackofficeCustomerExport"; reason: unused.
Removed service "App\Model\BackofficeOrderBankAccountDetailsExport"; reason: unused.
Removed service "App\Model\BackofficeOrderExport"; reason: unused.
Removed service "App\Model\BackofficeOrderPartnerExport"; reason: unused.
Removed service "App\Model\BackofficeOrderPricingExport"; reason: unused.
Removed service "App\Model\BackofficeOrderTariffExport"; reason: unused.
Removed service "App\Model\BackofficeTariffProviderExport"; reason: unused.
Removed service "App\Model\BackofficeUserInfoExport"; reason: unused.
Removed service "App\Model\BackofficeVariantConversionRateExport"; reason: unused.
Removed service "App\Model\CacheEntry"; reason: unused.
Removed service "App\Model\ProviderAggregationResult"; reason: unused.
Removed service "App\Model\TariffFilterResult"; reason: unused.
Removed service "App\Model\TariffPartnerMatrix"; reason: unused.
Removed service "App\Model\TariffResult"; reason: unused.
Removed service "App\Model\TariffVariant"; reason: unused.
Removed service "App\Provider\Permissions\PermissionsProvider"; reason: unused.
Removed service "App\Security\AppLoginAuthenticator"; reason: unused.
Removed service "App\Service\BookingReminderMailing"; reason: unused.
Removed service "App\Service\MessengerSerializer"; reason: unused.
Removed service "App\ValueObject\SearchFilter"; reason: unused.
Removed service "App\ValueObject\SimpleSearchFilter"; reason: unused.
Removed service "App\API\Provider\FilteredProvidersProvider"; reason: unused.
Removed service "App\CQRS\Command\ToggleTariffPartnerCommand"; reason: unused.
Removed service "App\CQRS\Query\TarifPartnerByTarifAndPartnerQuery"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "mailer.mailer"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "serializer.name_converter.snake_case_to_camel_case"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service "type_info.resolver.string"; reason: unused.
Removed service "type_info.resolver.reflection_parameter.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_property.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_return.phpdoc_aware"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.H8vabc8"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.factory"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.channel.desktop"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.syslog"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption_algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.RSAOAEP"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHES"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHSS"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128CBCHS256"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192CBCHS384"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256CBCHS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256GCM"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "jms_serializer.camel_case_naming_strategy"; reason: unused.
Removed service "jms_serializer.serialized_name_annotation_strategy"; reason: unused.
Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware"; reason: unused.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\ConnectionConfigurator"; reason: unused.
Removed service "fos_elastica.repository_manager"; reason: unused.
Removed service "fos_elastica.doctrine.register_listeners"; reason: unused.
Removed service "fos_elastica.manager.orm"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service ".service_locator.DHMHB4T"; reason: unused.
Removed service ".service_locator.DHMHB4T.App\Controller\TariffController::new()"; reason: unused.
Removed service ".service_locator.sh45szd"; reason: unused.
Removed service ".service_locator.sh45szd.App\Api\Controller\GlobalConstants\IndexAction::__invoke()"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.icAHgqM"; reason: unused.
Removed service ".service_locator.zfRA4vz"; reason: unused.
Removed service ".service_locator.HlhG04S"; reason: unused.
Removed service ".service_locator..xYP7c8"; reason: unused.
668
Inlined service "nyholm.psr7.psr17_factory" to "Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory".
Inlined service "nyholm.psr7.psr17_factory" to "Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory".
Inlined service "nyholm.psr7.psr17_factory" to "Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory".
Inlined service "nyholm.psr7.psr17_factory" to "Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory".
Inlined service "form_handler.form_handler" to "App\API\ArgumentResolver\CitiesByPostalCodeQueryArgumentResolver".
Inlined service "App\API\CQRS\Factory\Query\CitiesByPostalCodeQueryFactory" to "App\API\ArgumentResolver\CitiesByPostalCodeQueryArgumentResolver".
Inlined service "App\API\CQRS\Factory\Query\StreetsByCityQueryFactory" to "App\API\ArgumentResolver\StreetsByCityQueryArgumentResolver".
Inlined service "App\API\Handler\DomainConfigHandler" to "App\API\Command\DomainConfigCommand".
Inlined service "App\API\Factory\DomainConfigResultDTOFactory" to "App\API\Command\DomainConfigCommand".
Inlined service "App\API\Factory\TariffFilterFactory" to "App\API\Command\FilterTariffsCommand".
Inlined service "App\API\Handler\AddressFilterFilterHandler" to "App\API\Command\FilterTariffsCommand".
Inlined service "App\API\Command\DomainConfigCommand" to "App\API\Controller\DomainConfig\DomainConfigAction".
Inlined service "App\API\Command\FilterTariffsCommand" to "App\API\Controller\Tariff\FilteredAction".
Inlined service "App\API\Command\TrustpilotInvitationCommand" to "App\API\Controller\Trustpilot\TrustpilotInvitationAction".
Inlined service "App\API\Factory\TariffResultFactory" to "App\API\Normalizer\TariffResultNormalizer".
Inlined service "App\API\Query\ElasticaFilterQuery" to "App\API\Provider\ElasticaFilteredProvider".
Inlined service "App\API\Factory\ProviderAggregationResultFactory" to "App\API\Provider\ElasticaFilteredProvider".
Inlined service "App\API\Factory\TariffFilterResultFactory" to "App\API\Provider\ElasticaFilteredProvider".
Inlined service "App\API\Query\PostSort" to "App\API\Provider\ElasticaFilteredProvider".
Inlined service "App\API\Normalizer\TariffResultNormalizer" to "App\API\Provider\ElasticaFilteredProvider".
Inlined service "App\API\Query\ElasticaFilterQueryRepository" to "App\API\Query\ElasticaFilterQuery".
Inlined service "App\API\Query\Query\ConnectionTypesPart" to "App\API\Query\ElasticaFilterQueryRepository".
Inlined service "App\API\Query\Query\SpeedThrottlingPart" to "App\API\Query\ElasticaFilterQueryRepository".
Inlined service "App\API\Query\Filter\ActivePart" to "App\API\Query\ElasticaFilterQueryRepository".
Inlined service "App\API\Query\Filter\AreaCodePart" to "App\API\Query\ElasticaFilterQueryRepository".
Inlined service "App\API\Query\Filter\AvailabilityCheckTariffsPart" to "App\API\Query\ElasticaFilterQueryRepository".
Inlined service "App\API\Query\Filter\ConfigPart" to "App\API\Query\ElasticaFilterQueryRepository".
Inlined service "App\API\Query\Filter\CurrentContractPart" to "App\API\Query\ElasticaFilterQueryRepository".
Inlined service "App\API\Query\Filter\DownloadSpeedPart" to "App\API\Query\ElasticaFilterQueryRepository".
Inlined service "App\API\Query\Filter\ExtraOptionsPart" to "App\API\Query\ElasticaFilterQueryRepository".
Inlined service "App\API\Query\Filter\FlatRatesPart" to "App\API\Query\ElasticaFilterQueryRepository".
Inlined service "App\API\Query\Filter\FormerProviderPart" to "App\API\Query\ElasticaFilterQueryRepository".
Inlined service "App\API\Query\Filter\IsDefaultPart" to "App\API\Query\ElasticaFilterQueryRepository".
Inlined service "App\API\Query\Filter\MinimumContractTimePart" to "App\API\Query\ElasticaFilterQueryRepository".
Inlined service "App\API\Query\Filter\Part" to "App\API\Query\ElasticaFilterQueryRepository".
Inlined service "App\API\Query\Filter\PredefinedPart" to "App\API\Query\ElasticaFilterQueryRepository".
Inlined service "App\API\Query\Filter\ProvidersPart" to "App\API\Query\ElasticaFilterQueryRepository".
Inlined service "App\API\Query\Filter\YoungPeoplePart" to "App\API\Query\ElasticaFilterQueryRepository".
Inlined service "App\API\Query\Sort\SortCalculatedPricePart" to "App\API\Query\ElasticaFilterQueryRepository".
Inlined service "App\API\Query\Sort\SortDownloadSpeedPart" to "App\API\Query\ElasticaFilterQueryRepository".
Inlined service "App\API\Query\Sort\SortMonthlyPricePart" to "App\API\Query\ElasticaFilterQueryRepository".
Inlined service "App\API\Query\Sort\SortRecommendationPart" to "App\API\Query\ElasticaFilterQueryRepository".
Inlined service "App\API\Query\PostSort\RecommendationPostSort" to "App\API\Query\PostSort".
Inlined service "App\API\Provider\FormerProviderProvider" to "App\API\Transformer\TariffRepresentationTransformer".
Inlined service "App\API\Normalizer\TariffContractNormalizer" to "App\API\Transformer\TariffRepresentationTransformer".
Inlined service "App\API\Normalizer\TariffDetailsNormalizer" to "App\API\Transformer\TariffRepresentationTransformer".
Inlined service "App\API\Normalizer\TariffExtraPriceNormalizer" to "App\API\Transformer\TariffRepresentationTransformer".
Inlined service "App\AddressData\DataSources\GetStreetNamesByCityInterface" to "App\AddressData\DataSources\DoctrineCachedGetStreetsByCity".
Inlined service "App\AddressData\DataSources\DoctrineGetCitiesByPostalCodeFragment" to "App\AddressData\DataSources\GetCitiesFromDbOrApi".
Inlined service "App\AddressData\DataSources\Spectrum8\GetCityNamesByPostalCode" to "App\AddressData\DataSources\GetCitiesFromDbOrApi".
Inlined service "App\AddressData\DataSources\DoctrinePersistCitiesPostalCodes" to "App\AddressData\DataSources\GetCitiesFromDbOrApi".
Inlined service "App\AddressData\DataSources\DoctrinePersistEmptyPostalCode" to "App\AddressData\DataSources\GetCitiesFromDbOrApi".
Inlined service "App\AddressData\DataSources\DoctrineCheckIfPostalCodeIsEmpty" to "App\AddressData\DataSources\GetCitiesFromDbOrApi".
Inlined service "App\AddressData\DataSources\DoctrineGetCityById" to "App\AddressData\DataSources\GetStreetsByCityId".
Inlined service "App\AddressData\DataSources\DoctrineCachedGetStreetsByCity" to "App\AddressData\DataSources\GetStreetsByCityId".
Inlined service "App\Service\CacheService" to "App\Availability\DataSources\CheckOfferAvailabilityForAddressByProvidersId".
Inlined service "App\Availability\DataSources\GetTariffsByPartnerId" to "App\Availability\DataSources\GetDefaultTariffsByPartnerCached".
Inlined service "App\Availability\DataSources\Spectrum8\GetProductsFromAvailabilityRequest" to "App\Availability\DataSources\Spectrum8\DoctrineDatabaseOfferAvailabilityCheck".
Inlined service "App\Factory\TariffVariantFactory" to "App\Builder\TariffVariantBuilder".
Inlined service "App\GlobalConstants\Registry\ConstantCalculatorRegistry" to "App\CQRS\Handler\GlobalConstantsQueryHandler".
Inlined service "App\Factory\TariffPartnerMatrixFactory" to "App\CQRS\Handler\TariffPartnerConfigQueryHandler".
Inlined service "App\Factory\TariffPartnerFactory" to "App\CQRS\Handler\ToggleTariffPartnerCommandHandler".
Inlined service "App\CQRS\Query\TariffPartnerConfigQuery" to "App\Controller\Action\TariffPartnerIndex".
Inlined service "App\CQRS\Query\TariffProviderQuery" to "App\Controller\Action\TariffPartnerIndex".
Inlined service "App\CQRS\Query\PartnersQuery" to "App\Controller\Action\TariffPartnerIndex".
Inlined service "cqrs.bus.command" to "App\Controller\Action\Xhr\ToggleTariffPartnerAction".
Inlined service ".service_locator.HDwGHIY.App\Controller\Action\Xhr\ToggleTariffPartnerAction" to "App\Controller\Action\Xhr\ToggleTariffPartnerAction".
Inlined service ".service_locator.GpPkdQc.App\Controller\AdditionalFieldController" to "App\Controller\AdditionalFieldController".
Inlined service ".service_locator.GpPkdQc.App\Controller\AdminAbstractController" to "App\Controller\AdminAbstractController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Api\CheckTariffAvailabilityByProviderController" to "App\Controller\Api\CheckTariffAvailabilityByProviderController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Api\CheckTariffAvailabilityForTelekom" to "App\Controller\Api\CheckTariffAvailabilityForTelekom".
Inlined service "App\Builder\Payload\EeccDocumentPayloadBuilder" to "App\Controller\Api\GenerateEeccDocumentController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Api\GenerateEeccDocumentController" to "App\Controller\Api\GenerateEeccDocumentController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Api\GetBankNumberInfoController" to "App\Controller\Api\GetBankNumberInfoController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Api\GetCitiesController" to "App\Controller\Api\GetCitiesController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Api\GetConversionValueController" to "App\Controller\Api\GetConversionValueController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Api\GetCustomerSupportInfoController" to "App\Controller\Api\GetCustomerSupportInfoController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Api\GetFormerProvidersController" to "App\Controller\Api\GetFormerProvidersController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Api\GetHotlineNumberController" to "App\Controller\Api\GetHotlineNumberController".
Inlined service "App\Service\GetLandLineAreaCodesCached" to "App\Controller\Api\GetLandlineAreaCodesController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Api\GetLandlineAreaCodesController" to "App\Controller\Api\GetLandlineAreaCodesController".
Inlined service "App\Factory\OrderFactory" to "App\Controller\Api\GetOrderCostController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Api\GetOrderCostController" to "App\Controller\Api\GetOrderCostController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Api\GetOrderPageDataController" to "App\Controller\Api\GetOrderPageDataController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Api\GetOrderPlacementOptionsController" to "App\Controller\Api\GetOrderPlacementOptionsController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Api\GetOrderSummaryPageDataController" to "App\Controller\Api\GetOrderSummaryPageDataController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Api\GetPossibleAdditionalOptionsController" to "App\Controller\Api\GetPossibleAdditionalOptionsController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Api\GetProvidersController" to "App\Controller\Api\GetProvidersController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Api\GetSplittestConfigController" to "App\Controller\Api\GetSplittestConfigController".
Inlined service ".service_locator.HDwGHIY.App\Controller\Api\GetStreetsController" to "App\Controller\Api\GetStreetsController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Api\GetTariffInfoController" to "App\Controller\Api\GetTariffInfoController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Api\GetTariffInfoPageDataController" to "App\Controller\Api\GetTariffInfoPageDataController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Api\GetTariffListPageDataController" to "App\Controller\Api\GetTariffListPageDataController".
Inlined service "App\Availability\DataSources\Spectrum8\DoctrineDatabaseOfferAvailabilityCheck" to "App\Controller\Api\GetTariffsByIdsController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Api\GetTariffsByIdsController" to "App\Controller\Api\GetTariffsByIdsController".
Inlined service "App\Availability\DataSources\GetDefaultTariffsByPartnerCached" to "App\Controller\Api\GetTariffsController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Api\GetTariffsController" to "App\Controller\Api\GetTariffsController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Api\GetTooltipController" to "App\Controller\Api\GetTooltipController".
Inlined service "App\AddressData\DataSources\GetStreetsByCityIdCached" to "App\Controller\Api\IsAddressValidController".
Inlined service ".service_locator.HDwGHIY.App\Controller\Api\IsAddressValidController" to "App\Controller\Api\IsAddressValidController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Api\IsPhoneNumberValidController" to "App\Controller\Api\IsPhoneNumberValidController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Api\PhonenumbersubmitController" to "App\Controller\Api\PhonenumbersubmitController".
Inlined service "App\Manager\OrderManager" to "App\Controller\Api\PlaceOrderController".
Inlined service "App\Builder\Payload\PlaceOrderPayloadBuilder" to "App\Controller\Api\PlaceOrderController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Api\PlaceOrderController" to "App\Controller\Api\PlaceOrderController".
Inlined service "App\Helpers\TrustpilotHelper" to "App\Controller\Api\Trustpilot\TrustpilotController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Api\Trustpilot\TrustpilotController" to "App\Controller\Api\Trustpilot\TrustpilotController".
Inlined service "App\Builder\Payload\UploadCashbackBuilder" to "App\Controller\Api\UploadCashbackController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Api\UploadCashbackController" to "App\Controller\Api\UploadCashbackController".
Inlined service "App\Factory\AreaCodeBlockFactory" to "App\Controller\AreaCodesBlockController".
Inlined service ".service_locator.GpPkdQc.App\Controller\AreaCodesBlockController" to "App\Controller\AreaCodesBlockController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Bonus2ExportController" to "App\Controller\Bonus2ExportController".
Inlined service ".service_locator.HDwGHIY.App\Controller\Bonus2UploadController" to "App\Controller\Bonus2UploadController".
Inlined service ".service_locator.GpPkdQc.App\Controller\CacheController" to "App\Controller\CacheController".
Inlined service ".service_locator.GpPkdQc.App\Controller\CalculatingPricesController" to "App\Controller\CalculatingPricesController".
Inlined service ".service_locator.GpPkdQc.App\Controller\CancellationRateController" to "App\Controller\CancellationRateController".
Inlined service ".service_locator.GpPkdQc.App\Controller\CashbackController" to "App\Controller\CashbackController".
Inlined service ".service_locator.GpPkdQc.App\Controller\CashbackMailTemplateController" to "App\Controller\CashbackMailTemplateController".
Inlined service ".service_locator.GpPkdQc.App\Controller\CashbackRedemptionRateController" to "App\Controller\CashbackRedemptionRateController".
Inlined service ".service_locator.HDwGHIY.App\Controller\CashbackStatusController" to "App\Controller\CashbackStatusController".
Inlined service ".service_locator.GpPkdQc.App\Controller\CashbackTariffController" to "App\Controller\CashbackTariffController".
Inlined service ".service_locator.HDwGHIY.App\Controller\CommissionUploadController" to "App\Controller\CommissionUploadController".
Inlined service "App\Availability\DataSources\Congstar\GetTariffForAddressData" to "App\Controller\Congstar\AvailabilityController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Congstar\AvailabilityController" to "App\Controller\Congstar\AvailabilityController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Dashboard2Controller" to "App\Controller\Dashboard2Controller".
Inlined service "App\Factory\DomainConfigFactory" to "App\Controller\DomainConfigController".
Inlined service ".service_locator.GpPkdQc.App\Controller\DomainConfigController" to "App\Controller\DomainConfigController".
Inlined service "App\Availability\DataSources\EinsUndEins\GetTariffForAddressData" to "App\Controller\EinsUndEins\AvailabilityController".
Inlined service ".service_locator.GpPkdQc.App\Controller\EinsUndEins\AvailabilityController" to "App\Controller\EinsUndEins\AvailabilityController".
Inlined service "App\Availability\DataSources\EinsUndEinsIsa\GetTariffForAddressData" to "App\Controller\EinsUndEinsIsa\AvailabilityController".
Inlined service ".service_locator.GpPkdQc.App\Controller\EinsUndEinsIsa\AvailabilityController" to "App\Controller\EinsUndEinsIsa\AvailabilityController".
Inlined service ".service_locator.GpPkdQc.App\Controller\ExportController" to "App\Controller\ExportController".
Inlined service ".service_locator.GpPkdQc.App\Controller\ExternalProviderIdsController" to "App\Controller\ExternalProviderIdsController".
Inlined service ".service_locator.GpPkdQc.App\Controller\FilterController" to "App\Controller\FilterController".
Inlined service ".service_locator.GpPkdQc.App\Controller\FormerProviderController" to "App\Controller\FormerProviderController".
Inlined service ".service_locator.GpPkdQc.App\Controller\IndexController" to "App\Controller\IndexController".
Inlined service ".service_locator.GpPkdQc.App\Controller\LeadallianceExportController" to "App\Controller\LeadallianceExportController".
Inlined service ".service_locator.GpPkdQc.App\Controller\LogController" to "App\Controller\LogController".
Inlined service ".service_locator.GpPkdQc.App\Controller\LoyalityBonusRateController" to "App\Controller\LoyalityBonusRateController".
Inlined service ".service_locator.GpPkdQc.App\Controller\LoyalityBonusTariffController" to "App\Controller\LoyalityBonusTariffController".
Inlined service ".service_locator.GpPkdQc.App\Controller\MailQueueController" to "App\Controller\MailQueueController".
Inlined service "App\Availability\DataSources\Netaachen\GetTariffForAddressData" to "App\Controller\Netaachen\AvailabilityController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Netaachen\AvailabilityController" to "App\Controller\Netaachen\AvailabilityController".
Inlined service "App\Availability\DataSources\Netcologne\GetTariffForAddressData" to "App\Controller\Netcologne\AvailabilityController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Netcologne\AvailabilityController" to "App\Controller\Netcologne\AvailabilityController".
Inlined service "App\Factory\OfflineConversionsConfigFactory" to "App\Controller\OfflineConversionsConfigController".
Inlined service ".service_locator.GpPkdQc.App\Controller\OfflineConversionsConfigController" to "App\Controller\OfflineConversionsConfigController".
Inlined service ".service_locator.GpPkdQc.App\Controller\OptionCategoryController" to "App\Controller\OptionCategoryController".
Inlined service ".service_locator.GpPkdQc.App\Controller\OptionController" to "App\Controller\OptionController".
Inlined service "App\Helpers\OrderCustomerhelper" to "App\Controller\OrderController".
Inlined service ".service_locator.GpPkdQc.App\Controller\OrderController" to "App\Controller\OrderController".
Inlined service "App\Availability\DataSources\PYUR\GetTariffForAddressData" to "App\Controller\PYUR\AvailabilityController".
Inlined service ".service_locator.GpPkdQc.App\Controller\PYUR\AvailabilityController" to "App\Controller\PYUR\AvailabilityController".
Inlined service ".service_locator.GpPkdQc.App\Controller\PartnerController" to "App\Controller\PartnerController".
Inlined service ".service_locator.GpPkdQc.App\Controller\PromoImageController" to "App\Controller\PromoImageController".
Inlined service ".service_locator.GpPkdQc.App\Controller\ProviderApiAssigmentController" to "App\Controller\ProviderApiAssigmentController".
Inlined service ".service_locator.GpPkdQc.App\Controller\ProviderController" to "App\Controller\ProviderController".
Inlined service ".service_locator.GpPkdQc.App\Controller\RoleController" to "App\Controller\RoleController".
Inlined service "security.authentication_utils" to "App\Controller\SecurityController".
Inlined service ".service_locator.GpPkdQc.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service ".service_locator.GpPkdQc.App\Controller\SplittestConfigController" to "App\Controller\SplittestConfigController".
Inlined service ".service_locator.GpPkdQc.App\Controller\StatisticController" to "App\Controller\StatisticController".
Inlined service "App\Helpers\Tariffhelper" to "App\Controller\TariffController".
Inlined service ".service_locator.GpPkdQc.App\Controller\TariffController" to "App\Controller\TariffController".
Inlined service "App\Availability\DataSources\Telefonica\GetTariffForAddressData" to "App\Controller\Telefonica\AvailabilityController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Telefonica\AvailabilityController" to "App\Controller\Telefonica\AvailabilityController".
Inlined service "App\Availability\DataSources\Telekom\GetTariffForAddressData" to "App\Controller\Telekom\AvailabilityController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Telekom\AvailabilityController" to "App\Controller\Telekom\AvailabilityController".
Inlined service ".service_locator.GpPkdQc.App\Controller\TermController" to "App\Controller\TermController".
Inlined service ".service_locator.GpPkdQc.App\Controller\TooltipController" to "App\Controller\TooltipController".
Inlined service ".service_locator.GpPkdQc.App\Controller\TrackingLinkController" to "App\Controller\TrackingLinkController".
Inlined service "App\Service\User\UserPhotoUploader" to "App\Controller\UserController".
Inlined service ".service_locator.GpPkdQc.App\Controller\UserController" to "App\Controller\UserController".
Inlined service "App\Availability\DataSources\Vodafone\GetTariffForAddressData" to "App\Controller\Vodafone\AvailabilityController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Vodafone\AvailabilityController" to "App\Controller\Vodafone\AvailabilityController".
Inlined service "App\Availability\DataSources\Vodafonedirect\GetTariffForAddressData" to "App\Controller\Vodafonedirect\AvailabilityController".
Inlined service ".service_locator.GpPkdQc.App\Controller\Vodafonedirect\AvailabilityController" to "App\Controller\Vodafonedirect\AvailabilityController".
Inlined service ".service_locator.GpPkdQc.App\Controller\WorklogController" to "App\Controller\WorklogController".
Inlined service "security.helper" to "App\EventListener\AdminPermissionsListener".
Inlined service "App\Factory\BackofficeCustomerExportFactory" to "App\Factory\BackofficeOrderExportFactory".
Inlined service "App\Factory\BackofficeUserInfoExportFactory" to "App\Factory\BackofficeOrderExportFactory".
Inlined service "App\Factory\BackofficeOrderBankAccountDetailsFactory" to "App\Factory\BackofficeOrderExportFactory".
Inlined service "App\Factory\BackofficeOrderTariffExportFactory" to "App\Factory\BackofficeOrderExportFactory".
Inlined service "App\Factory\BackofficeOrderPartnerExportFactory" to "App\Factory\BackofficeOrderExportFactory".
Inlined service "App\Factory\BackofficeOrderPricingExportFactory" to "App\Factory\BackofficeOrderExportFactory".
Inlined service "App\Factory\BackofficeTariffProviderExportFactory" to "App\Factory\BackofficeOrderTariffExportFactory".
Inlined service "App\Factory\BookedOrderOptionFactory" to "App\Factory\OrderFactory".
Inlined service "App\GlobalConstants\Calculator\GlobalCashbackMaximumCalculator" to "App\GlobalConstants\Registry\ConstantCalculatorRegistry".
Inlined service "App\GlobalConstants\Calculator\GlobalLowestTariffPrice" to "App\GlobalConstants\Registry\ConstantCalculatorRegistry".
Inlined service "App\GlobalConstants\Calculator\GlobalMaximumSavingsCalculator" to "App\GlobalConstants\Registry\ConstantCalculatorRegistry".
Inlined service "App\GlobalConstants\Calculator\GlobalMaximumSavingsPercentageCalculator" to "App\GlobalConstants\Registry\ConstantCalculatorRegistry".
Inlined service "App\GlobalConstants\Calculator\ProviderCashbackMaximumCalculator" to "App\GlobalConstants\Registry\ConstantCalculatorRegistry".
Inlined service "App\GlobalConstants\Calculator\ProviderLowestTariffPrice" to "App\GlobalConstants\Registry\ConstantCalculatorRegistry".
Inlined service "App\GlobalConstants\Calculator\ProviderMaximumSavingsCalculator" to "App\GlobalConstants\Registry\ConstantCalculatorRegistry".
Inlined service "App\GlobalConstants\Calculator\ProviderMaximumSavingsPercentageCalculator" to "App\GlobalConstants\Registry\ConstantCalculatorRegistry".
Inlined service "GuzzleHttp\Client" to "App\Helpers\TrustpilotHelper".
Inlined service "App\Factory\IndexingScheduleFactory" to "App\Manager\IndexingScheduleManager".
Inlined service "App\Builder\TariffVariantBuilder" to "App\Provider\TariffVariantProvider".
Inlined service "App\Factory\BackofficeOrderExportFactory" to "App\Service\BackofficeClient".
Inlined service "backoffice_guzzle_client" to "App\Service\BackofficeClient".
Inlined service "App\Helpers\PriceCalculator\PriceCalculatorHelper" to "App\Service\PriceCalculator".
Inlined service "App\API\Checker\Trustpilot\TrustpilotConfigChecker" to "App\Service\Trustpilot\TrustpilotService".
Inlined service "App\AddressData\DataSources\GetCitiesFromDbOrApi" to "App\AddressData\DataSources\GetCitiesByPostalCodeFragmentInterface".
Inlined service "App\AddressData\DataSources\Spectrum8\GetStreetsNamesByCity" to "App\AddressData\DataSources\GetStreetNamesByCityInterface".
Inlined service "App\Availability\DataSources\Spectrum8\CheckOfferAvailabilityForAddress" to "App\Availability\DataSources\CheckOfferAvailabilityForAddressInterface".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.nqEKT7G" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.YDYHnos" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.6KVxCv0" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.kvOAK9B.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.pKCuUXf" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.LiNhGEY" to "router.expression_language_provider".
Inlined service ".service_locator.mFBT25N.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.number" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.translatable" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.MQ2K9ka" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.uqa7L6Y" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.xapm37H" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.WngBY4z" to "messenger.routable_message_bus".
Inlined service "messenger.transport.native_php_serializer" to "messenger.transport.sync".
Inlined service "messenger.transport_factory" to "messenger.transport.sync".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "jms_serializer.data_collector" to "profiler".
Inlined service "fos_elastica.data_collector" to "profiler".
Inlined service "MobileDetectBundle\DataCollector\DeviceDataCollector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service ".service_locator.0NioFko" to "profiler.state_checker".
Inlined service "profiler.state_checker" to "profiler.is_disabled_state_checker".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "jms_serializer.twig_extension.runtime_serializer" to "twig".
Inlined service "Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension" to "twig".
Inlined service "Sentry\SentryBundle\Twig\SentryExtension" to "twig".
Inlined service "MobileDetectBundle\Twig\Extension\MobileDetectExtension" to "twig".
Inlined service ".twig.extension.App\Twig\AppExtension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.3DrAUl_.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.TkEg4cH" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.Ab97ROa" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.4PES_R9" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service ".service_locator.1mjVCan" to "security.token_storage".
Inlined service ".service_locator.rAuPNI6" to "security.helper".
Inlined service ".service_locator.4vT0Jxw" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service ".security.request_matcher.v.QWPsG" to "security.access_map".
Inlined service ".security.request_matcher.D6ZIYEU" to "security.access_map".
Inlined service ".security.request_matcher.0tMb.ud" to "security.access_map".
Inlined service ".security.request_matcher.CzHZFqr" to "security.access_map".
Inlined service ".security.request_matcher.CUT5vng" to "security.access_map".
Inlined service ".security.request_matcher._cwfQeh" to "security.access_map".
Inlined service ".security.request_matcher.2tiuT2d" to "security.access_map".
Inlined service ".security.request_matcher.mms83Bb" to "security.access_map".
Inlined service ".security.request_matcher.wBdNbVi" to "security.access_map".
Inlined service ".security.request_matcher.8GF.pwL" to "security.access_map".
Inlined service ".security.request_matcher.CUDSgej" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.kQIRvor" to ".security.request_matcher.gOpgIHx".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "Symfony\Bridge\Doctrine\Security\RememberMe\DoctrineTokenProvider" to "security.authenticator.remember_me_handler.main".
Inlined service "security.remember_me.token_verifier.main" to "security.authenticator.remember_me_handler.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.WIpCngH" to ".security.request_matcher.v.QWPsG".
Inlined service ".security.request_matcher.wyLy_Lm" to ".security.request_matcher.D6ZIYEU".
Inlined service ".security.request_matcher.3qgJVJN" to ".security.request_matcher.0tMb.ud".
Inlined service ".security.request_matcher.BCjTFjb" to ".security.request_matcher.CzHZFqr".
Inlined service ".security.request_matcher.st.xHqi" to ".security.request_matcher.CUT5vng".
Inlined service ".security.request_matcher.n7cc2de" to ".security.request_matcher._cwfQeh".
Inlined service ".security.request_matcher.LPo8rkl" to ".security.request_matcher.2tiuT2d".
Inlined service ".security.request_matcher.TZxItrr" to ".security.request_matcher.mms83Bb".
Inlined service ".security.request_matcher.Xc8RCBs" to ".security.request_matcher.wBdNbVi".
Inlined service ".security.request_matcher.mGY1CWz" to ".security.request_matcher.8GF.pwL".
Inlined service ".security.request_matcher.SbN0Tkg" to ".security.request_matcher.CUDSgej".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service ".service_locator.lEUGOB7" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".service_locator.MXLal1R" to "webpack_encore.twig_entry_files_extension".
Inlined service "jms_serializer.event_dispatcher.service_locator" to "jms_serializer.event_dispatcher".
Inlined service "jms_serializer.metadata.doctrine_type_driver.inner" to "jms_serializer.metadata.doctrine_type_driver".
Inlined service "jms_serializer.metadata.doctrine_type_driver" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.metadata.service_locator" to "jms_serializer.metadata.lazy_loading_driver".
Inlined service "jms_serializer.doctrine_object_constructor.inner" to "jms_serializer.doctrine_object_constructor".
Inlined service "jms_serializer.doctrine_object_constructor" to "jms_serializer.deserialization_graph_navigator_factory".
Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
Inlined service "jms_serializer.traceable_metadata_factory.inner" to "jms_serializer.traceable_metadata_factory".
Inlined service "jms_serializer.traceable_handler_registry.inner" to "jms_serializer.traceable_handler_registry".
Inlined service "jms_serializer.metadata.traceable_file_locator.inner" to "jms_serializer.metadata.traceable_file_locator".
Inlined service "App\API\Transformer\BulletPointRepresentationTransformer" to "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface".
Inlined service "App\API\Transformer\CityCollectionModelTransformer" to "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface".
Inlined service "App\API\Transformer\CityRepresentationTransformer" to "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface".
Inlined service "App\API\Transformer\DomainConfigModelRepresentation" to "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface".
Inlined service "App\API\Transformer\ElasticTariffFilterResultTransformer" to "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface".
Inlined service "App\API\Transformer\ProviderAggregationResultTransformer" to "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface".
Inlined service "App\API\Transformer\ProviderRepresentationTransformer" to "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface".
Inlined service "App\API\Transformer\StreetCollectionModelTransformer" to "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface".
Inlined service "App\API\Transformer\StreetRepresentationTransformer" to "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface".
Inlined service "App\API\Transformer\TariffContractRepresentationTransformer" to "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface".
Inlined service "App\API\Transformer\TariffDetailsRepresentationTransformer" to "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface".
Inlined service "App\API\Transformer\TariffExtraPriceRepresentationTransformer" to "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface".
Inlined service "App\API\Transformer\TariffFilterRepresentationTransformer" to "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface".
Inlined service "App\API\Transformer\TariffFilterResultTransformer" to "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface".
Inlined service "App\API\Transformer\TariffRepresentationTransformer" to "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface".
Inlined service "App\Transformer\CalculationResultRepresentationTransformer" to "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface".
Inlined service "App\Transformer\TarifPartnerRepresentationTransformer" to "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface".
Inlined service "App\API\Transformer\Scope\ElasticTariffBulletPointsTransformerScope" to "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface".
Inlined service "App\API\Transformer\Scope\ElasticTariffContractDataTransformerScope" to "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface".
Inlined service "App\API\Transformer\Scope\ElasticTariffCostsNoCashbackTransformerScope" to "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface".
Inlined service "App\API\Transformer\Scope\ElasticTariffCostsTransformerScope" to "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface".
Inlined service "App\API\Transformer\Scope\ElasticTariffExtraPriceTransformerScope" to "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface".
Inlined service "App\API\Transformer\Scope\ElasticTariffPriceTransformerScope" to "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface".
Inlined service "App\API\Transformer\Scope\ElasticTariffPromoImageTransformerScope" to "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface".
Inlined service "App\API\Transformer\Scope\TariffBulletPointsTransformerScope" to "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface".
Inlined service "App\API\Transformer\Scope\TariffContractDataTransformerScope" to "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface".
Inlined service "App\API\Transformer\Scope\TariffCostsNoCashbackTransformerScope" to "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface".
Inlined service "App\API\Transformer\Scope\TariffCostsTransformerScope" to "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface".
Inlined service "App\API\Transformer\Scope\TariffExtraPriceTransformerScope" to "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface".
Inlined service "App\API\Transformer\Scope\TariffPriceTransformerScope" to "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface".
Inlined service "App\API\Transformer\Scope\TariffPromoImageTransformerScope" to "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface".
Inlined service "App\Bundle\ApiBundle\Repository\TransformerRepositoryInterface" to "App\Bundle\ApiBundle\Transformer\TransformerInterface".
Inlined service "App\Bundle\ApiBundle\Context\SerializationGroupsResolverInterface" to "te_api.view.view_handler".
Inlined service "App\Bundle\ApiBundle\Context\TransformationContextResolverInterface" to "te_api.view.view_handler".
Inlined service "form_handler.errors_extractor" to "form_handler.form_handler".
Inlined service "sentry.client" to "Sentry\State\HubInterface".
Inlined service "Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory" to "Sentry\Integration\RequestFetcherInterface".
Inlined service "Sentry\SentryBundle\Integration\IntegrationConfigurator" to "sentry.client.options".
Inlined service "sentry.client.options" to "sentry.client".
Inlined service "sentry.client.options" to "sentry.client".
Inlined service "fos_elastica.config_source.container" to "fos_elastica.config_manager".
Inlined service "fos_elastica.config_source.template_container" to "fos_elastica.config_manager.index_templates".
Inlined service "monolog.logger.elastica" to "fos_elastica.logger".
Inlined service "fos_elastica.config_manager.index_templates" to "fos_elastica.template_resetter".
Inlined service "fos_elastica.index_template_manager" to "fos_elastica.template_resetter".
Inlined service "fos_elastica.persister_registry" to "fos_elastica.in_place_pager_persister".
Inlined service ".service_locator.NeRRWHc" to "fos_elastica.pager_persister_registry".
Inlined service ".service_locator.HRFu2D6" to "fos_elastica.persister_registry".
Inlined service ".service_locator.qGNjKTe" to "fos_elastica.pager_provider_registry".
Inlined service "fos_elastica.pager_provider_registry" to "fos_elastica.command.populate".
Inlined service "fos_elastica.pager_persister_registry" to "fos_elastica.command.populate".
Inlined service "fos_elastica.template_resetter" to "fos_elastica.command.templates_reset".
Inlined service "fos_elastica.property_accessor" to "fos_elastica.model_to_elastica_transformer.tariff_variants".
Inlined service "fos_elastica.model_to_elastica_transformer.tariff_variants" to "fos_elastica.object_persister.tariff_variants".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service ".service_locator.UvGNsa1" to ".service_locator.UvGNsa1.App\Controller\Api\GetOrderPlacementOptionsController::getOrderPlacementOptions()".
Inlined service ".service_locator.Y1XtdDG" to ".service_locator.Y1XtdDG.App\Controller\Api\GetPossibleAdditionalOptionsController::getPossibleAdditionalOptions()".
Inlined service ".service_locator.H9qjuga" to ".service_locator.H9qjuga.App\Controller\Api\GetProvidersController::getProviders()".
Inlined service ".service_locator.rkv0nhn" to ".service_locator.rkv0nhn.App\Controller\CashbackMailTemplateController::index()".
Inlined service ".service_locator.BrW0N99" to ".service_locator.BrW0N99.App\Controller\FilterController::edit()".
Inlined service ".service_locator.mJe4j10" to ".service_locator.mJe4j10.App\Controller\FormerProviderController::delete()".
Inlined service ".service_locator.gipoMxT" to ".service_locator.gipoMxT.App\Controller\LogController::index()".
Inlined service ".service_locator.Cm4kWpt" to ".service_locator.Cm4kWpt.App\Controller\MailQueueController::send()".
Inlined service ".service_locator.1wsvo8I" to ".service_locator.1wsvo8I.App\Controller\OptionController::getOptionsForCategory()".
Inlined service ".service_locator.216eyAR" to ".service_locator.216eyAR.App\Controller\OrderController::export()".
Inlined service ".service_locator.vzOJZL." to ".service_locator.vzOJZL..App\Controller\ProviderApiAssigmentController::delete()".
Inlined service ".service_locator.TIOkoXo" to ".service_locator.TIOkoXo.App\Controller\ProviderController::new()".
Inlined service ".service_locator.BO45zk6" to ".service_locator.BO45zk6.App\Controller\TermController::submitForm()".
Inlined service ".service_locator.5fP3ANl" to ".service_locator.5fP3ANl.App\Controller\TooltipController::delete()".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "App\API\ArgumentResolver\CitiesByPostalCodeQueryArgumentResolver" to ".debug.value_resolver.App\API\ArgumentResolver\CitiesByPostalCodeQueryArgumentResolver".
Inlined service "App\API\ArgumentResolver\StreetsByCityQueryArgumentResolver" to ".debug.value_resolver.App\API\ArgumentResolver\StreetsByCityQueryArgumentResolver".
Inlined service "App\Controller\ArgumentResolver\PartnersQueryResolver" to ".debug.value_resolver.App\Controller\ArgumentResolver\PartnersQueryResolver".
Inlined service "App\Controller\ArgumentResolver\TarifPartnerByTarifAndPartnerQueryResolver" to ".debug.value_resolver.App\Controller\ArgumentResolver\TarifPartnerByTarifAndPartnerQueryResolver".
Inlined service "App\Controller\ArgumentResolver\TariffPartnerConfigQueryResolver" to ".debug.value_resolver.App\Controller\ArgumentResolver\TariffPartnerConfigQueryResolver".
Inlined service "App\Controller\ArgumentResolver\TariffProviderQueryResolver" to ".debug.value_resolver.App\Controller\ArgumentResolver\TariffProviderQueryResolver".
Inlined service "App\Controller\ArgumentResolver\ToggleTarifPartnerCommandResolver" to ".debug.value_resolver.App\Controller\ArgumentResolver\ToggleTarifPartnerCommandResolver".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "command.bus.messenger.handlers_locator" to "command.bus.middleware.handle_message".
Inlined service "query.bus.messenger.handlers_locator" to "query.bus.middleware.handle_message".
Inlined service "debug.traced.query.bus.inner" to "debug.traced.query.bus".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.W55Po6X" to ".doctrine.orm.default_metadata_driver".
Inlined service "doctrine.dbal.default_regex_schema_filter" to "doctrine.dbal.default_schema_asset_filter_manager".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "sentry.tracing.dbal.connection_factory" to "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "security.access.closure_voter" to ".debug.security.voter.security.access.closure_voter".
Inlined service "security.is_csrf_token_valid_attribute_expression_language" to "controller.is_csrf_token_valid_attribute_listener".
Inlined service "cache.validator.traceable.recorder_inner" to "cache.validator.traceable".
Inlined service "cache.serializer.traceable.recorder_inner" to "cache.serializer.traceable".
Inlined service "cache.property_info.traceable.recorder_inner" to "cache.property_info.traceable".
Inlined service "cache.messenger.restart_workers_signal.traceable.recorder_inner" to "cache.messenger.restart_workers_signal.traceable".
Inlined service "cache.doctrine.orm.default.result.traceable.recorder_inner" to "cache.doctrine.orm.default.result.traceable".
Inlined service "cache.doctrine.orm.default.query.traceable.recorder_inner" to "cache.doctrine.orm.default.query.traceable".
Inlined service "cache.security_expression_language.traceable.recorder_inner" to "cache.security_expression_language.traceable".
Inlined service "cache.security_token_verifier.traceable.recorder_inner" to "cache.security_token_verifier.traceable".
Inlined service "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient.inner" to "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient".
Inlined service ".service_locator.kvOAK9B" to ".service_locator.kvOAK9B.translation.warmer".
Inlined service ".service_locator.Nf5qxrM" to ".service_locator.Nf5qxrM.router.default".
Inlined service ".service_locator.mFBT25N" to ".service_locator.mFBT25N.router.cache_warmer".
Inlined service ".service_locator.3DrAUl_" to ".service_locator.3DrAUl_.twig.template_cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.abvbC1s" to "debug.argument_resolver.inner".
Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.annotation_or_attribute_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.null_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "monolog.logger.http_client" to "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient.inner".
Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.traceable_metadata_factory.inner".
Inlined service "jms_serializer.handler_registry.service_locator" to "jms_serializer.traceable_handler_registry.inner".
Inlined service ".service_locator.WTm_nkb" to "console.command_loader".
Inlined service "cache.app.traceable.inner" to "cache.app.traceable.recorder_inner".
Inlined service "cache.system.traceable.inner" to "cache.system.traceable.recorder_inner".
Inlined service "cache.validator.traceable.inner" to "cache.validator.traceable.recorder_inner".
Inlined service "cache.serializer.traceable.inner" to "cache.serializer.traceable.recorder_inner".
Inlined service "cache.property_info.traceable.inner" to "cache.property_info.traceable.recorder_inner".
Inlined service "cache.messenger.restart_workers_signal.traceable.inner" to "cache.messenger.restart_workers_signal.traceable.recorder_inner".
Inlined service "cache.validator_expression_language.traceable.inner" to "cache.validator_expression_language.traceable.recorder_inner".
Inlined service "cache.doctrine.orm.default.result.traceable.inner" to "cache.doctrine.orm.default.result.traceable.recorder_inner".
Inlined service "cache.doctrine.orm.default.query.traceable.inner" to "cache.doctrine.orm.default.query.traceable.recorder_inner".
Inlined service "cache.security_expression_language.traceable.inner" to "cache.security_expression_language.traceable.recorder_inner".
Inlined service "cache.security_is_granted_attribute_expression_language.traceable.inner" to "cache.security_is_granted_attribute_expression_language.traceable.recorder_inner".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.traceable.inner" to "cache.security_is_csrf_token_valid_attribute_expression_language.traceable.recorder_inner".
Inlined service "cache.security_token_verifier.traceable.inner" to "cache.security_token_verifier.traceable.recorder_inner".
Inlined service "cache.webpack_encore.traceable.inner" to "cache.webpack_encore.traceable.recorder_inner".
Inlined service ".service_locator.Nf5qxrM.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.command.bus.inner" to "messenger.default_bus".
Inlined service "jms_serializer.deserialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.serialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.json_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.json_deserialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_deserialization_visitor" to "jms_serializer".
Inlined service "App\Elastica\TariffVariantToModelTransformer" to "FOS\ElasticaBundle\Finder\TransformedFinder $tariffVariantsFinder".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "cache.app.traceable.recorder_inner" to "cache.app".
Inlined service "cache.system.traceable.recorder_inner" to "cache.system".
Inlined service "cache.validator_expression_language.traceable.recorder_inner" to "cache.validator_expression_language".
Inlined service "cache.security_is_granted_attribute_expression_language.traceable.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.traceable.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service "cache.webpack_encore.traceable.recorder_inner" to "cache.webpack_encore".
Inlined service "App\GlobalConstants\Provider\GlobalConstantsStatsProvider" to "App\CQRS\Handler\GlobalConstantsQueryHandler".
Inlined service "App\GlobalConstants\Provider\GlobalConstantsStatsProvider" to "App\CQRS\Handler\GlobalConstantsQueryHandler".
Inlined service "App\GlobalConstants\Provider\GlobalConstantsStatsProvider" to "App\CQRS\Handler\GlobalConstantsQueryHandler".
Inlined service "App\GlobalConstants\Provider\GlobalConstantsStatsProvider" to "App\CQRS\Handler\GlobalConstantsQueryHandler".
Inlined service "App\GlobalConstants\Provider\GlobalConstantsStatsProvider" to "App\CQRS\Handler\GlobalConstantsQueryHandler".
Inlined service "App\GlobalConstants\Provider\GlobalConstantsStatsProvider" to "App\CQRS\Handler\GlobalConstantsQueryHandler".
Inlined service "App\GlobalConstants\Provider\GlobalConstantsStatsProvider" to "App\CQRS\Handler\GlobalConstantsQueryHandler".
Inlined service "App\GlobalConstants\Provider\GlobalConstantsStatsProvider" to "App\CQRS\Handler\GlobalConstantsQueryHandler".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "jms_serializer.identical_property_naming_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.identical_property_naming_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.identical_property_naming_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.identical_property_naming_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
7
Tag "doctrine.event_subscriber" was defined on service(s) "App\EventListener\EntityPersistElasticIndexerSubscriber", but was never used. Did you mean "kernel.event_subscriber", "doctrine.event_listener"?
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", "jms_serializer.metadata.typed_properties_driver", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", "debug.security.event_dispatcher.main", "debug.traced.query.bus", ".debug.http_client", "cache.validator.traceable", "cache.serializer.traceable", "cache.property_info.traceable", "cache.messenger.restart_workers_signal.traceable", "cache.doctrine.orm.default.result.traceable", "cache.doctrine.orm.default.query.traceable", "cache.security_expression_language.traceable", "cache.security_token_verifier.traceable", "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient", "messenger.default_bus", "event_dispatcher", "cache.app", "cache.system", "cache.validator_expression_language", "cache.security_is_granted_attribute_expression_language", "cache.security_is_csrf_token_valid_attribute_expression_language", "cache.webpack_encore", but was never used.
Tag "monolog.channel_logger" was defined on service(s) "monolog.logger", "monolog.logger.request", "monolog.logger.messenger", "monolog.logger.cache", "monolog.logger.mailer", "monolog.logger.event", "monolog.logger.security", but was never used.
Tag "jms_serializer.instance" was defined on service(s) "jms_serializer.event_dispatcher", "jms_serializer.doctrine_proxy_subscriber", "jms_serializer.stopwatch_subscriber", "jms_serializer.union_handler", "jms_serializer.array_collection_handler", "jms_serializer.constraint_violation_handler", "jms_serializer.datetime_handler", "jms_serializer.form_error_handler", "jms_serializer.iterator_handler", "jms_serializer.metadata.typed_properties_driver", "jms_serializer.metadata.cache.file_cache", "jms_serializer.twig_extension.serializer_runtime_helper", "jms_serializer.cache.cache_clearer", "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", "jms_serializer.deserialization_context_factory", "jms_serializer.serialization_context_factory", "jms_serializer", but was never used. Did you mean "jms_serializer.instance_global"?
Tag "jms_serializer.instance_global" was defined on service(s) "jms_serializer.type_parser", "jms_serializer.expression_evaluator", but was never used. Did you mean "jms_serializer.instance"?
Tag "jms_serializer.profiler" was defined on service(s) "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", but was never used. Did you mean "jms_serializer.serializer"?
Tag "fos_elastica.client" was defined on service(s) "fos_elastica.client.default", but was never used. Did you mean "fos_elastica.index"?