Skip to content

Commit

Permalink
Fix type hinting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbager committed Feb 6, 2018
1 parent cdc9ba2 commit 7e94e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Context/ShippingGatewayContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ private function getExistingShippingGateway(int $id): ShippingGatewayInterface

if (false === $shippingGateway instanceof ShippingGatewayInterface) {
throw new ShippingGatewayNotFoundException(sprintf(
'Gateway with %s id could not be found',
'Gateway with %d id could not be found in the database.',
$id
));
}
Expand Down

0 comments on commit 7e94e3a

Please sign in to comment.