rector-src icon indicating copy to clipboard operation
rector-src copied to clipboard

Development repository for Rector

Results 33 rector-src issues
Sort by recently updated
recently updated
newest added

Fixes https://github.com/rectorphp/rector/issues/9563 Also update existing fixture to skip `factory()` on services symfony config as not allow callable, see https://github.com/symfony/dependency-injection/blob/bf7359d13a5746908ee51dd72ab195f578aae0e3/Loader/Configurator/Traits/FactoryTrait.php#L25

Ref https://getrector.com/demo/5dee0eb0-aea7-4e62-88a4-90f54eae39de Fixes https://github.com/rectorphp/rector/issues/9560 `array_key_exists` allow both `int` or `string` key.

Hello! This prevents ALL non-native methods (not just those from annotations) from being converted to first class callables: This change resulted in the following phpstan error: