Skip to content

Commit 9aa14e4

Browse files
committed
Updated GamesManagement.php
This change has been generated by a script that has detected changes in the discovery doc of the API. Check http://developers.google.com/discovery for more info.
1 parent 670f89b commit 9aa14e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Google/Service/GamesManagement.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,13 +331,12 @@ public function resetAll($optParams = array())
331331
* (achievements.resetAllForAllPlayers)
332332
*
333333
* @param array $optParams Optional parameters.
334-
* @return Google_Service_GamesManagement_AchievementResetAllResponse
335334
*/
336335
public function resetAllForAllPlayers($optParams = array())
337336
{
338337
$params = array();
339338
$params = array_merge($params, $optParams);
340-
return $this->call('resetAllForAllPlayers', array($params), "Google_Service_GamesManagement_AchievementResetAllResponse");
339+
return $this->call('resetAllForAllPlayers', array($params));
341340
}
342341
/**
343342
* Resets the achievement with the given ID for all players. This method is only

0 commit comments

Comments
 (0)