code-cleanup: removed unused classes, added role constants, phpcs fixes (#96)

This commit is contained in:
Kevin Papst
2018-01-16 23:56:55 +01:00
committed by GitHub
parent 0a65965187
commit 7df21f3f5a
13 changed files with 35 additions and 118 deletions

View File

@@ -67,5 +67,4 @@ class ActivityQuery extends VisibilityQuery
$this->project = $project;
return $this;
}
}

View File

@@ -168,5 +168,4 @@ class BaseQuery
$this->hiddenEntity = $hiddenEntity;
return $this;
}
}