Skip to content

Commit e23027f

Browse files
committed
fix schema.org GenderType formatting
1 parent 970078b commit e23027f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@
1313
*/
1414
class GenderType extends Enum
1515
{
16-
1716
/** @var string The male gender. */
1817
public const MALE = 'https://schema.org/Male';
19-
2018
/** @var string The female gender. */
2119
public const FEMALE = 'https://schema.org/Female';
2220
}

0 commit comments

Comments
 (0)