File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -437,7 +437,7 @@ public function unsubscribe($subscriptionArn) {
437437 *
438438 * @link http://docs.aws.amazon.com/sns/latest/api/API_CreatePlatformEndpoint.html
439439 * @param string $platformApplicationArn
440- * @param string $token
440+ * @param string $token
441441 * @param string $userData
442442 * @return bool
443443 * @throws InvalidArgumentException
@@ -471,8 +471,7 @@ public function deleteEndpoint($deviceArn) {
471471 }
472472
473473 $ this ->_request ('DeleteEndpoint ' , array (
474- 'EndpointArn ' => $ deviceArn ,
475-
474+ 'EndpointArn ' => $ deviceArn
476475 ));
477476
478477 return true ;
@@ -483,7 +482,7 @@ public function deleteEndpoint($deviceArn) {
483482 *
484483 * @link http://docs.amazonwebservices.com/sns/latest/api/API_Publish.html
485484 * @param string $deviceArn
486- * @param string $message
485+ * @param string $message
487486 * @return string
488487 * @throws InvalidArgumentException
489488 */
You can’t perform that action at this time.
0 commit comments