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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-12-01 15:37:32 +0300
committerMorris Jobke <hey@morrisjobke.de>2015-12-01 16:51:33 +0300
commit6baed0c998449d110452184cf16c694eb22705b9 (patch)
tree5c1ee498031fe32ea85c8d7df4cfefb9a4dd8203 /build
parente86c847df57a0809c988c79ceba80044c052e999 (diff)
fix code style
Diffstat (limited to 'build')
-rw-r--r--build/integration/features/bootstrap/Provisioning.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/integration/features/bootstrap/Provisioning.php b/build/integration/features/bootstrap/Provisioning.php
index 86d476944fd..9a21c0bb1d4 100644
--- a/build/integration/features/bootstrap/Provisioning.php
+++ b/build/integration/features/bootstrap/Provisioning.php
@@ -175,7 +175,7 @@ trait Provisioning {
* @Given /^user "([^"]*)" belongs to group "([^"]*)"$/
*/
public function assureUserBelongsToGroup($user, $group){
- if (!$this->userBelongsToGroup($user, $group)){
+ if (!$this->userBelongsToGroup($user, $group)){
$previous_user = $this->currentUser;
$this->currentUser = "admin";
$this->addingUserToGroup($user, $group);
@@ -431,7 +431,7 @@ trait Provisioning {
$this->theSubadminGroupsShouldBe($groupsList);
}
- /**
+ /**
* Parses the xml answer to get the array of users returned.
* @param ResponseInterface $resp
* @return array