Passed
Pull Request — psr-implementation (#45)
by kenny
03:01
created
src/Http/Stream.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
      */
48 48
     public function __construct($stream, $options = [])
49 49
     {
50
-        if (!is_resource($stream)||!$stream) {
50
+        if (!is_resource($stream) || !$stream) {
51 51
             throw new \InvalidArgumentException('Stream must be a resource');
52 52
         }
53 53
 
Please login to merge, or discard this patch.