mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix PHPdoc
This commit is contained in:
parent
78feb6514b
commit
e23e459c41
1 changed files with 2 additions and 2 deletions
|
|
@ -1028,11 +1028,11 @@ class Access extends LDAPUtility {
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief combines the input filters with AND
|
||||
* combines the input filters with OR
|
||||
* @param $filters array, the filters to connect
|
||||
* @returns the combined filter
|
||||
*
|
||||
* Combines Filter arguments with AND
|
||||
* Combines Filter arguments with OR
|
||||
*/
|
||||
public function combineFilterWithOr($filters) {
|
||||
return $this->combineFilter($filters, '|');
|
||||
|
|
|
|||
Loading…
Reference in a new issue