Skip to content

Commit

Permalink
Add Result template type
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Jul 17, 2022
1 parent 287afcb commit b441a1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/MysqlResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

use Amp\Sql\Result;

/**
* @extends Result<bool|int|float|string|null>
*/
interface MysqlResult extends Result
{
/**
Expand Down

0 comments on commit b441a1f

Please sign in to comment.