@@ -17,7 +17,7 @@ |
||
17 | 17 | return []; |
18 | 18 | } |
19 | 19 | |
20 | - $recipient = '880'.$matches[3]; |
|
20 | + $recipient = '880' . $matches[3]; |
|
21 | 21 | |
22 | 22 | return [ |
23 | 23 | 'MobileNumbers' => $recipient, |
@@ -17,7 +17,7 @@ |
||
17 | 17 | return []; |
18 | 18 | } |
19 | 19 | |
20 | - $recipient = '880'.$matches[3]; |
|
20 | + $recipient = '880' . $matches[3]; |
|
21 | 21 | |
22 | 22 | return [ |
23 | 23 | 'contacts' => $recipient, |
@@ -9,7 +9,7 @@ |
||
9 | 9 | public function boot() |
10 | 10 | { |
11 | 11 | $this->package('sarahman/sms-service-with-bd-providers', null, __DIR__); |
12 | - $this->package('sarahman/laravel-http-request-api-log', null, __DIR__.'/../../laravel-http-request-api-log/src'); |
|
12 | + $this->package('sarahman/laravel-http-request-api-log', null, __DIR__ . '/../../laravel-http-request-api-log/src'); |
|
13 | 13 | } |
14 | 14 | |
15 | 15 | public function register() |
@@ -21,9 +21,9 @@ |
||
21 | 21 | private $responseString; |
22 | 22 | |
23 | 23 | /** |
24 | - * @param bool $status |
|
25 | - * @param string $responseString |
|
26 | - */ |
|
24 | + * @param bool $status |
|
25 | + * @param string $responseString |
|
26 | + */ |
|
27 | 27 | public function __construct($status, $responseString) |
28 | 28 | { |
29 | 29 | $this->status = $status; |