We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f0503 commit d137042Copy full SHA for d137042
2 files changed
tests/e2e/customized/App/Schema/Enum/GenderType.php
@@ -13,9 +13,9 @@
13
*/
14
class GenderType extends Enum
15
{
16
- /** @var string The female gender. */
17
- public const FEMALE = 'https://schema.org/Female';
18
-
19
/** @var string The male gender. */
20
public const MALE = 'https://schema.org/Male';
+
+ /** @var string The female gender. */
+ public const FEMALE = 'https://schema.org/Female';
21
}
tests/e2e/original/App/Schema/Enum/GenderType.php
0 commit comments