1
0
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:
terrafrost 2022-09-05 12:50:38 -05:00
parent c96e250238
commit 59e34b1cd3

View File

@ -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;