Skip to content

Commit 927f686

Browse files
committed
fix schema.org GenderType formatting
1 parent 7896cba commit 927f686

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/e2e/customized/App/Schema/Enum/GenderType.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
*/
1414
class GenderType extends Enum
1515
{
16-
/** @var string The male gender. */
17-
public const MALE = 'https://schema.org/Male';
18-
1916
/** @var string The female gender. */
2017
public const FEMALE = 'https://schema.org/Female';
18+
19+
/** @var string The male gender. */
20+
public const MALE = 'https://schema.org/Male';
2121
}

0 commit comments

Comments
 (0)