Skip to content

Commit

Permalink
Update apidoc for OPERATOR_IN_ARRAY
Browse files Browse the repository at this point in the history
  • Loading branch information
nohponex committed Feb 3, 2016
1 parent f462775 commit 2300c71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Models/Operator.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ class Operator
const OPERATOR_NOT_IN = 'NOT IN';

/**
* ∈, is an element of array
* ∈, is an element of array *(URL encoded : `%E2%88%88"`)*
*/
const OPERATOR_IN_ARRAY = '∈';
/**
* ∉, is not an element of array
* ∉, is not an element of array *(URL encoded : `%E2%88%89`)*
*/
const OPERATOR_NOT_IN_ARRAY = '∉';

Expand Down

0 comments on commit 2300c71

Please sign in to comment.