Skip to content

Commit

Permalink
type-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Oct 13, 2024
1 parent 80573a4 commit c3bbcaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ public function get_pairs(string $query, array $args = []): array
* Execute an SQL query and return the the first column => the second column as an iterable object.
*
* @param QueryArgs $args
* @return \Generator<mixed>
* @return \Generator<string, mixed>
*/
public function get_pairs_iterable(string $query, array $args = []): \Generator
{
Expand Down

0 comments on commit c3bbcaa

Please sign in to comment.