upgraded dependencies
This commit is contained in:
4
vendor/symfony/process/InputStream.php
vendored
4
vendor/symfony/process/InputStream.php
vendored
@@ -17,6 +17,8 @@ use Symfony\Component\Process\Exception\RuntimeException;
|
||||
* Provides a way to continuously write to the input of a Process until the InputStream is closed.
|
||||
*
|
||||
* @author Nicolas Grekas <p@tchwork.com>
|
||||
*
|
||||
* @implements \IteratorAggregate<int, string>
|
||||
*/
|
||||
class InputStream implements \IteratorAggregate
|
||||
{
|
||||
@@ -67,7 +69,7 @@ class InputStream implements \IteratorAggregate
|
||||
}
|
||||
|
||||
/**
|
||||
* @return \Traversable
|
||||
* @return \Traversable<int, string>
|
||||
*/
|
||||
#[\ReturnTypeWillChange]
|
||||
public function getIterator()
|
||||
|
Reference in New Issue
Block a user