Skip to content

Commit

Permalink
no issue - fixes minor bug in result
Browse files Browse the repository at this point in the history
  • Loading branch information
pounard committed Feb 27, 2024
1 parent 8ad4dfe commit 2284730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Result/DbalResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function fetchAssociative(): null|array;
* @return mixed
* SQL value. Some drivers might already have converted it.
*/
public function fetchOne(int|string $valueColumn = 1): mixed;
public function fetchOne(int|string $valueColumn = 0): mixed;

/**
* Returns an array containing all of the result rows represented as numeric arrays.
Expand Down

0 comments on commit 2284730

Please sign in to comment.