Skip to content

Commit

Permalink
Apply fixes from StyleCI (#688)
Browse files Browse the repository at this point in the history
Co-authored-by: StyleCI Bot <[email protected]>
  • Loading branch information
Crypta-Eve and StyleCIBot authored Sep 7, 2024
1 parent 82c6a0a commit a878bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Listeners/CharacterFilterDataUpdatedTokens.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class CharacterFilterDataUpdatedTokens
{
public static function handle(CharacterFilterDataUpdate $update)
{
if (!is_null($update->character->refresh_token))
if (! is_null($update->character->refresh_token))
CharacterSchedulingRule::updateRefreshTokenSchedule($update->character->refresh_token);
}
}

0 comments on commit a878bd1

Please sign in to comment.