Completed
Push — master ( 9028bd...ed0969 )
by Davey
03:09
created
src/Frame.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.