mirror of
https://github.com/danog/process.git
synced 2024-11-26 20:24:43 +01:00
Remove outdated default property value
This commit is contained in:
parent
f8fd55993d
commit
239605b2e8
@ -12,7 +12,7 @@ use Amp\Promise;
|
||||
|
||||
class ProcessOutputStream implements OutputStream {
|
||||
/** @var \SplQueue */
|
||||
private $queuedWrites = [];
|
||||
private $queuedWrites;
|
||||
|
||||
/** @var bool */
|
||||
private $shouldClose = false;
|
||||
|
Loading…
Reference in New Issue
Block a user