File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments