mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-03 10:08:04 +01:00
SSH2: fix type hinting for keyboard_interactive_helper
This commit is contained in:
parent
c96e250238
commit
59e34b1cd3
@ -2403,7 +2403,7 @@ class SSH2
|
||||
* @return bool
|
||||
* @throws \RuntimeException on connection error
|
||||
*/
|
||||
private function keyboard_interactive_process(array ...$responses)
|
||||
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