From 5f180b466283680829420a829b86c0a15cfce897 Mon Sep 17 00:00:00 2001 From: cerys Date: Sun, 9 Jun 2024 22:41:29 +0000 Subject: [PATCH] Add 'src/Enumerators/DeegraphNumericalComparator.php' Signed-off-by: cerys --- src/Enumerators/DeegraphNumericalComparator.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/Enumerators/DeegraphNumericalComparator.php diff --git a/src/Enumerators/DeegraphNumericalComparator.php b/src/Enumerators/DeegraphNumericalComparator.php new file mode 100644 index 0000000..2ae6739 --- /dev/null +++ b/src/Enumerators/DeegraphNumericalComparator.php @@ -0,0 +1,11 @@ +"; + case LESS_THAN_OR_EQUAL_TO = "<="; + case MORE_THAN_OR_EQUAL_TO = ">="; +}