Currently, `MessageInterface::getHeaders()` doesn't have phpdoc. We should add it. Also, it may return `null` which means "do not add headers". An empty array could be possibly used for the same purpose. Need to consider it.
Currently,
MessageInterface::getHeaders()doesn't have phpdoc. We should add it.Also, it may return
nullwhich means "do not add headers". An empty array could be possibly used for the same purpose. Need to consider it.