mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Add missing return type declaration to Push interface
This commit is contained in:
parent
e421e0af0e
commit
1fd23af708
1 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ interface PushInterface
|
||||||
*
|
*
|
||||||
* @param object $message
|
* @param object $message
|
||||||
* @param array $tokens
|
* @param array $tokens
|
||||||
* @return object
|
* @return \stdClass
|
||||||
*/
|
*/
|
||||||
public function send(\Rhymix\Framework\Push $message, array $tokens);
|
public function send(\Rhymix\Framework\Push $message, array $tokens): \stdClass;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue