From 74caf06280f8ce88cf97ea49fad8593d4f9c3b24 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Thu, 6 May 2021 23:34:55 +0200 Subject: [PATCH] Use lowercase typing for instanceof > instanceOf --- src/NodaHierarchyHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NodaHierarchyHelper.php b/src/NodaHierarchyHelper.php index 5fa1e37..48bcc73 100644 --- a/src/NodaHierarchyHelper.php +++ b/src/NodaHierarchyHelper.php @@ -23,7 +23,7 @@ final class NodaHierarchyHelper { public static function findHighestRelatedTag(MDMysqli $mysqli_noda, int $tag_id, $higherStmt = null):int { $builtHigherStmt = false; - if (!$higherStmt instanceOf MDMysqliStmt) { + if (!$higherStmt instanceof MDMysqliStmt) { $higherStmt = $mysqli_noda->do_prepare("SELECT `tag_mayor_id` FROM `tag_relation` WHERE `tag_relation`.`tag_relation` != 2