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.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/ext/sqlite3/sqlite3.stub.php b/ext/sqlite3/sqlite3.stub.php
index 95bfb312d8..37776aea66 100644
--- a/ext/sqlite3/sqlite3.stub.php
+++ b/ext/sqlite3/sqlite3.stub.php
@@ -1,10 +1,13 @@
<?php
-/** @generate-function-entries */
+/** @generate-class-entries */
class SQLite3
{
- /** @implementation-alias SQLite3::open */
+ /**
+ * @implementation-alias SQLite3::open
+ * @no-verify SQLite3::open should really be static
+ */
public function __construct(string $filename, int $flags = SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE, string $encryptionKey = "") {}
/** @return void */