Skip to content

Commit f2b1c1e

Browse files
authored
Fixing StyleCI errors
1 parent 3c21fd6 commit f2b1c1e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Sns.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@ public function __construct(SnsService $snsService)
1818
}
1919

2020
/**
21-
* @param string $destination Phone number as described by the E.164 format.
21+
* @param string $destination Phone number as described by the E.164 format.
22+
* @return \Aws\Result
2223
*
2324
* @throws AwsException
24-
*
25-
* @return \Aws\Result
2625
*/
2726
public function send(SnsMessage $message, $destination)
2827
{

0 commit comments

Comments
 (0)