We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c25f3ea commit 2b6f6dfCopy full SHA for 2b6f6df
1 file changed
src/CLI/Console.php
@@ -91,7 +91,7 @@ static public function confirm(string $question) {
91
*
92
* This function was inspired by: https://stackoverflow.com/a/13287902/2299554
93
*/
94
- public function execute(string $cmd, string $stdin = null, string &$stdout, string &$stderr, int $timeout = -1):int
+ static public function execute(string $cmd, string $stdin = null, string &$stdout, string &$stderr, int $timeout = -1):int
95
{
96
$pipes = [];
97
$process = proc_open(
0 commit comments