Run php-cs-fixer on the code base
This commit is contained in:
@@ -36,8 +36,7 @@ class Projectuser extends Base
|
||||
|
||||
if ($this->userSession->isAdmin()) {
|
||||
$project_ids = $this->project->getAllIds();
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
$project_ids = $this->projectPermission->getMemberProjectIds($this->userSession->getId());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user