mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-13 02:01:21 +00:00
CS adjustments
This commit is contained in:
parent
7364fc54e5
commit
609d45284d
@ -747,7 +747,8 @@ class SFTP extends SSH2
|
|||||||
$this->logError($response);
|
$this->logError($response);
|
||||||
return false;
|
return false;
|
||||||
default:
|
default:
|
||||||
throw new UnexpectedValueException('Expected PacketType::HANDLE or PacketType::STATUS' .
|
throw new UnexpectedValueException(
|
||||||
|
'Expected PacketType::HANDLE or PacketType::STATUS' .
|
||||||
'Got packet type: ' . $this->packet_type
|
'Got packet type: ' . $this->packet_type
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user