Skip to content

Commit

Permalink
add sex X to cv entry
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvanspauwen committed Oct 16, 2023
1 parent fe930ba commit 38faa76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion module/ApiBundle/Controller/BrController.php
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ public function sendActivationAction()
* "first_name": "first name"
* "last_name": "last name"
* "email": "email"
* "sex": "m/f/null"
* "sex": "m/f/x/null"
* "company": "company id"
* }
*/
Expand Down
2 changes: 1 addition & 1 deletion module/BrBundle/Entity/Cv/Entry.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class Entry
private $birthday;

/**
* @var string The persons sex ('m' or 'f')
* @var string The persons sex ('m', 'f' or 'x')
*
* @ORM\Column(type="string", length=1, nullable=true)
*/
Expand Down

0 comments on commit 38faa76

Please sign in to comment.