[CS][DX] Refactor

This commit is contained in:
Sylius Bot 2024-07-16 02:19:55 +00:00 committed by GitHub
parent 069d1f4c00
commit 3135b91fe3

View file

@ -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));
}
}