Skip to content

Commit 8116287

Browse files
committed
style: fix formatting
1 parent 72cbc44 commit 8116287

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/acceptance/bootstrap/WebDavPropertiesContext.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,11 +1003,11 @@ public function assertXpathValueMatchesPattern(
10031003
$pattern = \ltrim($pattern, "\/");
10041004
$prefixRemotePhp = \rtrim(WebdavHelper::prefixRemotePhp(""), "/");
10051005

1006-
if ($prefixRemotePhp === '') {
1007-
$pattern = "/^\/{$pattern}";
1008-
} else {
1009-
$pattern = "/^\/{$prefixRemotePhp}\/{$pattern}";
1010-
}
1006+
if ($prefixRemotePhp === '') {
1007+
$pattern = "/^\/{$pattern}";
1008+
} else {
1009+
$pattern = "/^\/{$prefixRemotePhp}\/{$pattern}";
1010+
}
10111011
}
10121012
$pattern = $this->featureContext->substituteInLineCodes(
10131013
$pattern,

0 commit comments

Comments
 (0)