Skip to content

Commit

Permalink
Completed docblock with new search modes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-KM committed Oct 27, 2019
1 parent b6b12bd commit c05e31e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions application/src/Api/Adapter/AbstractResourceEntityAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ function ($key, $element) use ($requiredProp) {
* - nin: does not contain
* - ex: has any value
* - nex: has no value
* - list: is in list
* - nlist: is not in list
* - res: has resource
* - nres: has no resource
*
* @param QueryBuilder $qb
* @param array $query
Expand Down

0 comments on commit c05e31e

Please sign in to comment.