File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ echo Some\Enum\WordPress::ENUM_CONSTANT;
233233$ anon = new class () {};
234234
235235/*
236- * Safeguard that PHP 8.3+ typed class constants are handled correctly.
236+ * Safeguard that PHP 8.3+ typed class constants are handled correctly (i.e. ignored) .
237237 */
238238class TypeClassConstants {
239239 public const string WORDPRESS = 'wordress ' ;
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ echo Some\Enum\WordPress::ENUM_CONSTANT;
233233$anon = new class() {};
234234
235235/*
236- * Safeguard that PHP 8.3+ typed class constants are handled correctly.
236+ * Safeguard that PHP 8.3+ typed class constants are handled correctly (i.e. ignored) .
237237 */
238238class TypeClassConstants {
239239 public const string WORDPRESS = 'wordress';
You can’t perform that action at this time.
0 commit comments