Skip to content

Commit e929c47

Browse files
committed
(ci) fix sryle-ci issues
1 parent 44daaa4 commit e929c47

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/Exceptions/CouldNotSendNotification.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ class CouldNotSendNotification extends \Exception
99
/**
1010
* Thrown when we're unable to communicate with turbosms.
1111
*
12-
* @param Exception $exception
13-
*
12+
* @param Exception $exception
1413
* @return CouldNotSendNotification
1514
*/
1615
public static function couldNotCommunicateWithEndPoint(Exception $exception): self

src/TurboSMSChannel.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ public function __construct(array $config = [])
7171

7272
/**
7373
* @return \SoapClient
74+
*
7475
* @throws CouldNotSendNotification
7576
*/
7677
protected function getClient()
@@ -85,10 +86,10 @@ protected function getClient()
8586
/**
8687
* Send the given notification.
8788
*
88-
* @param mixed $notifiable
89-
*
90-
* @param Notification $notification
89+
* @param mixed $notifiable
90+
* @param Notification $notification
9191
* @return void|array
92+
*
9293
* @throws CouldNotSendNotification
9394
*/
9495
public function send($notifiable, Notification $notification)

0 commit comments

Comments
 (0)