Skip to content

Commit 8a6e72a

Browse files
committed
fix schema.org GenderType formatting
1 parent e23027f commit 8a6e72a

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
@@ -15,6 +15,7 @@ class GenderType extends Enum
1515
{
1616
/** @var string The male gender. */
1717
public const MALE = 'https://schema.org/Male';
18+
1819
/** @var string The female gender. */
1920
public const FEMALE = 'https://schema.org/Female';
2021
}

0 commit comments

Comments
 (0)