Update for Stream to Pipeline name change

This commit is contained in:
Aaron Piotrowski 2020-08-28 11:37:54 -05:00
parent 0c403bb4ca
commit e7f7265a28
No known key found for this signature in database
GPG Key ID: ADD1EF783EDE9EEB

View File

@ -3,9 +3,9 @@
namespace Amp\Sql; namespace Amp\Sql;
use Amp\Promise; 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 * Promise returned resolves with a map (associative array) of column-names to column-values for each row in the