Skip to content

Commit 036a320

Browse files
joedixonStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 037ce64 commit 036a320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Console/Commands/PostArticleToTwitter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function __construct(AnonymousNotifiable $notifiable)
2424

2525
public function handle(): void
2626
{
27-
if ($article = Article::nextForSharing()) {
27+
if ($article = Article::nextForSharing()) {
2828
$this->notifiable->notify(new PostArticleToTwitterNotification($article));
2929

3030
$article->markAsShared();

0 commit comments

Comments
 (0)