File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/php/Gomoob/Pushwoosh/Model/Request Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ public function jsonSerialize()
101
101
*
102
102
* @param string $application the Pushwoosh application ID where to send the message to.
103
103
*
104
- * @return \Gomoob\Pushwoosh\Model\Request\CreateMessageRequest this instance.
104
+ * @return \Gomoob\Pushwoosh\Model\Request\GetTagsRequest this instance.
105
105
*/
106
106
public function setApplication ($ application )
107
107
{
@@ -115,7 +115,7 @@ public function setApplication($application)
115
115
*
116
116
* @param string $hwid the the hardware device id used in registerDevice function call.
117
117
*
118
- * @return \Gomoob\Pushwoosh\Model\Request\GetNearestZoneRequest this instance.
118
+ * @return \Gomoob\Pushwoosh\Model\Request\GetTagsRequest this instance.
119
119
*/
120
120
public function setHwid ($ hwid )
121
121
{
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ public function jsonSerialize()
118
118
*
119
119
* @param string $application Pushwoosh application ID where you send the message to.
120
120
*
121
- * @return \Gomoob\Pushwoosh\Model\Request\GetNearestZoneRequest this instance.
121
+ * @return \Gomoob\Pushwoosh\Model\Request\SetBadgeRequest this instance.
122
122
*/
123
123
public function setApplication ($ application )
124
124
{
@@ -144,7 +144,7 @@ public function setBadge($badge)
144
144
*
145
145
* @param string $hwid the the hardware device id used in registerDevice function call.
146
146
*
147
- * @return \Gomoob\Pushwoosh\Model\Request\GetNearestZoneRequest this instance.
147
+ * @return \Gomoob\Pushwoosh\Model\Request\SetBadgeRequest this instance.
148
148
*/
149
149
public function setHwid ($ hwid )
150
150
{
You can’t perform that action at this time.
0 commit comments