Cerys
6 months ago
1 changed files with 12 additions and 12 deletions
@ -1,12 +1,12 @@ |
|||||
<?php |
<?php |
||||
|
|
||||
namespace Darksparrow\DeegraphPHP\Enumerators; |
namespace Darksparrow\DeegraphPHP\Enumerators; |
||||
|
|
||||
enum DeegraphNumericalComparitor: string |
enum DeegraphNumericalComparator: string |
||||
{ |
{ |
||||
case LESS_THAN = "<"; |
case LESS_THAN = "<"; |
||||
case MORE_THAN = ">"; |
case MORE_THAN = ">"; |
||||
case LESS_THAN_OR_EQUAL_TO = "<="; |
case LESS_THAN_OR_EQUAL_TO = "<="; |
||||
case MORE_THAN_OR_EQUAL_TO = ">="; |
case MORE_THAN_OR_EQUAL_TO = ">="; |
||||
} |
} |
||||
|
|
Loading…
Reference in new issue