Skip to content

Commit

Permalink
added doc-comment for UserFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
eceltov committed Feb 27, 2025
1 parent ec70d27 commit 13361ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/helpers/MetaFormats/FormatDefinitions/UserFormat.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
use App\Helpers\MetaFormats\Validators\VEmail;
use App\Helpers\MetaFormats\Validators\VString;

/**
* Format definition used by the RegistrationPresenter::actionCreateInvitation endpoint.
*/
#[Format(UserFormat::class)]
class UserFormat extends MetaFormat
{
Expand Down

0 comments on commit 13361ad

Please sign in to comment.