File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2121use Ibexa \Behat \Browser \Locator \LocatorInterface ;
2222use Ibexa \Contracts \Core \Repository \Exceptions \NotImplementedException ;
2323use OAndreyev \Mink \Driver \WebDriver ;
24- use RuntimeException ;
2524
26- class DevToolsDriverUnavailableException extends \RuntimeException {}
25+ class DevToolsDriverUnavailableException extends \RuntimeException
26+ {
27+ }
2728
2829abstract class Component implements ComponentInterface
2930{
Original file line number Diff line number Diff line change 1212use Behat \Mink \Session ;
1313use FriendsOfBehat \SymfonyExtension \Mink \MinkParameters ;
1414
15- class FileReadException extends \RuntimeException {}
15+ class FileReadException extends \RuntimeException
16+ {
17+ }
1618
1719class FileUploadHelper
1820{
You can’t perform that action at this time.
0 commit comments