Passed
Push — master ( f41556...5b26a6 )
by Zaahid
13:23
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
         return null;
66 66
     }
67 67
 }
Please login to merge, or discard this patch.