Skip to content

Commit 3e18688

Browse files
committed
indentation
1 parent ab1aa13 commit 3e18688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/phpunit-bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ function ensurePIGroupDoesNotExist()
197197
$LDAP->getPIGroupEntry($gid)->delete();
198198
ensure(!$USER->getPIGroup()->exists());
199199
}
200-
if (count($USER->getPIGroupGIDs()) === 0) {
200+
if (count($USER->getPIGroupGIDs()) === 0) {
201201
$USER->setFlag(UserFlag::QUALIFIED, false);
202202
}
203203
}

0 commit comments

Comments
 (0)