Kuba Werłos

Results 18 issues of Kuba Werłos

[The idea](https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/6568#issuecomment-1236297343) in theory sound great - not having to invent the wheel and I guess it would solve quite a few bugs reported. The drawback is having one (but...

kind/rfc

Updating all dev tools and: - removing workaround added in https://github.com/FriendsOfPHP/PHP-CS-Fixer/pull/5775 (`humbug/php-scoper` alias). - PHP can be restricted as both SCA and PHAR's build jobs are running on PHP 8.1...

Fixes https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7861

Ref. https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/7841#discussion_r1493362909

https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/7832 and https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/7833 are reverted here - it was a (naive) thinking, a better approach is NOT to migrate to attributes that are not supported in a given scope (like...

```diff /** * @group legacy - * @expectedDeprecation Deprecation messaage */ public function testSomething() { + $this->expectDeprecation('Deprecation messaage'); // ... } ``` Made manually in https://github.com/FriendsOfPHP/PHP-CS-Fixer/pull/5611

kind/feature request
topic/phpdoc
topic/phpunit

kind/refactoring
topic/fqcn