Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / process / Pipes / WindowsPipes.php
index a1e3115519f35fe1ffc4f136e207f15e2304987f..d5fa2fdeef67c9ac99536547c1156c411c8a388a 100644 (file)
@@ -26,16 +26,12 @@ use Symfony\Component\Process\Exception\RuntimeException;
  */
 class WindowsPipes extends AbstractPipes
 {
-    /** @var array */
     private $files = array();
-    /** @var array */
     private $fileHandles = array();
-    /** @var array */
     private $readBytes = array(
         Process::STDOUT => 0,
         Process::STDERR => 0,
     );
-    /** @var bool */
     private $haveReadSupport;
 
     public function __construct($input, $haveReadSupport)