Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

PHPDoc: Message#getBody() can also return a string #190

Closed
wants to merge 1 commit into from

Conversation

Slamdunk
Copy link
Contributor

@Slamdunk Slamdunk commented Jan 5, 2018

Body can also be a string:

/**
* Content of the message
*
* @var string|object
*/
protected $body;

@Ocramius Ocramius self-assigned this Mar 1, 2018
@Ocramius Ocramius added this to the 2.9.0 milestone Mar 1, 2018
Copy link
Member

@Ocramius Ocramius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@Ocramius Ocramius changed the title PHPDoc: Message type mismatch fix PHPDoc: Message#getBody() can also return a string Mar 1, 2018
@Ocramius
Copy link
Member

Ocramius commented Mar 1, 2018

@Slamdunk thanks! Manually merged via 0b7b501

@Ocramius Ocramius closed this Mar 1, 2018
@Slamdunk Slamdunk deleted the patch-2 branch March 2, 2018 07:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants