mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Fix sprintf parameters order
This commit is contained in:
parent
2abf0ddd66
commit
b71a67aa25
1 changed files with 1 additions and 1 deletions
|
|
@ -26,8 +26,8 @@ final class AvailableProductOptionValuesResolver implements AvailableProductOpti
|
|||
throw new \InvalidArgumentException(
|
||||
sprintf(
|
||||
'Cannot resolve available product option values. Option "%s" does not belong to product "%s".',
|
||||
$product->getCode(),
|
||||
$productOption->getCode(),
|
||||
$product->getCode(),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue