slevomat / coding-standard

Slevomat Coding Standard for PHP_CodeSniffer provides many useful sniffs
MIT License
1.37k stars 170 forks source link

Custom method groups order #1679

Open maryo opened 1 month ago

maryo commented 1 month ago

Define custom groups for ClassStructureSniff based on method name, annotation, or attribute. It bothered me I cannot place static #[BeforeClass] before public test methods. see https://github.com/slevomat/coding-standard/pull/1679/files#diff-15e77f559a2e54d8f075cefd9d6b4cb5ad5efc4d1e753ab60d41f05aa46fd380 for usage resolves #1098 resolves #1422