Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / process / InputStream.php
index 9bd917a7ef7cef309cad7ee2395f15534dea633d..0b830c1a6641fb39e151770a936f3af72ef89dba 100644 (file)
@@ -20,7 +20,7 @@ use Symfony\Component\Process\Exception\RuntimeException;
  */
 class InputStream implements \IteratorAggregate
 {
-    /** @var null|callable */
+    /** @var callable|null */
     private $onEmpty = null;
     private $input = array();
     private $open = true;