PHPStan complains that Method PhutilChannelChannel::readBytes() should return string but return statement is missing. and Method PhutilChannelChannel::writeBytes() should return int but return statement is missing.
All other subclasses of PhutilChannel implementing these two methods either provide a return value or directly throw an exception.
PhutilChannelChannel throws an exception for both methods but hadn't explicitly declared that as a return statement.