We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db17f53 commit f082b1fCopy full SHA for f082b1f
src/Stdin.php
@@ -41,6 +41,12 @@ public function pause()
41
}
42
43
44
+ public function close()
45
+ {
46
+ $this->pause();
47
+ parent::close();
48
+ }
49
+
50
public function __destruct()
51
{
52
$this->pause();
src/Stdio.php
@@ -110,7 +110,6 @@ public function end($data = null)
110
public function close()
111
112
$this->readline->setInput('')->setPrompt('')->clear();
113
- $this->input->pause();
114
$this->input->close();
115
$this->output->close();
116
0 commit comments