Skip to content

Commit 45e3a4f

Browse files
kamil-tekielanikic
andauthored
s/$argumentCount/$argCount
Co-authored-by: Nikita Popov <[email protected]>
1 parent 40934a1 commit 45e3a4f

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
@@ -60,7 +60,7 @@ public function query(string $query) {}
6060
public function querySingle(string $query, bool $entireRow = false) {}
6161

6262
/** @return bool */
63-
public function createFunction(string $name, callable $callback, int $argumentCount = -1, int $flags = 0) {}
63+
public function createFunction(string $name, callable $callback, int $argCount = -1, int $flags = 0) {}
6464

6565
/** @return bool */
6666
public function createAggregate(string $name, callable $stepCallback, callable $finalCallback, int $argCount = -1) {}

0 commit comments

Comments
 (0)