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

Commit f5a63a0

Browse files
committed
Merge pull request #67 from roelvanduijnhoven/patch-1
Fix type of Message content property
2 parents 0a3a158 + 2193b60 commit f5a63a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Message.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Message implements MessageInterface
1919
protected $metadata = [];
2020

2121
/**
22-
* @var string
22+
* @var mixed
2323
*/
2424
protected $content = '';
2525

0 commit comments

Comments
 (0)