Skip to content

Commit

Permalink
Merge pull request #31623 from colemanw/queryComment
Browse files Browse the repository at this point in the history
NFC - Simplify api4 docblock
  • Loading branch information
totten authored Dec 18, 2024
2 parents 699dc0c + d59381c commit fe42faf
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Civi/Api4/Query/Api4Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,8 @@
* * negated: ['NOT', $node]
* * branch: ['OR|NOT', [$node, $node, ...]]
*
* Leaf operators are one of:
*
* * '=', '<=', '>=', '>', '<', 'LIKE', "<>", "!=",
* * 'NOT LIKE', 'IN', 'NOT IN', 'BETWEEN', 'NOT BETWEEN',
* * 'IS NOT NULL', 'IS NULL', 'CONTAINS', 'NOT CONTAINS',
* * 'IS EMPTY', 'IS NOT EMPTY', 'REGEXP', 'NOT REGEXP'
* * 'REGEXP BINARY', 'NOT REGEXP BINARY'
* For leaf operators,
* @see CoreUtil::getOperators()
*/
abstract class Api4Query {

Expand Down

0 comments on commit fe42faf

Please sign in to comment.