@@ -51,7 +51,7 @@ discard block |
||
| 51 | 51 | */ |
| 52 | 52 | public function close() : void |
| 53 | 53 | { |
| 54 | - $this->stream = null; // @phpstan-ignore-line |
|
| 54 | + $this->stream = null; // @phpstan-ignore-line |
|
| 55 | 55 | } |
| 56 | 56 | |
| 57 | 57 | /** |
@@ -61,7 +61,7 @@ discard block |
||
| 61 | 61 | */ |
| 62 | 62 | public function detach() |
| 63 | 63 | { |
| 64 | - $this->stream = null; // @phpstan-ignore-line |
|
| 64 | + $this->stream = null; // @phpstan-ignore-line |
|
| 65 | 65 | |
| 66 | 66 | return null; |
| 67 | 67 | } |