Skip to content

Commit

Permalink
Update stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
phpstan-bot committed Aug 10, 2024
1 parent dc766a0 commit acb1a92
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions stubs/ext/pdo_sqlite/Pdo/Sqlite.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ public function createCollation(string $name, callable $callback): bool
public function createFunction(string $function_name, callable $callback, int $num_args = -1, int $flags = 0): bool
{
}
// PDO_SQLITE_OMIT_LOAD_EXTENSION might be defined by ext/pdo_sqlite/config.m4
// if Sqlite3 did not have the sqlite3_load_extension function present
// which can depend on how SQLite was compiled: https://www.sqlite.org/compile.html
#ifndef PDO_SQLITE_OMIT_LOAD_EXTENSION
public function loadExtension(string $name): void
{
Expand Down

0 comments on commit acb1a92

Please sign in to comment.