mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-12 18:01:09 +00:00
CS adjustments
This commit is contained in:
parent
7364fc54e5
commit
609d45284d
@ -747,7 +747,8 @@ class SFTP extends SSH2
|
||||
$this->logError($response);
|
||||
return false;
|
||||
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
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user