From 26c7e8a0a6094a75211f28bfb39de35d3e11177a Mon Sep 17 00:00:00 2001 From: Cerys Date: Sun, 9 Jun 2024 23:44:01 +0100 Subject: [PATCH] stuff from the broken branch lol --- composer.json | 2 +- src/QueryBuilder/QueryBuilders/SelectQuery.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 8b877c6..581ace6 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/QueryBuilder/QueryBuilders/SelectQuery.php b/src/QueryBuilder/QueryBuilders/SelectQuery.php index 033889c..e8cb8a2 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