mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[CS][DX] Refactor
This commit is contained in:
parent
069d1f4c00
commit
3135b91fe3
1 changed files with 1 additions and 1 deletions
|
|
@ -322,7 +322,7 @@ class ShowPage extends SymfonyPage implements ShowPageInterface
|
|||
} while (!$isOpen && microtime(true) < $end);
|
||||
|
||||
if (!$isOpen) {
|
||||
throw new UnexpectedPageException('Is not open: ' . $e->getMessage() . ' ' . json_encode($urlParameters));
|
||||
throw new UnexpectedPageException('Is not open: ' . $e->getMessage() . ' ' . json_encode($urlParameters));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue