the browser-facing portion of osu!

Document the weird const

nanaya 392302ce 2c48fd0d

+1
+1
app/Enums/Ruleset.php
··· 14 14 case catch = 2; 15 15 case mania = 3; 16 16 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