We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c21fd6 commit f2b1c1eCopy full SHA for f2b1c1e
src/Sns.php
@@ -18,11 +18,10 @@ public function __construct(SnsService $snsService)
18
}
19
20
/**
21
- * @param string $destination Phone number as described by the E.164 format.
+ * @param string $destination Phone number as described by the E.164 format.
22
+ * @return \Aws\Result
23
*
24
* @throws AwsException
- *
25
- * @return \Aws\Result
26
*/
27
public function send(SnsMessage $message, $destination)
28
{
0 commit comments