Skip to content

Commit

Permalink
Merge pull request #87 from clue-labs/no-stream
Browse files Browse the repository at this point in the history
Remove deprecated Stream class, use DuplexResourceStream instead
  • Loading branch information
WyriHaximus authored Apr 23, 2017
2 parents b684637 + c959339 commit 0d9a2c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -924,10 +924,6 @@ $buffer->softLimit = 8192;

See also [`write()`](#write) for more details.

> BC note: This class was previously called `Stream`.
The `Stream` class still exists for BC reasons and will be removed in future
versions of this package.

## Usage
```php
$loop = React\EventLoop\Factory::create();
Expand Down
11 changes: 0 additions & 11 deletions src/Stream.php

This file was deleted.

0 comments on commit 0d9a2c2

Please sign in to comment.