@@ -99,7 +99,7 @@ |
||
| 99 | 99 | $this->flags->add($flag); |
| 100 | 100 | } |
| 101 | 101 | |
| 102 | - if ($this->stream_association === self::HAS_STREAM && !$this->stream_id) { |
|
| 102 | + if ($this->stream_association === self::HAS_STREAM && !$this->stream_id) { |
|
| 103 | 103 | throw new InvalidFrameException(); |
| 104 | 104 | } |
| 105 | 105 | |