Greg Korba

Results 55 issues of Greg Korba

Extracted from #7254 to be able to review and merge it separately. I believe it's useful information that can be displayed to the end user in several ways ("it was...

kind/feature
topic/I/O
status/rebase required
topic/core

Fixes #7062 - Allow FQCN as fixer name - Allow lowercased vendor in custom fixers (foo/bar) - Allow using FQCN in rulesets configuration (as a array key, for including/configuring/excluding rule...

kind/enhancement
kind/rfc
topic/core

Fixes #3514, [created](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/3514#issuecomment-393839308) by @ntzm, rebased and synced with current requirements by me 😉. 1 test case is failing, I will investigate only after initial green light that we actually...

kind/feature
status/to verify

I've stumbled upon this project today and was wondering: wouldn't it be possible to implement mechanism for drawing reviewers? In larger teams it would be great if every member was...

enhancement

### Bug report As shown [here](https://phpstan.org/r/4d86a92f-ece3-4103-895c-27756558a73f), it there's a `define()` between namespace declaration and imports' list, FQN for class used in `@var` is not resolved properly. If `define()` is moved...

bug

- GitHub links to the code do not work from the [website](https://cs.symfony.com/doc/cookbook_fixers.html) (e.g. "Tokens class", "Token class") - It would be nice if a link to the Cookbook was provided...

topic/documentation

In #7777 it was omitted on purpose, to not make PR even bigger and harder to grasp. But to display proper info about memory usage we need to pass data...

kind/enhancement
topic/core
topic/parallel

There is [requirement](https://github.com/composer-unused/composer-unused-plugin/blob/284f287c136827c135bace3e87b6dc298eae43d2/composer.json#L23), which leads to problems during installation in projects that require `nikic/php-parser` v5: ``` composer require --dev composer-unused/composer-unused-plugin ./composer.json has been updated Running composer update composer-unused/composer-unused-plugin Loading composer...

Imagine you have `$config->skip([SomeRule::class => __DIR__.'/foo'])` in main `ecs.php` _and_ `$config->skip([SomeRule::class => __DIR__.'/bar'])` in some ruleset included in the main config. Currently the result of skip option is the last...

## Feature request Following [this comment](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/5594#issuecomment-1824116639), we need to add support for imported functions to `fully_qualified_strict_types`. ```php

kind/feature request
topic/types
topic/fqcn