tangled
alpha
login
or
join now
keii.dev
/
osu-web
0
fork
atom
the browser-facing portion of osu!
0
fork
atom
overview
issues
pulls
pipelines
Document the weird const
nanaya
2 years ago
392302ce
2c48fd0d
+1
1 changed file
expand all
collapse all
unified
split
app
Enums
Ruleset.php
+1
app/Enums/Ruleset.php
reviewed
···
14
14
case catch = 2;
15
15
case mania = 3;
16
16
17
17
+
// for usage with tryFrom when the parameter may be null.
17
18
public const NULL = -1;
18
19
19
20
public static function tryFromName(?string $ruleset): ?self