Greg Korba
Greg Korba
## Bug Description PHPCompatibility is incorrectly reporting `PHPCompatibility.Operators.RemovedTernaryAssociativity.Removed` violations on a code that mixes `match` syntax with multiple `new` initializations containing multiple ternaries as an arguments, prepended by other argument...
> I think adding a dedicated token name for the `T_CASE` of `T_ENUM`'s (something like `CT::ENUM_CASE`) in the next major of the tool/tokenizer would be good for performance and simplify...
This is long-living PR that validates PHP 8.4 compatibility, its goal is determining issues with rules, so they can be addressed under [this milestone](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/milestone/173). This can be merged after all...
### 📜 Issue Labels - [x] Please familiarize yourself with the issue labels used in this project: [LABELS.md](https://github.com/backstage/backstage/blob/master/LABELS.md) ### 🔎 Search Terms ```plain owner, aws, relation ``` ### 🗃️ Project...
Similar to Composer, would be great if every PHP installation shipped [PIE](https://github.com/php/pie/releases) by default. Currently [it's possible to do it semi-automatically](https://gist.github.com/Wirone/b84fea95f01376221903727a860f74b7), but having it out-of-the-box would be much better 🙂.