10000 minor #17426 [2.7][Process] Fix typo, no arguments needed anymore (ro… · symfony/symfony@18604e2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 18604e2

Browse files
committed
minor #17426 [2.7][Process] Fix typo, no arguments needed anymore (romainneutron)
This PR was merged into the 2.7 branch. Discussion ---------- [2.7][Process] Fix typo, no arguments needed anymore | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | N/A | License | MIT Commits ------- 7f89158 [Process] Fix typo, no arguments needed anymore
2 parents 31aef7b + 7f89158 commit 18604e2

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