mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-01 05:31:53 +00:00
Merge branch '3.0'
This commit is contained in:
commit
10fe792938
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user