summaryrefslogtreecommitdiff
path: root/ext/sqlite3/sqlite3.stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sqlite3/sqlite3.stub.php')
-rw-r--r--ext/sqlite3/sqlite3.stub.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite3/sqlite3.stub.php b/ext/sqlite3/sqlite3.stub.php
index ef05ab6a80..95bfb312d8 100644
--- a/ext/sqlite3/sqlite3.stub.php
+++ b/ext/sqlite3/sqlite3.stub.php
@@ -53,7 +53,7 @@ class SQLite3
/** @return bool */
public function exec(string $query) {}
- /** @return SQLite3Result|false|null */
+ /** @return SQLite3Result|false */
public function query(string $query) {}
/** @return mixed */