Skip to content

Commit

Permalink
Update for Stream to Pipeline name change
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Aug 28, 2020
1 parent 0c403bb commit e7f7265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Result.php
Expand Up @@ -3,9 +3,9 @@
namespace Amp\Sql;

use Amp\Promise;
use Amp\Stream;
use Amp\Pipeline;

interface Result extends Stream
interface Result extends Pipeline
{
/**
* Promise returned resolves with a map (associative array) of column-names to column-values for each row in the
Expand Down

0 comments on commit e7f7265

Please sign in to comment.