per-coding-style icon indicating copy to clipboard operation
per-coding-style copied to clipboard

Clarify that classes should follow the same modifier order as methods.

Open Crell opened this issue 2 years ago • 0 comments

This effectively covers readonly classes in PHP 8.2, because the order of readonly and abstract is already defined. It also means any future keywords added to either can follow the same ruleset, so we know exactly what is to be expected.

Crell avatar Sep 12 '22 19:09 Crell