Skip to content

Commit

Permalink
Improve DbiDummy::addResult phpdoc
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Feb 11, 2022
1 parent 895b089 commit c26c153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/classes/Stubs/DbiDummy.php
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ public function escapeString($link, $str)
*
* @return void
*
* @phpstan-param (int[]|string[]|array{string: string})[]|bool $result
* @phpstan-param ((string|null|int|bool)[]|array{string: string})[]|bool $result
*/
public function addResult(string $query, $result, array $columns = [], array $metadata = [])
{
Expand Down

0 comments on commit c26c153

Please sign in to comment.