From 8ab3254ad571a35b125fea59cd757102a29ce666 Mon Sep 17 00:00:00 2001 From: Cerys Date: Sun, 9 Jun 2024 20:20:25 +0100 Subject: [PATCH] typo fix --- ...or.php => DeegraphNumericalComparator.php} | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) rename src/Enumerators/{DeegraphNumericalComparitor.php => DeegraphNumericalComparator.php} (78%) diff --git a/src/Enumerators/DeegraphNumericalComparitor.php b/src/Enumerators/DeegraphNumericalComparator.php similarity index 78% rename from src/Enumerators/DeegraphNumericalComparitor.php rename to src/Enumerators/DeegraphNumericalComparator.php index 2a7e985..94af3a0 100644 --- a/src/Enumerators/DeegraphNumericalComparitor.php +++ b/src/Enumerators/DeegraphNumericalComparator.php @@ -1,12 +1,12 @@ -"; - case LESS_THAN_OR_EQUAL_TO = "<="; - case MORE_THAN_OR_EQUAL_TO = ">="; -} - +"; + case LESS_THAN_OR_EQUAL_TO = "<="; + case MORE_THAN_OR_EQUAL_TO = ">="; +} +