Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-23 04:03:39 +0300
committerJulius Härtl <jus@bitgrid.net>2022-07-25 08:37:03 +0300
commit05657472698a27f8afc57072e777e83240280bab (patch)
treeb0f4cc38f80a447b087ae392311f4a40ec6c7f0e /tests/features/bootstrap/DirectContext.php
parentc3bb47682592197ce40d6da633be2cf6dbc6bed0 (diff)
Bump friendsofphp/php-cs-fixer from 3.8.0 to 3.9.5
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 3.8.0 to 3.9.5. - [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases) - [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v3.8.0...v3.9.5) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'tests/features/bootstrap/DirectContext.php')
-rw-r--r--tests/features/bootstrap/DirectContext.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/features/bootstrap/DirectContext.php b/tests/features/bootstrap/DirectContext.php
index 8be661fd..f8b42621 100644
--- a/tests/features/bootstrap/DirectContext.php
+++ b/tests/features/bootstrap/DirectContext.php
@@ -133,7 +133,7 @@ class DirectContext implements Context {
if ($lastServer) {
$currentServer = parse_url($lastServer, PHP_URL_SCHEME) . '://'. parse_url($lastServer, PHP_URL_HOST) . (
parse_url($lastServer, PHP_URL_PORT) ? ':' . parse_url($lastServer, PHP_URL_PORT) : ''
- ). '/';
+ ). '/';
}
$contents = $response->getBody()->getContents();
$re = '/var richdocuments_([A-z]+) = (.*);/m';