Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOCS] Clarify that f:constant returns an enum case
Using <f:constant name: '\Vendor\Package\Enum::CASE'> returns the enum case Enum::CASE, not the value of given (backed) enum case. This change clarifies this. See also: https://www.php.net/manual/en/function.constant.php#example-3571
- Loading branch information