Skip to content

Commit 2b6f6df

Browse files
committed
Fixed missing static call
1 parent c25f3ea commit 2b6f6df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CLI/Console.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ static public function confirm(string $question) {
9191
*
9292
* This function was inspired by: https://stackoverflow.com/a/13287902/2299554
9393
*/
94-
public function execute(string $cmd, string $stdin = null, string &$stdout, string &$stderr, int $timeout = -1):int
94+
static public function execute(string $cmd, string $stdin = null, string &$stdout, string &$stderr, int $timeout = -1):int
9595
{
9696
$pipes = [];
9797
$process = proc_open(

0 commit comments

Comments
 (0)