Skip to content

Commit 39c649d

Browse files
1 parent d6126bb commit 39c649d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/FirebaseCloudMessaging/Message.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ class Message extends \Google\Model
5454
/**
5555
* Registration token to send a message to.
5656
*
57+
* @deprecated
5758
* @var string
5859
*/
5960
public $token;
@@ -191,13 +192,15 @@ public function getNotification()
191192
/**
192193
* Registration token to send a message to.
193194
*
195+
* @deprecated
194196
* @param string $token
195197
*/
196198
public function setToken($token)
197199
{
198200
$this->token = $token;
199201
}
200202
/**
203+
* @deprecated
201204
* @return string
202205
*/
203206
public function getToken()

0 commit comments

Comments
 (0)