Skip to content

Commit d5aaec5

Browse files
kamil-tekielanikic
andauthored
s/$sqlite3/$destination
Co-authored-by: Nikita Popov <nikita.ppv@googlemail.com>
1 parent 85a12fb commit d5aaec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/sqlite3/sqlite3.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function loadExtension(string $name) {}
4141

4242
#if SQLITE_VERSION_NUMBER >= 3006011
4343
/** @return bool */
44-
public function backup(SQLite3 $sqlite3, string $sourceDatabase = "main", string $destinationDatabase = "main") {}
44+
public function backup(SQLite3 $destination, string $sourceDatabase = "main", string $destinationDatabase = "main") {}
4545
#endif
4646

4747
/** @return string */

0 commit comments

Comments
 (0)