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 15, 2024
1 parent 9bba71a commit 6eaef8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Model/SentryInteraction.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
class SentryInteraction
{
/**
* @var ?UserContextInterface $userContext
* @var ?UserContextInterface
*/
private ?UserContextInterface $userContext = null;

Expand All @@ -47,7 +47,7 @@ public function initialize($config)
{
init($config);
}

/**
* Check if we might be able to get user context.
*/
Expand Down

0 comments on commit 6eaef8f

Please sign in to comment.