Skip to content

Commit 9ffc9d5

Browse files
committed
Whitespace fixes
1 parent 265af7b commit 9ffc9d5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lib/AmazonSNS.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)