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 Feb 6, 2024
1 parent 9d299a9 commit 2eb0358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Access/ScopePollVisibility.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ScopePollVisibility
{
public function __invoke(User $actor, Builder $query)
{
#@todo review condition, check if comparison against user_id is required here if post_id is null
//@todo review condition, check if comparison against user_id is required here if post_id is null
$query->whereExists(function ($query) use ($actor) {
$query->selectRaw('1')
->from('posts')
Expand Down

0 comments on commit 2eb0358

Please sign in to comment.