Greg Korba
Greg Korba
As discussed in [PHP-CS-Fixer#7187](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7187#issuecomment-1656101806) it looks like ParaUnit does not handle how PHPUnit displays output for diff-based assertions. > In short: this is out of the scope of this repo....
We're currently introducing [PHPStan's bleeding edge](https://phpstan.org/blog/what-is-bleeding-edge) and I see that it started reporting errors like `@readonly property cannot have a default value` on classes that extend `MyCLabs\Enum\Enum`. It looks like...
## Parallel Runner Fixer is a great and widely used tool, but comparing to other modern PHP tools it lacked one crucial thing: ability to utilise more CPU cores. Until...
Inspired by [this finding](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/7841#pullrequestreview-1886585900), bug introduced in #7616, reproduced [here](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/actions/runs/7944207290/job/21689449899?pr=7844#step:12:669) - we have invalid return type in code and none of the tools caught this. I thought this is because...
## Feature request As it turned out in #7225, currently `single_line_comment_spacing` does not support such cases: - `$a; /**foo*/` - `$a; /** foo*/` - `$a; /****foo****/` It would be good...
> intersect types are also supported by the latest PHP (...) _Originally posted by @mvorisek in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/6359#discussion_r1377394777_
After #6707 was merged we can start working on `@PER-CS2.0`. Initial work has been done in #6547 but it's massively outdated now, that's why I am going to close that...
As it was already [discussed](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/7395#discussion_r1386115712), we need to review current rules and their options and propose the plan for renaming fixers/options before v4.
As proposed and discussed in #6948, let's provide default, opinionated behavior for Fixer. - [ ] #7247 - [ ] Use `@PER-CS2.0` as a default ruleset - [ ] Process...
## Feature request We should upgrade to PHPUnit v10, this will also unlock support for [ParaTest](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/6883#issuecomment-1497321496). In order to be able to upgrade PHPUnit to v10 these blockers need to...