Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 5, 2023
1 parent e75fd6c commit a5eddbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Listeners/PersistRecipients.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ protected function eventArguments(Discussion $discussion): array
return [
$discussion,
$this->screener,
$this->screener->actor()
$this->screener->actor(),
];
}

Expand Down

0 comments on commit a5eddbd

Please sign in to comment.