@@ -47,7 +47,7 @@ |
||
| 47 | 47 | */ |
| 48 | 48 | public function __construct($stream, $options = []) |
| 49 | 49 | { |
| 50 | - if (!is_resource($stream)||!$stream) { |
|
| 50 | + if (!is_resource($stream) || !$stream) { |
|
| 51 | 51 | throw new \InvalidArgumentException('Stream must be a resource'); |
| 52 | 52 | } |
| 53 | 53 | |