File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
customized/App/Schema/Enum Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
*/
14
14
class GenderType extends Enum
15
15
{
16
- /** @var string The female gender. */
17
- public const FEMALE = 'https://schema.org/Female ' ;
18
-
19
16
/** @var string The male gender. */
20
17
public const MALE = 'https://schema.org/Male ' ;
18
+
19
+ /** @var string The female gender. */
20
+ public const FEMALE = 'https://schema.org/Female ' ;
21
21
}
Original file line number Diff line number Diff line change 13
13
*/
14
14
class GenderType extends Enum
15
15
{
16
- /** @var string The female gender. */
17
- public const FEMALE = 'https://schema.org/Female ' ;
18
-
19
16
/** @var string The male gender. */
20
17
public const MALE = 'https://schema.org/Male ' ;
18
+
19
+ /** @var string The female gender. */
20
+ public const FEMALE = 'https://schema.org/Female ' ;
21
21
}
You can’t perform that action at this time.
0 commit comments