Skip to content

Commit b34f42b

Browse files
committed
fix schema.org GenderType formatting
1 parent ef8f51a commit b34f42b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
*/
1414
class GenderType extends Enum
1515
{
16+
1617
/** @var string The male gender. */
1718
public const MALE = 'https://schema.org/Male';
1819

0 commit comments

Comments
 (0)