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 Jul 11, 2024
1 parent 42a95c4 commit 94ef8df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/AddTagSubscriptionAttribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ public function __invoke(TagSerializer $serializer, Tag $tag, array $attributes)
/**
* Get the *correct* state for the tag based on the actor.
* If a state hasn't been already loaded OR the loaded state is not for the actor, load the correct state.
* @param Tag $tag
*
* @param Tag $tag
* @param User $actor
*
* @return TagState
*/
public function getStateFor(Tag $tag, User $actor): TagState
Expand Down

0 comments on commit 94ef8df

Please sign in to comment.