Skip to content

Commit 573a9ac

Browse files
committed
[client] Correct return typehint in docblock.
fixes php-enqueue/enqueue-dev#31
1 parent 219e21a commit 573a9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/Message.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function getBody()
6868
}
6969

7070
/**
71-
* @param null|string $body
71+
* @param null|string|number|array|\JsonSerializable $body
7272
*/
7373
public function setBody($body)
7474
{

0 commit comments

Comments
 (0)