diff --git a/composer.json b/composer.json index a6908ee..b9415aa 100755 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "authors": [ { "name": "Cerys Lewis", - "email": "cerys@darksparrow.uk", + "email": "cerys.lewis@darksparrow.uk", "homepage": "https://ceryslewis.dev", "role": "Lead Developer" } 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 = ">="; +} + diff --git a/src/QueryBuilder/QueryBuilders/SelectQuery.php b/src/QueryBuilder/QueryBuilders/SelectQuery.php index e8b7b1e..276cc26 100755 --- a/src/QueryBuilder/QueryBuilders/SelectQuery.php +++ b/src/QueryBuilder/QueryBuilders/SelectQuery.php @@ -53,9 +53,9 @@ final class SelectQuery $this->Where = "" . $target . " " . $operator->value . " " . $value; return $this; } - public function InstanceOf(string $target): SelectQuery + public function InstanceOf(string $schema): SelectQuery { - $this->InstanceOf = "" . $target; + $this->InstanceOf = "" . $schema; return $this; } } \ No newline at end of file