Merge branch '3.0'

This commit is contained in:
terrafrost 2022-09-05 12:51:44 -05:00
commit 10fe792938

View File

@ -2257,7 +2257,7 @@ class SSH2
* *
* @throws \RuntimeException on connection error * @throws \RuntimeException on connection error
*/ */
private function keyboard_interactive_process(array ...$responses): bool private function keyboard_interactive_process(...$responses)
{ {
if (strlen($this->last_interactive_response)) { if (strlen($this->last_interactive_response)) {
$response = $this->last_interactive_response; $response = $this->last_interactive_response;