Error messages

This is the list of error messages, as found in die() and exit() expressions.

MessageFileLine
'This method is deprecated since Sylius 1.12 and it will be removed in Sylius 2.0. This flag should be changed only through `setCustomerWithAuthorization` method.'/src/Sylius/Component/Core/Model/Order.php488
'This method is deprecated since Sylius 1.12 and it will be removed in Sylius 2.0. Please use `isCreatedByGuest` instead.'/src/Sylius/Component/Core/Model/Order.php481
sprintf('The "%s" class is deprecated since Sylius 1.12 and will be removed in 2.0. Use "%s" instead.', self::class, FlysystemFilesystemAdapter::class, )/src/Sylius/Component/Core/Filesystem/Adapter/GaufretteFilesystemAdapter.php26
'Not passing a logger is deprecated since 1.7'/src/Sylius/Component/Core/Updater/UnpaidOrdersStateUpdater.php35
'Not passing ShippingMethodsResolverInterface explicitly is deprecated since 1.2 and will be prohibited in 2.0'/src/Sylius/Component/Core/OrderProcessing/OrderShipmentProcessor.php35
sprintf('Passing a "Sylius\Component\Core\Calculator\ProductVariantPriceCalculatorInterface" to "%s" constructor is deprecated since Sylius 1.11 and will be prohibited in 2.0. Use "Sylius\Component\Core\Calculator\ProductVariantPricesCalculatorInterface" instead.', self::class)/src/Sylius/Component/Core/OrderProcessing/OrderPricesRecalculator.php29
sprintf('Not passing a $taxationAddressResolver to %s constructor is deprecated since Sylius 1.11 and will be removed in Sylius 2.0.', self::class)/src/Sylius/Component/Core/OrderProcessing/OrderTaxesProcessor.php40
'Not passing createdByGuestFlagResolver through constructor is deprecated in Sylius 1.10.9 and it will be prohibited in Sylius 2.0'/src/Sylius/Component/Core/Cart/Context/ShopBasedCartContext.php50
'This class is deprecated since Sylius 1.12 and will be removed in 2.0. Copy these constants if you use them.'/src/Sylius/Component/Shipping/ShipmentUnitTransitions.php16
'Not passing TaxRateDateEligibilityCheckerInterface through constructor is deprecated in Sylius 1.12 and it will be prohibited in Sylius 2.0'/src/Sylius/Component/Taxation/Resolver/TaxRateResolver.php28
sprintf('This class is deprecated since Sylius 1.2 and will be removed in 2.0. "%s" should be used instead.', EligibleDefaultShippingMethodResolver::class)/src/Sylius/Component/Core/Resolver/DefaultShippingMethodResolver.php25
'Not passing adjustments types explicitly is deprecated since 1.2 and will be prohibited in 2.0'/src/Sylius/Component/Core/OrderProcessing/OrderAdjustmentsClearer.php28
'Not passing LocaleContextInterface explicitly as the second argument is deprecated since 1.4 and will be prohibited in 2.0'/src/Sylius/Bundle/LocaleBundle/Templating/Helper/LocaleHelper.php28
'Passing previous exception as the first argument is deprecated since 1.2 and will be prohibited since 2.0.'/src/Sylius/Component/Channel/Context/ChannelNotFoundException.php23
sprintf('The "%s" class is deprecated since Sylius 1.8, use "%s" instead.', 'Sylius\Component\Shipping\Checker\ShippingMethodEligibilityChecker', 'Sylius\Component\Shipping\Checker\Eligibility\CompositeShippingMethodEligibilityChecker')/src/Sylius/Component/Shipping/Checker/ShippingMethodEligibilityChecker.php19
sprintf('The "%s" interface is deprecated since Sylius 1.8, use "%s" instead.', ShippingMethodEligibilityCheckerInterface::class, NewShippingMethodEligibilityCheckerInterface::class)/src/Sylius/Component/Shipping/Checker/ShippingMethodEligibilityCheckerInterface.php21
sprintf('Passing a "Sylius\Bundle\ShippingBundle\Provider\DateTimeProvider" to "%s" constructor is deprecated since Sylius 1.11 and will be prohibited in 2.0. Use "Sylius\Calendar\Provider\DateTimeProviderInterface" instead.', self::class)/src/Sylius/Bundle/ShippingBundle/Assigner/ShippingDateAssigner.php26
'The "TestAppKernel" class located at "app/TestAppKernel.php" is deprecated since Sylius 1.3. Use "Kernel" class located at "src/Kernel.php" instead.'/app/TestAppKernel.php18
'Importing files from Sylius/Sylius\'s "app/config" directory is deprecated since Sylius 1.3.'/app/config/_routing_deprecation.php20
sprintf('Not passing an $imagePathGenerator to %s constructor is deprecated since Sylius 1.6 and will be not possible in Sylius 2.0.', self::class, )/src/Sylius/Component/Core/Uploader/ImageUploader.php51
'Not passing CommandBasedContextCheckedInterface explicitly as the third argument is deprecated since 1.11 and will be prohibited in 2.0.'/src/Sylius/Component/Core/Translation/TranslatableEntityLocaleAssigner.php32
'Importing files from Sylius/Sylius\'s "app/config" directory is deprecated since Sylius 1.3.'/app/config/_container_deprecation.php18
sprintf('Passing Gaufrette\FilesystemInterface as a first argument in %s constructor is deprecated since Sylius 1.12 and will be not possible in Sylius 2.0.', self::class, )/src/Sylius/Component/Core/Uploader/ImageUploader.php42
sprintf('Not passing a $couponFactory to %s constructor is deprecated since Sylius 1.8 and will be removed in Sylius 2.0.', self::class)/src/Sylius/Bundle/CoreBundle/Fixture/Factory/PromotionExampleFactory.php49
sprintf('Not passing a $avatarImageFactory to %s constructor is deprecated since Sylius 1.10 and will be removed in Sylius 2.0.', self::class)/src/Sylius/Bundle/CoreBundle/Fixture/Factory/AdminUserExampleFactory.php50
sprintf('Passing root directory to "%s" constructor as the second argument is deprecated since 1.2 ' . 'and this argument will be removed in 2.0.', self::class, )/src/Sylius/Bundle/CoreBundle/Installer/Requirement/FilesystemRequirements.php28
sprintf('Using "%s" as Symfony kernel is deprecated since Sylius 1.3. Please migrate to Symfony 4 directory structure. Upgrade guide: https://github.com/Sylius/Sylius/blob/1.3/UPGRADE-1.3.md#directory-structure-change', self::class)/src/Sylius/Bundle/CoreBundle/Application/Kernel.php51
'Not passing availableProductOptionValuesResolver thru constructor is deprecated in Sylius 1.8 and ' . 'it will be removed in Sylius 2.0'/src/Sylius/Bundle/ProductBundle/Form/Type/ProductOptionValueChoiceType.php32
sprintf('Callback "%s" was renamed to "%s". The old name will be removed in Sylius 2.0, use the new name to override it.', 'winzou_state_machine.sylius_order.callbacks.after.sylis_cancel_order', 'winzou_state_machine.sylius_order.callbacks.after.sylius_cancel_order', )/src/Sylius/Bundle/CoreBundle/DependencyInjection/Compiler/BackwardsCompatibility/CancelOrderStateMachineCallbackPass.php32
sprintf('Not passing a $slugGenerator to %s constructor is deprecated since Sylius 1.11 and will be prohibited in Sylius 2.0.', self::class)/src/Sylius/Bundle/ProductBundle/Controller/ProductSlugController.php27
sprintf('Passing an instance of %s as constructor argument for %s is deprecated as of Sylius 1.12 and will be removed in 2.0. Pass an instance of %s instead.', SessionInterface::class, self::class, RequestStack::class)/src/Sylius/Bundle/ProductBundle/Form/EventSubscriber/GenerateProductVariantsSubscriber.php34
sprintf('Not passing an instance of %s to %s constructor is deprecated since Sylius 1.8 and will be removed in Sylius 2.0.', DecoratedOrderEmailManagerInterface::class, self::class, )/src/Sylius/Bundle/ShopBundle/EmailManager/OrderEmailManager.php30
sprintf('Passing an array or an instance of "%s" as 5th parameter of the constructor of "%s" is deprecated since API Platform 2.5, pass an array instead', FormatsProviderInterface::class, __CLASS__, )/src/Sylius/Bundle/ApiBundle/ApiPlatform/Bridge/Symfony/Bundle/Action/SwaggerUiAction.php76
sprintf('Not passing locale code into %s::%s is deprecated since Sylius 1.7', __CLASS__, __METHOD__)/src/Sylius/Bundle/ShopBundle/EmailManager/ContactEmailManager.php40
sprintf('Not passing channel into %s::%s is deprecated since Sylius 1.7', __CLASS__, __METHOD__)/src/Sylius/Bundle/ShopBundle/EmailManager/ContactEmailManager.php34
'The "Sylius\Bundle\ShopBundle\Twig\OrderTaxesTotalExtension" class is deprecated since Sylius 1.12 and will be removed in 2.0. Use methods "getTaxExcludedTotal" and "getTaxIncludedTotal" from "Sylius\Component\Core\Model\Order" instead.'/src/Sylius/Bundle/ShopBundle/Twig/OrderTaxesTotalExtension.php23
'Not passing a calculator is deprecated since 1.6. Argument will no longer be optional from 2.0.'/src/Sylius/Bundle/ShopBundle/Twig/OrderItemsSubtotalExtension.php33
'The "Sylius\Bundle\ShippingBundle\Provider\Calendar" class is deprecated since Sylius 1.11 and will be removed in 2.0. Use "Sylius\Calendar\Provider\Calendar" instead.'/src/Sylius/Bundle/ShippingBundle/Provider/Calendar.php17
sprintf('Using "%s" to add blocks to the templates is deprecated since Sylius 1.7 and will be removed in Sylius 2.0. Use "sylius_ui" configuration instead.', self::class)/src/Sylius/Bundle/UiBundle/Block/BlockEventListener.php27
'Not passing scopeTypes thru constructor is deprecated in Sylius 1.5 and it will be removed in Sylius 2.0'/src/Sylius/Bundle/AddressingBundle/Form/Type/ZoneChoiceType.php28
sprintf('Not passing a $authenticationUtils to %s constructor is deprecated since Sylius 1.11 and will be prohibited in Sylius 2.0.', self::class)/src/Sylius/Bundle/UserBundle/Controller/SecurityController.php31
sprintf('Not passing a $formFactory to %s constructor is deprecated since Sylius 1.11 and will be prohibited in Sylius 2.0.', self::class)/src/Sylius/Bundle/UserBundle/Controller/SecurityController.php35
'Passing RouterInterface as the fourth argument is deprecated since 1.4 and will be prohibited in 2.0'/src/Sylius/Bundle/AdminBundle/Controller/ImpersonateUserController.php41
sprintf('Not passing an $addressComparator to "%s" constructor is deprecated since Sylius 1.8 and will be impossible in Sylius 2.0.', __CLASS__, )/src/Sylius/Bundle/CoreBundle/Form/Type/Checkout/AddressType.php44
'The "BookProductFixture" class is deprecated since Sylius 1.5 Use new product fixtures class located at "src/Sylius/Bundle/CoreBundle/Fixture/" instead.'/src/Sylius/Bundle/CoreBundle/Fixture/BookProductFixture.php16
'The "MugProductFixture" class is deprecated since Sylius 1.5 Use new product fixtures class located at "src/Sylius/Bundle/CoreBundle/Fixture/" instead.'/src/Sylius/Bundle/CoreBundle/Fixture/MugProductFixture.php19
'The "StickerProductFixture" class is deprecated since Sylius 1.5 Use new product fixtures class located at "src/Sylius/Bundle/CoreBundle/Fixture/" instead.'/src/Sylius/Bundle/CoreBundle/Fixture/StickerProductFixture.php16
'The "TshirtProductFixture" class is deprecated since Sylius 1.5 Use new product fixtures class located at "src/Sylius/Bundle/CoreBundle/Fixture/" instead.'/src/Sylius/Bundle/CoreBundle/Fixture/TshirtProductFixture.php19
'Use orderExampleFactory. OrderFixture is deprecated since 1.6 and will be prohibited since 2.0.'/src/Sylius/Bundle/CoreBundle/Fixture/OrderFixture.php80
'Passing RouterInterface as the fifth argument is deprecated since 1.8 and will be prohibited in 2.0'/src/Sylius/Bundle/CoreBundle/Fixture/Factory/ChannelExampleFactory.php54
'Passing RouterInterface as the sixth argument is deprecated since 1.8 and will be prohibited in 2.0'/src/Sylius/Bundle/CoreBundle/Fixture/Factory/ChannelExampleFactory.php58
sprintf('Not passing a $taxCategoryRepository to %s constructor is deprecated since Sylius 1.4 and will be removed in Sylius 2.0.', self::class)/src/Sylius/Bundle/CoreBundle/Fixture/Factory/ShippingMethodExampleFactory.php48
sprintf('Not passing a $taxCategoryRepository to %s constructor is deprecated since Sylius 1.6 and will be removed in Sylius 2.0.', self::class)/src/Sylius/Bundle/CoreBundle/Fixture/Factory/ProductExampleFactory.php69
'It is deprecated since Sylius 1.3 to pass indexed array as an image definition. ' . 'Please use associative array with "path" and "type" keys instead.'/src/Sylius/Bundle/CoreBundle/Fixture/Factory/ProductExampleFactory.php241
sprintf('Not passing a $fileLocator or/and $imageUploader to %s constructor is deprecated since Sylius 1.6 and will be removed in Sylius 2.0.', self::class)/src/Sylius/Bundle/CoreBundle/Fixture/Factory/AdminUserExampleFactory.php46
'Sylius was not able to find the cart for passed token value.'/src/Sylius/Bundle/ApiBundle/spec/Context/TokenValueBasedCartContextSpec.php104
sprintf('Locale "%s" cannot be found!', $localeCode)/src/Sylius/Component/Locale/Context/LocaleNotFoundException.php25
sprintf('Locale "%s" is not available! The available ones are: "%s".', $localeCode, implode('", "', $availableLocalesCodes), )/src/Sylius/Component/Locale/Context/LocaleNotFoundException.php30
sprintf('Customer with email "%s" does not exist.', $email)/src/Sylius/Component/Core/Exception/CustomerNotFoundException.php25
sprintf('Product variant %s has no price defined for channel %s', $productVariant->getDescriptor( ), $channel->getName( ))/src/Sylius/Component/Core/Exception/MissingChannelConfigurationException.php28
'The main request is not an API request.'/src/Sylius/Bundle/ApiBundle/spec/Context/TokenValueBasedCartContextSpec.php72
sprintf('Currency "%s" cannot be found!', $currencyCode)/src/Sylius/Component/Currency/Context/CurrencyNotFoundException.php25
'Sylius was not able to find the cart, as there is no passed token value.'/src/Sylius/Bundle/ApiBundle/spec/Context/TokenValueBasedCartContextSpec.php87
sprintf('Currency "%s" is disabled!', $currencyCode)/src/Sylius/Component/Currency/Context/CurrencyNotFoundException.php30
sprintf('Currency "%s" is not available! The available ones are: "%s".', $currencyCode, implode('", "', $availableCurrenciesCodes), )/src/Sylius/Component/Currency/Context/CurrencyNotFoundException.php38
'Sylius was not able to find the cart for currently logged in user.'/src/Sylius/Bundle/CoreBundle/spec/Context/CustomerAndChannelBasedCartContextSpec.php71
'Sylius was not able to find the cart, as there is no current channel.'/src/Sylius/Bundle/CoreBundle/spec/Context/CustomerAndChannelBasedCartContextSpec.php95
'Sylius was not able to find the cart, as there is no logged in user.'/src/Sylius/Bundle/CoreBundle/spec/Context/CustomerAndChannelBasedCartContextSpec.php85
'There is no main request on request stack.'/src/Sylius/Bundle/ApiBundle/spec/Context/TokenValueBasedCartContextSpec.php57
sprintf('There is no notification with "%s". Got "%s"', $expectedNotification, $hasNotifications)/src/Sylius/Behat/Context/Ui/PaypalContext.php113
'Get shipping total should throw an exception!'/src/Sylius/Behat/Context/Ui/Shop/CartContext.php232
'Get promotion total should throw an exception!'/src/Sylius/Behat/Context/Ui/Shop/CartContext.php248
'Not recognized price type'/src/Sylius/Behat/Context/Ui/Shop/ProductContext.php416
sprintf('Vertical menu should not contain %s element', $menuItem)/src/Sylius/Behat/Context/Ui/Shop/ProductContext.php887
sprintf('Expected "%s" not to be in "%s"', $locale, implode('", "', $this->homePage->getAvailableLocales( )), )/src/Sylius/Behat/Context/Ui/Shop/LocaleContext.php78
'The page should not be able to open.'/src/Sylius/Behat/Context/Ui/Shop/LocaleContext.php94
sprintf('Expected "%s" not to be in "%s"', $currencyCode, implode('", "', $this->homePage->getAvailableCurrencies( )), )/src/Sylius/Behat/Context/Ui/Shop/CurrencyContext.php64
sprintf('Menu should not contain %s element', $menuItem)/src/Sylius/Behat/Context/Ui/Shop/HomepageContext.php89
'Dashboard has been openned, but it shouldn\'t as customer should not be logged in'/src/Sylius/Behat/Context/Ui/Shop/AccountContext.php501
'It is impossible to go to shipping step from current page.'/src/Sylius/Behat/Context/Ui/Shop/CheckoutContext.php179
'It is impossible to go to addressing step from current page.'/src/Sylius/Behat/Context/Ui/Shop/CheckoutContext.php159
'It should not be possible to complete checkout payment step.'/src/Sylius/Behat/Context/Ui/Shop/Checkout/CheckoutPaymentContext.php164
'It should not be possible to complete checkout shipping step.'/src/Sylius/Behat/Context/Ui/Shop/Checkout/CheckoutShippingContext.php212
'Choose name should throw an exception!'/src/Sylius/Behat/Context/Ui/Admin/ManagingCountriesContext.php150
'It should not be possible to complete checkout complete step.'/src/Sylius/Behat/Context/Ui/Shop/Checkout/CheckoutCompleteContext.php369
'Order should have at least one shipment.'/src/Sylius/Behat/Context/Api/EmailContext.php182
sprintf('Value "%s" not found in attribute %s', $value, $attribute->getName( ), )/src/Sylius/Behat/Context/Setup/ProductAttributeContext.php192
'Expected a value other than null.'/src/Sylius/Behat/Context/Api/Shop/ProductAttributeContext.php124
sprintf('Cannot find %s/%s exchange rate.', $sourceCurrencyCode, $targetCurrencyCode)/src/Sylius/Behat/Context/Api/Shop/ExchangeRateContext.php81
sprintf('The product %s does not exist', $productName)/src/Sylius/Behat/Context/Api/Shop/CartContext.php424
sprintf('Could not find variant with option "%s" set to "%s"', $productOption, $productOptionValue)/src/Sylius/Behat/Context/Api/Shop/CartContext.php166
sprintf('The product %s does not exist', $productName)/src/Sylius/Behat/Context/Api/Shop/CartContext.php462
sprintf('The product %s does not exist', $productName)/src/Sylius/Behat/Context/Api/Shop/CartContext.php443
sprintf('The product %s does not exist', $productName)/src/Sylius/Behat/Context/Api/Shop/CartContext.php753
sprintf('Could not find item with option "%s" set to "%s"', $optionName, $optionValue)/src/Sylius/Behat/Context/Api/Shop/CartContext.php735
'Expected array to have variant key and variant to have product, but one these keys is missing. Current array: ' . serialize($item)/src/Sylius/Behat/Context/Api/Shop/CartContext.php860
'Invalid item data'/src/Sylius/Behat/Context/Api/Shop/CartContext.php941
sprintf('The product %s does not exist', $productName)/src/Sylius/Behat/Context/Api/Shop/CartContext.php772
'Expected array to have variant key and variant to have product, but one these keys is missing. Current array: ' . serialize($item)/src/Sylius/Behat/Context/Api/Shop/CartContext.php846
sprintf('Price for product %s had not been found', $product->getName( ))/src/Sylius/Behat/Context/Api/Shop/CartContext.php1002
sprintf('There is no product association with name %s.', $productAssociationTypeName)/src/Sylius/Behat/Context/Api/Shop/ProductContext.php768
'Invalid item data'/src/Sylius/Behat/Context/Api/Shop/CartContext.php957
'Expected product does not exist'/src/Sylius/Behat/Context/Api/Shop/CartContext.php984
'Expected array to have variant key, but this key is missing. Current array: ' . json_encode($item)/src/Sylius/Behat/Context/Api/Shop/OrderContext.php410
'Couldn\'t find given payment method for this order'/src/Sylius/Behat/Context/Api/Shop/CheckoutContext.php711
sprintf('There is menu item %s but it should not be', $unexpectedMenuItem)/src/Sylius/Behat/Context/Api/Shop/HomepageContext.php112
'There is no product with given name.'/src/Sylius/Behat/Context/Api/Shop/OrderContext.php165
'There is no payment with given data.'/src/Sylius/Behat/Context/Api/Admin/ManagingPaymentsContext.php125
sprintf('There is no "%s" action with %d for "%s" channel', FixedDiscountPriceCalculator::TYPE, $amount, $channel->getName( ), )/src/Sylius/Behat/Context/Api/Admin/ManagingCatalogPromotionsContext.php967
'Couldn\'t find given shipping method for this order'/src/Sylius/Behat/Context/Api/Shop/CheckoutContext.php728
'There is no product with given name.'/src/Sylius/Behat/Context/Api/Admin/ManagingOrdersContext.php228
'The given order has no shipping adjustment with proper amount and method'/src/Sylius/Behat/Context/Domain/ManagingOrdersContext.php189
'The given order has no shipping adjustment with proper amount and method'/src/Sylius/Behat/Context/Domain/ManagingOrdersContext.php173
'There is no shipment with given data'/src/Sylius/Behat/Context/Api/Admin/ManagingShipmentsContext.php237
sprintf('There is no "%s" action with %f', PercentageDiscountPriceCalculator::TYPE, $amount)/src/Sylius/Behat/Context/Api/Admin/ManagingCatalogPromotionsContext.php991
sprintf('There is no current resource for "%s"!', $key)/src/Sylius/Behat/Service/SharedStorage.php25
sprintf("Toggleable element state is '%s' but expected '%s'.", $toggleableElement->isChecked( ) ? 'true' : 'false', $expectedState ? 'true' : 'false', )/src/Sylius/Behat/Behaviour/Toggles.php52
sprintf('Cannot find variant "%s" %s / "%s" %s within product "%s"', $value1, $option1, $value2, $option2, $product->getCode( ), )/src/Sylius/Behat/Context/Transform/ProductVariantContext.php144
'Price string should not have more than 2 decimal digits.'/src/Sylius/Behat/Context/Transform/LexicalContext.php50
sprintf('Something went wrong, cannot open %s', $source)/src/Sylius/Behat/Service/ResponseLoader.php98
sprintf('Something went wrong, file %s is empty', $source)/src/Sylius/Behat/Service/ResponseLoader.php86
sprintf('File %s does not exist', $source)/src/Sylius/Behat/Service/ResponseLoader.php74
sprintf('There is no "%s" latest resource!', $this->latestKey)/src/Sylius/Behat/Service/SharedStorage.php52
sprintf('The iri "%s" references a collection not an item.', $iri)/src/Sylius/Behat/Service/Converter/IriConverter.php95
sprintf('No resource associated to "%s".', $iri)/src/Sylius/Behat/Service/Converter/IriConverter.php91
sprintf('No route matches "%s".', $iri)/src/Sylius/Behat/Service/Converter/IriConverter.php87
sprintf('Given source %s is a folder!', $source)/src/Sylius/Behat/Service/ResponseLoader.php110
sprintf('Unable to generate an IRI for "%s".', $resourceClass)/src/Sylius/Behat/Service/Converter/IriConverter.php174
sprintf('Unable to generate an IRI for "%s".', $resourceClass)/src/Sylius/Behat/Service/Converter/IriConverter.php193
sprintf('Unable to generate an IRI for "%s".', $resourceClass)/src/Sylius/Behat/Service/Converter/IriConverter.php205
'Could not find row with given fields'/src/Sylius/Behat/Service/Accessor/TableAccessor.php26
sprintf('Item not found for "%s".', $iri)/src/Sylius/Behat/Service/Converter/IriConverter.php115
sprintf('Item not found for "%s".', $iri)/src/Sylius/Behat/Service/Converter/IriConverter.php122
sprintf('Unable to generate an IRI for the item of type "%s"', $resourceClass)/src/Sylius/Behat/Service/Converter/IriConverter.php135
sprintf('Unable to generate an IRI for the item of type "%s"', $resourceClass)/src/Sylius/Behat/Service/Converter/IriConverter.php155
'Route name could not be matched to provided pages.'/src/Sylius/Behat/Service/Resolver/CurrentPageResolver.php44
'Given adjustable object class is not supported.'/src/Sylius/Component/Order/Model/Adjustment.php236
'Adjustment is locked and cannot be modified.'/src/Sylius/Component/Order/Model/Adjustment.php245
'This order item unit is assigned to a different order item.'/src/Sylius/Component/Order/Model/OrderItem.php171
'Could not find any row with given fields'/src/Sylius/Behat/Service/Accessor/TableAccessor.php35
sprintf('Could not find column with index %d', $columnIndex)/src/Sylius/Behat/Service/Accessor/TableAccessor.php45
sprintf('Column with name "%s" not found!', $fieldName)/src/Sylius/Behat/Service/Accessor/TableAccessor.php183
'Time has run out and the assertion has not passed yet.'/src/Sylius/Behat/Service/Helper/JavaScriptTestHelper.php89
'Order has no channel, but it should.'/src/Sylius/Component/Core/Provider/ActivePromotionsByChannelProvider.php36
sprintf('No message spooled with recipient "%s" and content "%s"', $recipient, $message, )/src/Sylius/Component/Core/Test/SwiftmailerAssertionTrait.php60
sprintf('Channel %s has no amount defined for shipping method %s', $subject->getOrder( )->getChannel( )->getName( ), $subject->getMethod( )->getName( ), )/src/Sylius/Component/Core/Shipping/Calculator/FlatRateCalculator.php34
'Order should have at least one shipment.'/src/Sylius/Component/Core/Taxation/Applicator/OrderShipmentTaxesApplicator.php43
sprintf('Cannot find name for "%s" locale code', $code)/src/Sylius/Component/Locale/Converter/LocaleConverter.php37
'createNew'/src/Sylius/Component/Order/Factory/OrderItemUnitFactory.php34
sprintf('No message spooled with recipient "%s"', $recipient)/src/Sylius/Component/Core/Test/SwiftmailerAssertionTrait.php40
'No locale is set for current channel!'/src/Sylius/Component/Core/Locale/LocaleStorage.php35
'Cannot calculate charge for shipment without a defined shipping method.'/src/Sylius/Component/Shipping/Calculator/DelegatingCalculator.php28
sprintf('The algorithm "%s" is not supported.', $this->algorithm)/src/Sylius/Component/User/Security/UserPbkdf2PasswordEncoder.php76
'The option have not been created yet so you cannot access proxy methods.'/src/Sylius/Component/Product/Model/ProductOptionValue.php101
'The option have not been created yet so you cannot access proxy methods.'/src/Sylius/Component/Product/Model/ProductOptionValue.php87
sprintf('Interval "%s" not supported.', $interval->asString( ))/src/Sylius/Component/Core/Dashboard/SalesDataProvider.php145
sprintf('Channel %s has no amount defined for shipping method %s', $subject->getOrder( )->getChannel( )->getName( ), $subject->getMethod( )->getName( ), )/src/Sylius/Component/Core/Shipping/Calculator/PerUnitRateCalculator.php35
'The attribute is undefined, so you cannot access proxy methods.'/src/Sylius/Component/Attribute/Model/AttributeValue.php206
'Sylius was not able to prepare the cart.'/src/Sylius/Component/Core/Cart/Context/ShopBasedCartContext.php73
'Wrong zone type supplied.'/src/Sylius/Component/Addressing/Model/Zone.php91
'Storage not support composite primary ids'/src/Sylius/Bundle/PayumBundle/Storage/DoctrineStorage.php62
sprintf('Country "%s" not found! Available names: %s.', $name, implode(', ', $names), )/src/Sylius/Component/Addressing/Converter/CountryNameConverter.php26
sprintf('Unexpected zone type "%s".', $type)/src/Sylius/Component/Addressing/Matcher/ZoneMatcher.php96
'Channel was not found for given request'/src/Sylius/Component/Channel/Context/RequestBased/ChannelContext.php59
sprintf('Currency "%s" not found! Available names: %s.', $name, implode(', ', $names), )/src/Sylius/Component/Currency/Converter/CurrencyNameConverter.php26
sprintf('Cannot resolve available product option values. Option "%s" does not belong to product "%s".', $productOption->getCode( ), $product->getCode( ), )/src/Sylius/Component/Product/Resolver/AvailableProductOptionValuesResolver.php27
'There are not any requests on request stack'/src/Sylius/Component/Channel/Context/RequestBased/ChannelContext.php50
'Sylius was not able to find the cart in session'/src/Sylius/Bundle/OrderBundle/Context/SessionBasedCartContext.php34
'Sylius was not able to find the cart in session'/src/Sylius/Bundle/OrderBundle/Context/SessionBasedCartContext.php42
'No main request available.'/src/Sylius/Bundle/LocaleBundle/Context/RequestHeaderBasedLocaleContext.php41
sprintf('None of the available locales is acceptable: "%s".', implode('", "', $this->availableLocalesCodes), )/src/Sylius/Bundle/LocaleBundle/Context/RequestHeaderBasedLocaleContext.php57
'No main request available.'/src/Sylius/Bundle/LocaleBundle/Context/RequestBasedLocaleContext.php31
'No locale attribute is set on the master request.'/src/Sylius/Bundle/LocaleBundle/Context/RequestBasedLocaleContext.php36
sprintf('Order with token "%s" does not exist.', $tokenValue)/src/Sylius/Bundle/PayumBundle/Controller/PayumController.php61
'Tagged gateway configuration type needs to have `type` and `label` attributes.'/src/Sylius/Bundle/PayumBundle/DependencyInjection/Compiler/RegisterGatewayConfigTypePass.php35
sprintf('User with ID "%d" could not be refreshed.', $user->getId( ))/src/Sylius/Bundle/UserBundle/Provider/AbstractUserProvider.php72
sprintf('Instances of "%s" are not supported.', $user::class)/src/Sylius/Bundle/UserBundle/Provider/AbstractUserProvider.php64
sprintf('User must implement "%s".', SyliusUserInterface::class)/src/Sylius/Bundle/UserBundle/Provider/AbstractUserProvider.php58
sprintf('Username "%s" does not exist.', $username)/src/Sylius/Bundle/UserBundle/Provider/AbstractUserProvider.php42
'Unauthenticated token'/src/Sylius/Bundle/UserBundle/Security/UserLogin.php46
sprintf('Using the "%s" class with "%s" argument is prohibited since Sylius 1.12, use "%s" service instead.', self::class, PasswordHasherFactoryInterface::class, UserPasswordHasher::class, )/src/Sylius/Bundle/UserBundle/Security/UserPasswordEncoder.php35
'Requested country does not exist.'/src/Sylius/Bundle/AddressingBundle/Controller/ProvinceController.php44
'ProvinceAddressConstraintValidator can only validate instances of "Sylius\Component\Addressing\Model\AddressInterface"'/src/Sylius/Bundle/AddressingBundle/Validator/Constraints/ProvinceAddressConstraintValidator.php34
sprintf('Could not find user identified by email "%s"', $email)/src/Sylius/Bundle/UserBundle/Command/AbstractRoleCommand.php113
'The value cannot be blank.'/src/Sylius/Bundle/UserBundle/Command/AbstractRoleCommand.php72
'The email you entered is invalid.'/src/Sylius/Bundle/UserBundle/Command/AbstractRoleCommand.php57
sprintf('At least one user type should implement %s', UserInterface::class)/src/Sylius/Bundle/UserBundle/Command/AbstractRoleCommand.php34
'You must configure the logout path to be handled by the firewall.'/src/Sylius/Bundle/UserBundle/Controller/SecurityController.php86
'You must configure the check path to be handled by the firewall.'/src/Sylius/Bundle/UserBundle/Controller/SecurityController.php78
'Token not found.'/src/Sylius/Bundle/UserBundle/Controller/UserController.php90
'You have to be registered user to access this section.'/src/Sylius/Bundle/UserBundle/Controller/UserController.php45
'Sylius was not able to find the cart for currently logged in user.'/src/Sylius/Bundle/CoreBundle/Context/CustomerAndChannelBasedCartContext.php52
'Email is null or not provided'/src/Sylius/Bundle/CoreBundle/OAuth/UserProvider.php76
'Sylius was not able to find the cart, as there is no current channel.'/src/Sylius/Bundle/CoreBundle/Context/CustomerAndChannelBasedCartContext.php41
'Sylius was not able to find the cart, as there is no logged in user.'/src/Sylius/Bundle/CoreBundle/Context/CustomerAndChannelBasedCartContext.php46
'Cannot resolve zone type!'/src/Sylius/Bundle/CoreBundle/Fixture/GeographicalFixture.php191
'Cannot resolve zone members!'/src/Sylius/Bundle/CoreBundle/Fixture/GeographicalFixture.php203
sprintf("The field '%s' is not mapped by Doctrine, so it cannot be validated.", $enabledPropertyPath)/src/Sylius/Bundle/CoreBundle/Validator/Constraints/HasEnabledEntityValidator.php134
sprintf('An exception was thrown during loading zone "%s" with code "%s"!', $zoneName, $zoneCode, )/src/Sylius/Bundle/CoreBundle/Fixture/GeographicalFixture.php156
sprintf('Catalog promotion with code "%s" cannot be removed as it is now being processed.', $catalogPromotionCode, )/src/Sylius/Bundle/CoreBundle/CatalogPromotion/Processor/CatalogPromotionRemovalProcessor.php55
'Invalid catalog promotion state.'/src/Sylius/Bundle/CoreBundle/CatalogPromotion/Processor/CatalogPromotionRemovalProcessor.php62
'Tagged payment methods resolvers need to have `type` and `label` attributes.'/src/Sylius/Bundle/PaymentBundle/DependencyInjection/Compiler/RegisterPaymentMethodsResolversPass.php34
sprintf('Catalog promotion with code "%s" cannot be removed as it is not in an inactive state.', $catalogPromotion->getCode( ), )/src/Sylius/Bundle/CoreBundle/CatalogPromotion/CommandHandler/RemoveInactiveCatalogPromotionHandler.php42
'Sylius was not able to find the cart in session'/src/Sylius/Bundle/CoreBundle/Context/SessionAndChannelBasedCartContext.php41
'Sylius was not able to find the cart in session'/src/Sylius/Bundle/CoreBundle/Context/SessionAndChannelBasedCartContext.php48
'Catalog promotion with given code does not exist.'/src/Sylius/Bundle/CoreBundle/CatalogPromotion/Processor/CatalogPromotionRemovalProcessor.php86
sprintf('Expected "%s", but got "%s"', $expectedType, get_debug_type($value), )/src/Sylius/Bundle/CoreBundle/Form/DataTransformer/ProductTaxonToTaxonTransformer.php72
'Tagged rule checker `' . $id . '` needs to have `type`, `form_type` and `label` attributes.'/src/Sylius/Bundle/PromotionBundle/DependencyInjection/Compiler/RegisterRuleCheckersPass.php35
'Tagged promotion action `' . $id . '` needs to have `type`, `form_type` and `label` attributes.'/src/Sylius/Bundle/PromotionBundle/DependencyInjection/Compiler/RegisterPromotionActionsPass.php35
'Promotion not found.'/src/Sylius/Bundle/PromotionBundle/Controller/PromotionCouponController.php38
'No promotion id given.'/src/Sylius/Bundle/PromotionBundle/Controller/PromotionCouponController.php34
'Cannot generate slug without a name'/src/Sylius/Bundle/TaxonomyBundle/Controller/TaxonSlugController.php38
sprintf('Taxon with id %d does not exist.', $id)/src/Sylius/Bundle/TaxonomyBundle/Controller/TaxonPositionController.php60
'Tagged catalog promotion variant checker `' . $id . '` needs to have `type` attribute.'/src/Sylius/Bundle/PromotionBundle/DependencyInjection/Compiler/SetCatalogPromotionScopeTypesPass.php27
'Tagged catalog promotion price calculator `' . $id . '` needs to have `type` attribute.'/src/Sylius/Bundle/PromotionBundle/DependencyInjection/Compiler/SetCatalogPromotionActionTypesPass.php27
'The catalog promotion has not been found'/src/Sylius/Bundle/AdminBundle/Controller/RemoveCatalogPromotionAction.php36
'Please run "composer require symfony/dotenv" to load the ".env" files configuring the application.'/src/Sylius/Bundle/AdminBundle/test/config/bootstrap.php25
'In order to use this subscriber, your class has to implement UserInterface'/src/Sylius/Bundle/UserBundle/EventListener/UserLastLoginSubscriber.php72
sprintf('User type %s misconfigured.', $userType)/src/Sylius/Bundle/UserBundle/Command/AbstractRoleCommand.php153
'Token not found'/src/Sylius/Bundle/AdminBundle/Action/Account/RenderResetPasswordPageAction.php50
sprintf('The order with id %s has not been found', $orderId)/src/Sylius/Bundle/AdminBundle/Action/ResendOrderConfirmationEmailAction.php56
sprintf('The shipment with id %s has not been found', $shipmentId)/src/Sylius/Bundle/AdminBundle/Action/ResendShipmentConfirmationEmailAction.php56
'The catalog promotion has not been found'/src/Sylius/Bundle/AdminBundle/Controller/RemoveCatalogPromotionAction.php48
sprintf('Create directory "%s" and run command "<comment>%s</comment>"', realpath($directory), $this->name, )/src/Sylius/Bundle/CoreBundle/Installer/Checker/CommandDirectoryChecker.php43
sprintf('Set "%s" writable and run command "<comment>%s</comment>"', realpath(dirname($directory)), $this->name, )/src/Sylius/Bundle/CoreBundle/Installer/Checker/CommandDirectoryChecker.php66
'Unable to get schema manager.'/src/Sylius/Bundle/CoreBundle/Installer/Provider/DatabaseSetupCommandsProvider.php103
'This command terminated with a permission error.'/src/Sylius/Bundle/CoreBundle/Installer/Executor/CommandExecutor.php44
sprintf('Invalid filesystem adapter "%s" provided.', $config['filesystem']['adapter'], )/src/Sylius/Bundle/CoreBundle/DependencyInjection/SyliusCoreExtension.php85
'Tagged tax calculation strategies need to have `type` and `label` attributes.'/src/Sylius/Bundle/CoreBundle/DependencyInjection/Compiler/RegisterTaxCalculationStrategiesPass.php37
sprintf('Variant "%s" not found for product %s', !empty($optionValues[0]) ? $optionValues[0]->getCode( ) : '', $this->product->getCode( ), )/src/Sylius/Bundle/ProductBundle/Form/DataTransformer/ProductVariantToProductOptionsTransformer.php81
'You must specify the "product" option when "only_available_values" is true.'/src/Sylius/Bundle/ProductBundle/Form/Type/ProductOptionValueChoiceType.php49
sprintf('Platform "%s" is not supported!', get_class($platform))/src/Sylius/Bundle/CoreBundle/Doctrine/DQL/Month.php51
sprintf('Platform "%s" is not supported!', get_class($platform))/src/Sylius/Bundle/CoreBundle/Doctrine/DQL/Hour.php51
sprintf('Platform "%s" is not supported!', get_class($platform))/src/Sylius/Bundle/CoreBundle/Doctrine/DQL/Year.php51
'Cannot delete, the resource is in use.'/src/Sylius/Bundle/CoreBundle/Doctrine/ORM/Handler/ResourceDeleteHandler.php45
'Ups, something went wrong during deleting a resource, please try again.'/src/Sylius/Bundle/CoreBundle/Doctrine/ORM/Handler/ResourceDeleteHandler.php55
'Some system requirements are not fulfilled. Please check output messages and fix them.'/src/Sylius/Bundle/CoreBundle/Command/CheckRequirementsCommand.php42
sprintf('Extension %s must implement %s.', $extension::class, ExtensionInterface::class)/src/Sylius/Bundle/CoreBundle/Application/SyliusPluginTrait.php47
sprintf('Users will expect the alias of the default extension of a plugin to be the underscored version of the plugin name ("%s"). You can override "Bundle::getContainerExtension()" if you want to use "%s" or another alias.', $expectedAlias, $extension->getAlias( ), )/src/Sylius/Bundle/CoreBundle/Application/SyliusPluginTrait.php55
'Cannot define coupons for promotion that is not coupon based'/src/Sylius/Bundle/CoreBundle/Fixture/Factory/PromotionExampleFactory.php146
'You must configure a $couponFactory'/src/Sylius/Bundle/CoreBundle/Fixture/Factory/PromotionExampleFactory.php142
sprintf('You have no shipping method available for the channel with code "%s", but they are required to proceed an order', $channel->getCode( ), )/src/Sylius/Bundle/CoreBundle/Fixture/Factory/OrderExampleFactory.php208
sprintf('You have no enabled products at the channel "%s", but they are required to create an orders for that channel', $channel->getCode( ), )/src/Sylius/Bundle/CoreBundle/Fixture/Factory/OrderExampleFactory.php149
sprintf('The position "%s" is invalid.', $newProductTaxonPosition)/src/Sylius/Bundle/CoreBundle/Controller/ProductTaxonController.php102
'Password reset token has expired'/src/Sylius/Bundle/CoreBundle/Security/UserPasswordResetter.php40
sprintf('Platform "%s" is not supported!', get_class($platform))/src/Sylius/Bundle/CoreBundle/Doctrine/DQL/Day.php51
sprintf('Platform "%s" is not supported!', get_class($platform))/src/Sylius/Bundle/CoreBundle/Doctrine/DQL/Week.php51
sprintf('Could not find province "%s", defined ones are: %s!', $provinceCode, implode(', ', $options['provinces']), )/src/Sylius/Bundle/CoreBundle/Fixture/GeographicalFixture.php231
sprintf('Could not find country "%s", defined ones are: %s!', $countryCode, implode(', ', $options['countries']), )/src/Sylius/Bundle/CoreBundle/Fixture/GeographicalFixture.php215
sprintf('The %s resource for field %s with value %s was not found', $repository->getClassName( ), $field, $previousValue, )/src/Sylius/Bundle/CoreBundle/Fixture/OptionsResolver/LazyOption.php155
sprintf('Could not find zone "%s", defined ones are: %s!', $zoneCode, implode(', ', array_keys($options['zones'])), )/src/Sylius/Bundle/CoreBundle/Fixture/GeographicalFixture.php242
sprintf('Provided province code is not valid for "%s"', $country->getName( ))/src/Sylius/Bundle/CoreBundle/Fixture/Factory/AddressExampleFactory.php124
sprintf('No entities found of type %s', $repository->getClassName( ))/src/Sylius/Bundle/CoreBundle/Fixture/OptionsResolver/LazyOption.php178
'You must configure a $fileLocator or/and $imageUploader'/src/Sylius/Bundle/CoreBundle/Fixture/Factory/AdminUserExampleFactory.php105
sprintf('Country has defined provinces, but %s is not one of them', $provinceName)/src/Sylius/Bundle/CoreBundle/Fixture/Factory/AddressExampleFactory.php153
'Requested method is not allowed.'/src/Sylius/Bundle/ApiBundle/Doctrine/QueryCollectionExtension/AddressesExtension.php66
'JWT Token not found'/src/Sylius/Bundle/ApiBundle/DataPersister/AddressDataPersister.php41
'Requested method is not allowed.'/src/Sylius/Bundle/ApiBundle/Doctrine/QueryItemExtension/AddressItemExtension.php83
'JWT Token not found'/src/Sylius/Bundle/ApiBundle/Doctrine/QueryCollectionExtension/AddressesExtension.php46
'Not Found'/src/Sylius/Bundle/ApiBundle/Controller/GetProductBySlugAction.php47
'JWT Token not found'/src/Sylius/Bundle/ApiBundle/Doctrine/QueryItemExtension/AddressItemExtension.php50
'Please run "composer require symfony/dotenv" to load the ".env" files configuring the application.'/src/Sylius/Bundle/ApiBundle/Tests/Application/config/bootstrap.php25
'Order not found'/src/Sylius/Bundle/ApiBundle/DataProvider/OrderAdjustmentsSubresourceDataProvider.php48
sprintf('%s does not support subresources', self::class)/src/Sylius/Bundle/ApiBundle/Converter/IriToIdentifierConverter.php66
'Payment method can not be set'/src/Sylius/Bundle/ApiBundle/Changer/PaymentMethodChanger.php57
sprintf('No route matches "%s".', $iri)/src/Sylius/Bundle/ApiBundle/Converter/IriToIdentifierConverter.php50
sprintf('No resource associated to "%s".', $iri)/src/Sylius/Bundle/ApiBundle/Converter/IriToIdentifierConverter.php54
'There is no main request on request stack.'/src/Sylius/Bundle/ApiBundle/Context/TokenValueBasedCartContext.php55
'The main request is not an API request.'/src/Sylius/Bundle/ApiBundle/Context/TokenValueBasedCartContext.php64
'Sylius was not able to find the cart, as there is no passed token value.'/src/Sylius/Bundle/ApiBundle/Context/TokenValueBasedCartContext.php40
'Sylius was not able to find the cart for passed token value.'/src/Sylius/Bundle/ApiBundle/Context/TokenValueBasedCartContext.php45
sprintf('User with email "%s" is already registered.', $command->email)/src/Sylius/Bundle/ApiBundle/CommandHandler/Account/RegisterShopUserHandler.php52
sprintf('PriorityQueue expects an internal queue of type SplPriorityQueue; received "%s"', get_class($this->queue))/etc/psalm/LaminasPriorityQueueStub.php328
sprintf('There is no shop user with %s email verification token', $command->token)/src/Sylius/Bundle/ApiBundle/CommandHandler/Account/VerifyCustomerAccountHandler.php39
sprintf('Cannot find pricing row for variant "%s" in channel "%s"', $variantName, $channelName)/src/Sylius/Behat/Page/Admin/Product/ShowPage.php112
'Passwords do not match.'/src/Sylius/Bundle/ApiBundle/CommandHandler/Account/ChangeShopUserPasswordHandler.php35
sprintf('Expected to be on "%s" but found "%s" instead', $this->getUrl($urlParameters), $this->getSession( )->getCurrentUrl( ))/src/Sylius/Behat/Page/External/PaypalExpressCheckoutPage.php56
'There is an assigned customer to this cart'/src/Sylius/Bundle/ApiBundle/CommandHandler/Cart/BlameCartHandler.php50
sprintf('Cannot find "%s" token, check if you are after proper checkout steps', $name)/src/Sylius/Behat/Page/External/PaypalExpressCheckoutPage.php95
0/RoboFile.php42
1/RoboFile.php42
'Second'/src/Sylius/Bundle/CoreBundle/Tests/Listener/CircularDependencyBreakingErrorListenerTest.php109
'First'/src/Sylius/Bundle/CoreBundle/Tests/Listener/CircularDependencyBreakingErrorListenerTest.php110
'Second'/src/Sylius/Bundle/CoreBundle/Tests/Listener/CircularDependencyBreakingErrorListenerTest.php71
'First'/src/Sylius/Bundle/CoreBundle/Tests/Listener/CircularDependencyBreakingErrorListenerTest.php72
'Fourth'/src/Sylius/Bundle/CoreBundle/Tests/Listener/CircularDependencyBreakingErrorListenerTest.php69
'Third'/src/Sylius/Bundle/CoreBundle/Tests/Listener/CircularDependencyBreakingErrorListenerTest.php70
'Second'/src/Sylius/Bundle/CoreBundle/Tests/Listener/CircularDependencyBreakingErrorListenerTest.php35
'First'/src/Sylius/Bundle/CoreBundle/Tests/Listener/CircularDependencyBreakingErrorListenerTest.php36
'Order has no channel, but it should.'/src/Sylius/Component/Core/spec/Provider/ActivePromotionsByChannelProviderSpec.php76
sprintf('Cannot resolve available product option values. Option "%s" does not belong to product "%s".', self::PRODUCT_OPTION_CODE, self::PRODUCT_CODE, )/src/Sylius/Component/Product/spec/Resolver/AvailableProductOptionValuesResolverSpec.php52
'Number of targets must be bigger than 0.'/src/Sylius/Component/Core/spec/Distributor/IntegerDistributorSpec.php42
'Could not generate'/src/Sylius/Bundle/PromotionBundle/Tests/Command/GenerateCouponsCommandTest.php127
'This order item unit is assigned to a different order item.'/src/Sylius/Component/Order/spec/Model/OrderItemSpec.php168
'You must configure the logout path to be handled by the firewall.'/src/Sylius/Bundle/UiBundle/spec/Controller/SecurityControllerSpec.php103
'You must configure the check path to be handled by the firewall.'/src/Sylius/Bundle/UiBundle/spec/Controller/SecurityControllerSpec.php95
'Delayed message exception'/src/Sylius/Bundle/ApiBundle/spec/DataPersister/MessengerDataPersisterSpec.php70
'Delayed message exception'/src/Sylius/Bundle/ApiBundle/spec/DataPersister/MessengerDataPersisterSpec.php66
'Delayed message exception'/src/Sylius/Bundle/ApiBundle/spec/DataPersister/MessengerDataPersisterSpec.php54
'Delayed message exception'/src/Sylius/Bundle/ApiBundle/spec/DataPersister/MessengerDataPersisterSpec.php49
'Delayed message exception'/src/Sylius/Bundle/ApiBundle/spec/DataPersister/MessengerDataPersisterSpec.php47
'Cannot delete a product that is in use by a promotion rule.'/src/Sylius/Bundle/ApiBundle/EventSubscriber/ProductDeletionEventSubscriber.php46
'Tagged taxation calculators needs to have `calculator` attribute.'/src/Sylius/Bundle/TaxationBundle/DependencyInjection/Compiler/RegisterCalculatorsPass.php34
'JWT Token not found'/src/Sylius/Bundle/ApiBundle/DataPersister/AddressDataPersister.php62
'Route not found'/src/Sylius/Bundle/ApiBundle/EventSubscriber/KernelRequestEventSubscriber.php43
sprintf('There is no template defined for block "%s" in event "%s".', $this->name, $this->eventName, )/src/Sylius/Bundle/UiBundle/Registry/TemplateBlock.php41
sprintf('Trying to overwrite block "%s" with block "%s".', $this->name, $block->name, )/src/Sylius/Bundle/UiBundle/Registry/TemplateBlock.php69
'You must configure the check path to be handled by the firewall.'/src/Sylius/Bundle/UiBundle/Controller/SecurityController.php63
'You must configure the logout path to be handled by the firewall.'/src/Sylius/Bundle/UiBundle/Controller/SecurityController.php68
'Tagged shipping methods resolvers need to have `type` and `label` attributes.'/src/Sylius/Bundle/ShippingBundle/DependencyInjection/Compiler/RegisterShippingMethodsResolversPass.php34
'Tagged shipping calculators needs to have `calculator` and `label` attributes.'/src/Sylius/Bundle/ShippingBundle/DependencyInjection/Compiler/RegisterCalculatorsPass.php35
'Tagged attribute type needs to have `attribute_type`, `label` and `form_type` attributes.'/src/Sylius/Bundle/AttributeBundle/DependencyInjection/Compiler/RegisterAttributeTypePass.php35
'Tagged shipping method rule checker `' . $id . '` needs to have `type`, `form_type` and `label` attributes.'/src/Sylius/Bundle/ShippingBundle/DependencyInjection/Compiler/RegisterRuleCheckersPass.php36
sprintf('Cannot provide only available values in "%s" because a "%s" is required but ' . 'none has been set.', __CLASS__, AvailableProductOptionValuesResolverInterface::class, )/src/Sylius/Bundle/ProductBundle/Form/Type/ProductOptionValueChoiceType.php55
sprintf('Each object passed as option list must implement "%s"', ProductOptionInterface::class)/src/Sylius/Bundle/ProductBundle/Form/Type/ProductOptionValueCollectionType.php44
'Order should have at least one shipment.'/src/Sylius/Behat/Context/Ui/EmailContext.php179
sprintf('Invalid child property value type for property "%s", expected array', $propertyName, )/src/Sylius/Bundle/ApiBundle/ApiPlatform/ResourceMetadataPropertyValueResolver.php47
'Delete account should throw an exception!'/src/Sylius/Behat/Context/Ui/CustomerContext.php45
sprintf('The operation "%s" cannot be found in the Swagger specification.', $swaggerData['operationId'])/src/Sylius/Bundle/ApiBundle/ApiPlatform/Bridge/Symfony/Bundle/Action/SwaggerUiAction.php171
sprintf('No %s route associated with the type "%s".', $operationType, $resourceClass)/src/Sylius/Bundle/ApiBundle/ApiPlatform/Bridge/Symfony/Routing/RouteNameResolver.php98
sprintf('Resource "%s" not found.', $resourceClass)/src/Sylius/Bundle/ApiBundle/ApiPlatform/Factory/MergingExtractorResourceMetadataFactory.php89
sprintf('Request does not have the following required fields specified: %s.', implode(', ', $missingFields))/src/Sylius/Bundle/ApiBundle/Serializer/CommandDenormalizer.php70
'Visitor should provide an email'/src/Sylius/Bundle/ApiBundle/CommandHandler/Catalog/AddProductReviewHandler.php46
'Please run "composer require symfony/dotenv" to load the ".env" files configuring the application.'/config/bootstrap.php15
'Payment method can not be set'/src/Sylius/Bundle/ApiBundle/CommandHandler/Checkout/ChoosePaymentMethodHandler.php81
'SYMFONY_VERSION environment variable is not set.'/RoboFile.php56
sprintf('Cannot pick up cart, locale code "%s" does not exist.', $localeCode, )/src/Sylius/Bundle/ApiBundle/CommandHandler/Cart/PickupCartHandler.php108
'There is currently no customer with given email'/src/Sylius/Bundle/ApiBundle/CommandHandler/Cart/BlameCartHandler.php39
'Cart with given token value could not be found'/src/Sylius/Bundle/ApiBundle/CommandHandler/Cart/BlameCartHandler.php46