Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed May 27, 2020
1 parent 0d2b9a9 commit 983c906
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions EventListener/SMSModeEventListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
use WBW\Bundle\SMSModeBundle\Event\SendingUnicodeSMSEvent;
use WBW\Bundle\SMSModeBundle\Event\SentSMSMessageListEvent;
use WBW\Bundle\SMSModeBundle\Event\TransferringCreditsEvent;
use WBW\Library\SMSMode\Exception\APIException;
use WBW\Library\Core\Exception\ApiException;
use WBW\Library\SMSMode\Factory\RequestFactory;
use WBW\Library\SMSMode\Model\AbstractRequest;
use WBW\Library\SMSMode\Model\AbstractResponse;
Expand Down Expand Up @@ -132,7 +132,7 @@ public function getApiProvider() {
*
* @param AccountBalanceEvent $event The account balance event.
* @return AccountBalanceEvent Returns the account balance event.
* @throws APIException Throws an API exception if an error occurs.
* @throws ApiException Throws an API exception if an error occurs.
* @throws InvalidArgumentException Throws an invalid argument exception if a parameter is missing.
*/
public function onAccountBalance(AccountBalanceEvent $event) {
Expand All @@ -150,7 +150,7 @@ public function onAccountBalance(AccountBalanceEvent $event) {
*
* @param AddingContactEvent $event The adding contact event.
* @return AddingContactEvent Returns the adding contact event.
* @throws APIException Throws an API exception if an error occurs.
* @throws ApiException Throws an API exception if an error occurs.
* @throws InvalidArgumentException Throws an invalid argument exception if a parameter is missing.
*/
public function onAddingContact(AddingContactEvent $event) {
Expand All @@ -168,7 +168,7 @@ public function onAddingContact(AddingContactEvent $event) {
*
* @param CheckingSMSMessageStatusEvent $event The checking SMS message status event.
* @return CheckingSMSMessageStatusEvent Returns the checking SMS message status event.
* @throws APIException Throws an API exception if an error occurs.
* @throws ApiException Throws an API exception if an error occurs.
* @throws InvalidArgumentException Throws an invalid argument exception if a parameter is missing.
*/
public function onCheckingSMSMessageStatus(CheckingSMSMessageStatusEvent $event) {
Expand All @@ -186,7 +186,7 @@ public function onCheckingSMSMessageStatus(CheckingSMSMessageStatusEvent $event)
*
* @param CreatingAPIKeyEvent $event The account balance event.
* @return CreatingAPIKeyEvent Returns the account balance event.
* @throws APIException Throws an API exception if an error occurs.
* @throws ApiException Throws an API exception if an error occurs.
* @throws InvalidArgumentException Throws an invalid argument exception if a parameter is missing.
*/
public function onCreatingAPIKey(CreatingAPIKeyEvent $event) {
Expand All @@ -204,7 +204,7 @@ public function onCreatingAPIKey(CreatingAPIKeyEvent $event) {
*
* @param CreatingSubAccountEvent $event The creating sub-account event.
* @return CreatingSubAccountEvent Returns the creating sub-account event.
* @throws APIException Throws an API exception if an error occurs.
* @throws ApiException Throws an API exception if an error occurs.
* @throws InvalidArgumentException Throws an invalid argument exception if a parameter is missing.
*/
public function onCreatingSubAccount(CreatingSubAccountEvent $event) {
Expand All @@ -222,7 +222,7 @@ public function onCreatingSubAccount(CreatingSubAccountEvent $event) {
*
* @param DeletingSMSEvent $event The deleting SMS event.
* @return DeletingSMSEvent Returns the deleting SMS event.
* @throws APIException Throws an API exception if an error occurs.
* @throws ApiException Throws an API exception if an error occurs.
* @throws InvalidArgumentException Throws an invalid argument exception if a parameter is missing.
*/
public function onDeletingSMS(DeletingSMSEvent $event) {
Expand All @@ -240,7 +240,7 @@ public function onDeletingSMS(DeletingSMSEvent $event) {
*
* @param DeletingSubAccountEvent $event The deleting sub-account event.
* @return DeletingSubAccountEvent Returns the deleting sub-account event.
* @throws APIException Throws an API exception if an error occurs.
* @throws ApiException Throws an API exception if an error occurs.
* @throws InvalidArgumentException Throws an invalid argument exception if a parameter is missing.
*/
public function onDeletingSubAccount(DeletingSubAccountEvent $event) {
Expand All @@ -258,7 +258,7 @@ public function onDeletingSubAccount(DeletingSubAccountEvent $event) {
*
* @param DeliveryReportEvent $event The delivery report event.
* @return DeliveryReportEvent Returns the delivery report event.
* @throws APIException Throws an API exception if an error occurs.
* @throws ApiException Throws an API exception if an error occurs.
* @throws InvalidArgumentException Throws an invalid argument exception if a parameter is missing.
*/
public function onDeliveryReport(DeliveryReportEvent $event) {
Expand All @@ -276,7 +276,7 @@ public function onDeliveryReport(DeliveryReportEvent $event) {
*
* @param RetrievingSMSReplyEvent $event The retrieving SMS reply event.
* @return RetrievingSMSReplyEvent Returns the retrieving SMS reply event.
* @throws APIException Throws an API exception if an error occurs.
* @throws ApiException Throws an API exception if an error occurs.
* @throws InvalidArgumentException Throws an invalid argument exception if a parameter is missing.
*/
public function onRetrievingSMSReply(RetrievingSMSReplyEvent $event) {
Expand All @@ -294,7 +294,7 @@ public function onRetrievingSMSReply(RetrievingSMSReplyEvent $event) {
*
* @param SendingSMSBatchEvent $event The sending SMS batch event.
* @return SendingSMSBatchEvent Returns the sending SMS batch event.
* @throws APIException Throws an API exception if an error occurs.
* @throws ApiException Throws an API exception if an error occurs.
* @throws InvalidArgumentException Throws an invalid argument exception if a parameter is missing.
*/
public function onSendingSMSBatch(SendingSMSBatchEvent $event) {
Expand All @@ -312,7 +312,7 @@ public function onSendingSMSBatch(SendingSMSBatchEvent $event) {
*
* @param SendingSMSMessageEvent $event The sending SMS message event.
* @return SendingSMSMessageEvent Returns the sending SMS message event.
* @throws APIException Throws an API exception if an error occurs.
* @throws ApiException Throws an API exception if an error occurs.
* @throws InvalidArgumentException Throws an invalid argument exception if a parameter is missing.
*/
public function onSendingSMSMessage(SendingSMSMessageEvent $event) {
Expand All @@ -330,7 +330,7 @@ public function onSendingSMSMessage(SendingSMSMessageEvent $event) {
*
* @param SendingTextToSpeechSMSEvent $event The sending text-to-speech event.
* @return SendingTextToSpeechSMSEvent Returns the sending text-to-speech event.
* @throws APIException Throws an API exception if an error occurs.
* @throws ApiException Throws an API exception if an error occurs.
* @throws InvalidArgumentException Throws an invalid argument exception if a parameter is missing.
*/
public function onSendingTextToSpeechSMS(SendingTextToSpeechSMSEvent $event) {
Expand All @@ -348,7 +348,7 @@ public function onSendingTextToSpeechSMS(SendingTextToSpeechSMSEvent $event) {
*
* @param SendingUnicodeSMSEvent $event The sending unicode SMS event.
* @return SendingUnicodeSMSEvent Returns the sending unicode SMS event.
* @throws APIException Throws an API exception if an error occurs.
* @throws ApiException Throws an API exception if an error occurs.
* @throws InvalidArgumentException Throws an invalid argument exception if a parameter is missing.
*/
public function onSendingUnicodeSMS(SendingUnicodeSMSEvent $event) {
Expand All @@ -366,7 +366,7 @@ public function onSendingUnicodeSMS(SendingUnicodeSMSEvent $event) {
*
* @param SentSMSMessageListEvent $event The sent SMS message list event.
* @return SentSMSMessageListEvent Returns the sent SMS message list event.
* @throws APIException Throws an API exception if an error occurs.
* @throws ApiException Throws an API exception if an error occurs.
* @throws InvalidArgumentException Throws an invalid argument exception if a parameter is missing.
*/
public function onSentSMSMessageList(SentSMSMessageListEvent $event) {
Expand All @@ -384,7 +384,7 @@ public function onSentSMSMessageList(SentSMSMessageListEvent $event) {
*
* @param TransferringCreditsEvent $event The transferring credits event.
* @return TransferringCreditsEvent Returns the transferring credits event.
* @throws APIException Throws an API exception if an error occurs.
* @throws ApiException Throws an API exception if an error occurs.
* @throws InvalidArgumentException Throws an invalid argument exception if a parameter is missing.
*/
public function onTransferringCredits(TransferringCreditsEvent $event) {
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"php": "^5.6|^7.0",
"ext-json": "*",
"webeweb/core-bundle": "^2.13",
"webeweb/smsmode-library": "^2.7"
"webeweb/smsmode-library": "^2.9"
},
"require-dev": {
"phpunit/phpunit": "^5.7|^7.0",
Expand Down

0 comments on commit 983c906

Please sign in to comment.