Skip to content

Commit 40934a1

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

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
@@ -63,7 +63,7 @@ public function querySingle(string $query, bool $entireRow = false) {}
6363
public function createFunction(string $name, callable $callback, int $argumentCount = -1, int $flags = 0) {}
6464

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

6868
/** @return bool */
6969
public function createCollation(string $name, callable $callback) {}

0 commit comments

Comments
 (0)