Clarify code comment about reference page, because readers does not know where to go in chunked html page.

"// See below." is valid only in Single HTML manual.

https://www.php.net/manual/en/language.enumerations.methods.php
This commit is contained in:
Yoshinari Takaoka 2021-10-31 22:58:32 +09:00
parent 0305a7128f
commit 963efb2602
No known key found for this signature in database
GPG key ID: 66AFA0246DF21547

View file

@ -395,7 +395,8 @@ final class Suit implements UnitEnum, Colorful
public static function cases(): array
{
// See below.
// Illegal method, because manually defining a cases() method on an Enum is disallowed.
// See also "Value listing" section.
}
}
?>