Skip to content

Wrong values of constants in SearchFilters #6

@padhie

Description

@padhie

The constants of the file xivapi-php/src/XIVAPI/Api/SearchFilters.php seem to be wrong.
It is actually about the constants LESS_THAN and LESS_THAN_OR_EQUAL_TO.

    const EQUAL_TO                  = '=';
    const GREATER_THAN              = '>';
    const GREATER_THAN_OR_EQUAL_TO  = '>=';
    const LESS_THAN                 = '>';
    const LESS_THAN_OR_EQUAL_TO     = '>=';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions