Skip to content

Commit

Permalink
Revert "return object" for CommandInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Aug 20, 2024
1 parent 8399664 commit b6db838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/CommandInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ public function queryColumn(): array;
*
* @return array|null The first row as an `array` of the query result. `null` if the query results in nothing.
*/
public function queryOne(): array|object|null;
public function queryOne(): array|null;

/**
* Execute the SQL statement and returns the value of the first column in the first row of data.
Expand Down

0 comments on commit b6db838

Please sign in to comment.