Skip to content

Commit 076d417

Browse files
fix ProcessPipes
1 parent bea1537 commit 076d417

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Process/ProcessPipes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ public function getDescriptors()
120120
array('file', '/dev/tty', 'w'),
121121
array('file', '/dev/tty', 'w'),
122122
);
123-
} elseif ($this->ptyMode && Porcess::isPtySupported()) {
124-
$descriptors = array(
123+
} elseif ($this->ptyMode && Process::isPtySupported()) {
124+
return array(
125125
array('pty'),
126126
array('pty'),
127127
array('pty'),

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy