@@ -60,7 +60,7 @@ |
||
60 | 60 | 'skip_status' => true, |
61 | 61 | ]); |
62 | 62 | |
63 | - if($twitter->getLastHttpCode() === 404){ |
|
63 | + if ($twitter->getLastHttpCode() === 404) { |
|
64 | 64 | throw CouldNotSendNotification::userWasNotFound($twitter->getLastBody()); |
65 | 65 | } |
66 | 66 |
@@ -14,7 +14,7 @@ |
||
14 | 14 | { |
15 | 15 | $this->app->when([TwitterChannel::class, TwitterDirectMessage::class]) |
16 | 16 | ->needs(TwitterOAuth::class) |
17 | - ->give(function () { |
|
17 | + ->give(function() { |
|
18 | 18 | return new TwitterOAuth( |
19 | 19 | config('services.twitter.consumer_key'), |
20 | 20 | config('services.twitter.consumer_secret'), |