mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
0305a7128f
commit
963efb2602
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue