Oleksandr Borysov

Results 3 comments of Oleksandr Borysov

Confirming the issue, getting the following error ``` Schema validation failed with the following errors: Data path "" should NOT have additional properties(port). ``` Though in my case I really...

I assume it's all about `src/EditCredentialsCommand.php:46`, where it should check for platform and skip if Windows: ``` if (!(stripos(PHP_OS, 'WIN') === 0 || PHP_OS_FAMILY === "Windows")) { $process->setTty(true); } ```...