Passed
Push — psr-implementation ( ec864f...d87505 )
by Charis
01:28
created
src/Http/Stream.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
 
119 119
         $result = $this->stream;
120 120
         unset($this->stream);
121
-        $this->size     = $this->uri     = null;
121
+        $this->size     = $this->uri = null;
122 122
         $this->readable = $this->writable = $this->seekable = false;
123 123
 
124 124
         return $result;
Please login to merge, or discard this patch.