updated packages
This commit is contained in:
2
vendor/symfony/process/InputStream.php
vendored
2
vendor/symfony/process/InputStream.php
vendored
@@ -22,7 +22,7 @@ class InputStream implements \IteratorAggregate
|
||||
{
|
||||
/** @var callable|null */
|
||||
private $onEmpty = null;
|
||||
private $input = array();
|
||||
private $input = [];
|
||||
private $open = true;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user