From 52e29831bc92eb1a04eaa7288ed7894f676b7e00 Mon Sep 17 00:00:00 2001 From: Thomas Portelange Date: Tue, 24 Oct 2023 17:56:26 +0200 Subject: [PATCH] change scope --- code/SQLite3Query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/SQLite3Query.php b/code/SQLite3Query.php index 3ee3c0c..9047ef6 100644 --- a/code/SQLite3Query.php +++ b/code/SQLite3Query.php @@ -26,7 +26,7 @@ class SQLite3Query extends Query */ protected $handle; - protected int $count = 0; + private int $count = 0; /** * Hook the result-set given into a Query class, suitable for use by framework.