We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb34f5 commit 2e5f291Copy full SHA for 2e5f291
language/enumerations.xml
@@ -195,8 +195,7 @@ enum Suit: string
195
The equivalent values may be a constant scalar expression.
196
Prior to PHP 8.2.0, the equivalent values had to be literals or literal expressions.
197
This means that constants and constant expressions were not supported.
198
- That is, <code>1 + 1</code> was allowed, but not <code>1 + SOME_CONST</code>.
199
- is not.
+ That is, <code>1 + 1</code> was allowed, but <code>1 + SOME_CONST</code> was not.
200
</para>
201
202
<para>
0 commit comments