From 6baed0c998449d110452184cf16c694eb22705b9 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 1 Dec 2015 13:37:32 +0100 Subject: fix code style --- build/integration/features/bootstrap/Provisioning.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build') 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 -- cgit v1.2.3