CS adjustments

This commit is contained in:
terrafrost 2024-08-25 20:27:50 -05:00
parent 7364fc54e5
commit 609d45284d

View File

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