Skip to content

Commit c6b6a41

Browse files
committed
WS-3270: Remove stray comment.
1 parent 211cf33 commit c6b6a41

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

source/rosette/api/Gender.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<?php
22

33
/**
4-
* Name represents an entity name in Rosette API.
5-
*
64
* @copyright 2024 Basis Technology Corporation.
75
*
86
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
@@ -24,4 +22,4 @@ enum Gender: string
2422
case MALE = 'MALE';
2523
case FEMALE = 'FEMALE';
2624
case NONBINARY = 'NONBINARY';
27-
}
25+
}

0 commit comments

Comments
 (0)