-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md send #72
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @yazankhadra and thank you for the pull request. Unfortunately, we are unable to directly accept the suggested changes at this time. Please refer to the individual comments for details. We will certainly review the README grammar and wording on our end once more.
Best regards,
Filip
@@ -94,7 +94,7 @@ See below, a simple example of sending a single SMS message to a single recipien | |||
content: new SmsTextContent( | |||
text: 'This is a dummy SMS message sent using infobip-api-php-client.' | |||
), | |||
sender: 'InfoSMS' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We would like to keep our original example sender.
@@ -208,7 +208,7 @@ Example of webhook implementation: | |||
*/ | |||
$messages = $objectSerializer->deserialize($data, SmsInboundMessageResult::class); | |||
|
|||
foreach ($messages->getResults() ?? [] as $message) { | |||
for each ($messages->getResults() ?? [] as $message) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The correct PHP syntax is foreach
: https://www.php.net/manual/en/control-structures.foreach.php.
@@ -217,22 +217,22 @@ Example of webhook implementation: | |||
For 2FA quick start guide please check [these examples](two-factor-authentication.md). | |||
|
|||
#### Send email | |||
For send email quick start guide please check [these examples](email.md). | |||
For sending email quick start guide please check [these examples](email.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will review the README grammar one more time on our side. Thank you very much for your suggestions!
No description provided.