You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TOLERANT_TODO.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,8 +72,14 @@ Monitor RFCs merged into php-src and mirror the token/grammar changes:
72
72
-`final readonly string $prop` - With readonly
73
73
-`public readonly final string $prop` - All modifiers combined
74
74
- Tested in `tests/cases/parser85/final-promotion-*.php` (5 comprehensive tests)
75
-
-**Attributes on constants / extended attribute targets**: verify attributes on constants and traits are preserved.
76
-
-**Extend `#[\Override]` to properties / `#[\NoDiscard]` / `#[\DelayedTargetValidation]`**: attributes already parse, but add regression coverage to ensure tolerant does not misclassify their targets.
0 commit comments