Skip to content

Commit

Permalink
Minor: Used correct comments - refs chamilo#5959
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbeeznest committed Dec 12, 2024
1 parent 0018aea commit b915da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CoreBundle/Entity/ValidationToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function setCreatedAt(\DateTime $createdAt): self
}

/**
* Genera un enlace de validación.
* Generates a validation link.
*/
public static function generateLink(int $type, int $resourceId): string
{
Expand Down

0 comments on commit b915da8

Please sign in to comment.