diff --git a/phpseclib/Net/SFTP.php b/phpseclib/Net/SFTP.php index c959a8bd..0d48da1f 100644 --- a/phpseclib/Net/SFTP.php +++ b/phpseclib/Net/SFTP.php @@ -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 ); }