fix normal/verbose/quiet output
[pharext/pharext] / src / pharext / Task / StreamFetch.php
index 029754ef773e906b7d9e57df012f511afc3d5ace..d2a9e821d9856a80012f985f3e4d29f6af69f4a8 100644 (file)
@@ -65,7 +65,7 @@ class StreamFetch implements Task
                }
                $context = $this->createStreamContext();
 
-               if (!$remote = fopen($this->source, "r", false, $context)) {
+               if (!$remote = @fopen($this->source, "r", false, $context)) {
                        throw new Exception;
                }