🔧
This commit is contained in:
2
vendor/symfony/process/InputStream.php
vendored
2
vendor/symfony/process/InputStream.php
vendored
@@ -31,7 +31,7 @@ class InputStream implements \IteratorAggregate
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function onEmpty(callable $onEmpty = null)
|
||||
public function onEmpty(?callable $onEmpty = null)
|
||||
{
|
||||
$this->onEmpty = null !== $onEmpty ? $onEmpty(...) : null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user