Skip to content

Commit 6cde45a

Browse files
committed
Merge pull request #11 from adamaltman/patch-1
Fix the phpdoc of getExtras and getMessages
2 parents 0599d58 + d441097 commit 6cde45a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Payload.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public function setMessages($messages)
164164
*
165165
* Gets the domain messages.
166166
*
167-
* @param mixed
167+
* @return mixed
168168
*
169169
*/
170170
public function getMessages()
@@ -191,8 +191,8 @@ public function setExtras($extras)
191191
*
192192
* Gets the arbitrary extra domain information.
193193
*
194-
* @param mixed
195-
*
194+
* @return mixed
195+
*
196196
*/
197197
public function getExtras()
198198
{

0 commit comments

Comments
 (0)