mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 01:20:59 +00:00
[Behat] Add missing return type
This commit is contained in:
parent
5420787613
commit
eca592293b
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ final class ManagingOrdersContext implements Context
|
|||
/**
|
||||
* @Then /^the order's tax total should(?:| still) be ("[^"]+")$/
|
||||
*/
|
||||
public function theOrdersTaxTotalShouldBe(int $taxTotal)
|
||||
public function theOrdersTaxTotalShouldBe(int $taxTotal): void
|
||||
{
|
||||
Assert::same($this->responseChecker->getValue($this->client->getLastResponse(), 'taxTotal'), $taxTotal);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue