diff --git a/src/SQLite.php b/src/SQLite.php index 9b007f7..a19db06 100644 --- a/src/SQLite.php +++ b/src/SQLite.php @@ -1,8 +1,8 @@ db_path = $db; @@ -33,7 +33,7 @@ } // Execute a prepared statement and SQLite3Result object - private function run_query(string $query, mixed $values = []): SQLite3Result|bool { + private function run_query(string $query, mixed $values = []): \SQLite3Result|bool { $statement = $this->prepare($query); // Format optional placeholder "?" with values