8000 [Process] Fix typo, no arguments needed anymore · symfony/symfony@7f89158 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f89158

Browse files
committed
[Process] Fix typo, no arguments needed anymore
1 parent 31aef7b commit 7f89158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Process/Process.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,7 @@ private function getDescriptors()
12321232
$this->processPipes = UnixPipes::create($this, $this->input);
12331233
}
12341234

1235-
return $this->processPipes->getDescriptors($this->outputDisabled);
1235+
return $this->processPipes->getDescriptors();
12361236
}
12371237

12381238
/**

0 commit comments

Comments
 (0)
0