mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-04 18:48:24 +01:00
Merge branch '3.0'
This commit is contained in:
commit
10fe792938
@ -2257,7 +2257,7 @@ class SSH2
|
||||
*
|
||||
* @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)) {
|
||||
$response = $this->last_interactive_response;
|
||||
|
Loading…
Reference in New Issue
Block a user