Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions language/enumerations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,7 @@ enum Suit: string
The equivalent values may be a constant scalar expression.
Prior to PHP 8.2.0, the equivalent values had to be literals or literal expressions.
This means that constants and constant expressions were not supported.
That is, <code>1 + 1</code> was allowed, but not <code>1 + SOME_CONST</code>.
is not.
That is, <code>1 + 1</code> was allowed, but <code>1 + SOME_CONST</code> was not.
</para>

<para>
Expand Down