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 7896cba commit 927f686Copy full SHA for 927f686
tests/e2e/customized/App/Schema/Enum/GenderType.php
@@ -13,9 +13,9 @@
13
*/
14
class GenderType extends Enum
15
{
16
- /** @var string The male gender. */
17
- public const MALE = 'https://schema.org/Male';
18
-
19
/** @var string The female gender. */
20
public const FEMALE = 'https://schema.org/Female';
+
+ /** @var string The male gender. */
+ public const MALE = 'https://schema.org/Male';
21
}
0 commit comments