Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / process / Pipes / PipesInterface.php
index b91c393d870e4fc7b2136ff048da33774a04667a..52bbe76b8f67b76ebd83fa5d1b82a7c7c26371e1 100644 (file)
@@ -53,6 +53,13 @@ interface PipesInterface
      */
     public function areOpen();
 
+    /**
+     * Returns if pipes are able to read output.
+     *
+     * @return bool
+     */
+    public function haveReadSupport();
+
     /**
      * Closes file handles and pipes.
      */