Skip to content

Commit 5809b11

Browse files
authored
Fix line length code style issue (#214)
1 parent ec65295 commit 5809b11

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Locators/Locators.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ class Locators
4747
* @var array
4848
* @since 3.7.4.2
4949
*/
50-
public $frontEndLoginSuccess = ['xpath' => "//form[@class='mod-login-logout form-vertical']/div[@class='mod-login-logout__button logout-button']"];
50+
public $frontEndLoginSuccess = [
51+
'xpath' => "//form[@class='mod-login-logout form-vertical']/div[@class='mod-login-logout__button logout-button']"
52+
];
5153

5254
/**
5355
* Locator for the Logout Button

0 commit comments

Comments
 (0)