Skip to content

Commit

Permalink
Merge pull request #92 from DATA-DOG/blame-user-docblock
Browse files Browse the repository at this point in the history
Update docblock to be accurate
  • Loading branch information
natewiebe13 committed Mar 2, 2022
2 parents c6601cf + 1391bef commit 2e11c7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/DataDog/AuditBundle/EventSubscriber/AuditSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ class AuditSubscriber implements EventSubscriber
protected $assocInsertStmt;
protected $auditInsertStmt;

/** @var UserInterface */
/**
* @var UserInterface|null
*/
protected $blameUser;

public function __construct(TokenStorageInterface $securityTokenStorage)
Expand Down

0 comments on commit 2e11c7a

Please sign in to comment.