Skip to content

Commit b3a9f51

Browse files
committed
Fix CS
1 parent e787b6f commit b3a9f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Bridge/AllMySms/AllMySmsTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function supports(MessageInterface $message): bool
4949
}
5050

5151
/**
52-
* @See https://doc.allmysms.com/api/en/#api-SMS-sendsimple
52+
* @see https://doc.allmysms.com/api/en/#api-SMS-sendsimple
5353
*/
5454
protected function doSend(MessageInterface $message): SentMessage
5555
{

0 commit comments

Comments
 (0)