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

Commit

Permalink
Merge pull request #67 from roelvanduijnhoven/patch-1
Browse files Browse the repository at this point in the history
Fix type of Message content property
  • Loading branch information
weierophinney committed Apr 12, 2018
2 parents 0a3a158 + 2193b60 commit f5a63a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Message implements MessageInterface
protected $metadata = [];

/**
* @var string
* @var mixed
*/
protected $content = '';

Expand Down

0 comments on commit f5a63a0

Please sign in to comment.