File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2929 * A helper class for managing wopi requests
3030 */
3131class CollaborationHelper {
32-
3332 /**
3433 * @param string $fileId
3534 * @param string $app
Original file line number Diff line number Diff line change @@ -677,10 +677,10 @@ public static function sendScenarioLineReferencesInXRequestId(): bool {
677677 * @return bool
678678 */
679679 public static function getXRequestIdRegex (): string {
680- if (self ::sendScenarioLineReferencesInXRequestId ()){
680+ if (self ::sendScenarioLineReferencesInXRequestId ()) {
681681 return '/^[a-zA-Z]+\/[a-zA-Z]+\.feature:\d+(-\d+)?$/ ' ;
682682 }
683683 $ host = gethostname ();
684684 return "/^ $ host\/.*$/ " ;
685- }
685+ }
686686}
Original file line number Diff line number Diff line change @@ -3828,7 +3828,7 @@ public function asUsertheXMLResponseShouldContainMountpointWithTheseKeyAndValueP
38283828 */
38293829 public function theXMLResponseShouldContain (string $ spaceNameOrMountPoint , TableNode $ table ): void {
38303830 $ xmlResponse = $ this ->featureContext ->getResponseXml ();
3831- $ hrefs = array_map (fn ($ href ) => $ href ->__toString (), $ xmlResponse ->xpath ("//d:response/d:href " ));
3831+ $ hrefs = array_map (fn ($ href ) => $ href ->__toString (), $ xmlResponse ->xpath ("//d:response/d:href " ));
38323832
38333833 $ currentHref = '' ;
38343834 foreach ($ hrefs as $ href ) {
You can’t perform that action at this time.
0 commit comments