Passed
Push — master ( 783b03...a6142d )
by Zaahid
02:20 queued 13s
created
src/NonClosingStream.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     }
Please login to merge, or discard this patch.