Skip to content

Commit

Permalink
Fix minor phpdoc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Jun 17, 2017
1 parent 03ea140 commit 0071609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/InputStream.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ interface InputStream {
*
* @return Promise Resolves with a string when new data is available or `null` if the stream has closed.
*
* @throws PendingReadException Thrown if another read operation is still pending.
* @throws PendingReadError Thrown if another read operation is still pending.
*/
public function read(): Promise;
}

0 comments on commit 0071609

Please sign in to comment.