rector/rules
Tomas Votruba c0105bde25
Change maximal Rector complexity to 35 to avoid hard coupling to Rector classes (#5206)
* complexity

* decopule GetSubscriberEventsClassMethodFactory and ListenerServiceDefinitionProvider

* decopule UnusedParameterResolver, AssertMethodCallFactory, PropertyFetchWithVariableReplacer

* decopule ParamAndArgFromArrayResolver

* decopule JsonArrayFactory and JsonEncodeStaticCallFactory

* [ci-review] Rector Rectify

Co-authored-by: rector-bot <tomas@getrector.org>
2021-01-16 19:11:11 +00:00
..
architecture [DeadCode] Move RecastingRemovalRector from PHPStan set (#4983) 2020-12-25 00:22:45 +00:00
autodiscovery [DX] Fixes #4205 Change phpversion from string to php constant int type (#4679) 2020-11-24 16:32:49 +01:00
cakephp [fixtures] Enable validate-fixture-skip-naming check (#5081) 2021-01-04 14:18:27 +01:00
carbon [DeadCode] Move RecastingRemovalRector from PHPStan set (#4983) 2020-12-25 00:22:45 +00:00
code-quality [phpstan] Remove unreported errors and duplicated methods (#5193) 2021-01-15 21:27:36 +01:00
code-quality-strict [CodeQualityStrict] Skip MoveVariableDeclarationNearReferenceRector on assign expr is ArrayDimFetch (#5201) 2021-01-16 11:55:28 +01:00
coding-style Change maximal Rector complexity to 35 to avoid hard coupling to Rector classes (#5206) 2021-01-16 19:11:11 +00:00
composer Refactor composer modifier to ComposerRector (#5198) 2021-01-16 13:23:37 +01:00
dead-code Change maximal Rector complexity to 35 to avoid hard coupling to Rector classes (#5206) 2021-01-16 19:11:11 +00:00
dead-doc-block [PHP 8.0] Remove var doc, if not useful (#5204) 2021-01-16 17:45:12 +01:00
defluent [phpstan] Remove unreported errors and duplicated methods (#5193) 2021-01-15 21:27:36 +01:00
dependency-injection [SymfonyCodeQuality] Add ExtractAttributeRouteNameConstantsRector (#5140) 2021-01-11 20:12:10 +00:00
doctrine Polishing composer rules (#5170) 2021-01-13 13:02:14 +00:00
doctrine-code-quality Polishing composer rules (#5170) 2021-01-13 13:02:14 +00:00
doctrine-gedmo-to-knplabs [SymfonyCodeQuality] Add ExtractAttributeRouteNameConstantsRector (#5140) 2021-01-11 20:12:10 +00:00
downgrade-php70 [fixtures] Enable validate-fixture-skip-naming check (#5081) 2021-01-04 14:18:27 +01:00
downgrade-php71 [DeadCode] Move RecastingRemovalRector from PHPStan set (#4983) 2020-12-25 00:22:45 +00:00
downgrade-php72 [fixtures] Enable validate-fixture-skip-naming check (#5081) 2021-01-04 14:18:27 +01:00
downgrade-php73 [fixtures] Enable validate-fixture-skip-naming check (#5081) 2021-01-04 14:18:27 +01:00
downgrade-php74 [phpstan] Remove unreported errors and duplicated methods (#5193) 2021-01-15 21:27:36 +01:00
downgrade-php80 [phpstan] enable file lenght rule (#4999) 2020-12-26 14:53:21 +00:00
early-return use templates (#5116) 2021-01-08 23:30:33 +01:00
generic [phpstan] Remove unreported errors and duplicated methods (#5193) 2021-01-15 21:27:36 +01:00
jms [Symplify 9] First update + switch to RuleDocGenerator (#4616) 2020-11-16 17:50:38 +00:00
laravel [Utils] Add validate-fixture-filename command (#5199) 2021-01-16 13:19:40 +01:00
legacy [SymfonyCodeQuality] Add ExtractAttributeRouteNameConstantsRector (#5140) 2021-01-11 20:12:10 +00:00
magic-disclosure [Util] Add StaticInstanceOf (#4979) 2020-12-25 12:53:26 +01:00
mockery-to-prophecy [phpstan] Remove unreported errors and duplicated methods (#5193) 2021-01-15 21:27:36 +01:00
mockista-to-mockery [phpstan] Remove unreported errors and duplicated methods (#5193) 2021-01-15 21:27:36 +01:00
mysql-to-mysqli [mysql-to-mysqli] Handle second parameter on mysqli_query swap for sql - conn variable (#5130) 2021-01-11 12:12:46 +01:00
naming [PHP 8.0] Remove var doc, if not useful (#5204) 2021-01-16 17:45:12 +01:00
nette [phpstan] Remove unreported errors and duplicated methods (#5193) 2021-01-15 21:27:36 +01:00
nette-code-quality [phpstan] enable file lenght rule (#4999) 2020-12-26 14:53:21 +00:00
nette-kdyby [SymfonyCodeQuality] Add ExtractAttributeRouteNameConstantsRector (#5140) 2021-01-11 20:12:10 +00:00
nette-tester-to-phpunit [DeadCode] Move RecastingRemovalRector from PHPStan set (#4983) 2020-12-25 00:22:45 +00:00
nette-to-symfony [phpstan] Remove unreported errors and duplicated methods (#5193) 2021-01-15 21:27:36 +01:00
nette-utils-code-quality [Utils] Run validate-fixture-namespace/classname to rules/ directories (#4935) 2020-12-22 18:12:20 +01:00
order [Utils] Add validate-fixture-filename command (#5199) 2021-01-16 13:19:40 +01:00
performance [phpstan] Remove unreported errors and duplicated methods (#5193) 2021-01-15 21:27:36 +01:00
phalcon [EarlyReturn] Register ChangeOrIfReturnToEarlyReturnRector to early-return set (#4975) 2020-12-24 17:28:56 +01:00
php-office [SymfonyCodeQuality] Add ExtractAttributeRouteNameConstantsRector (#5140) 2021-01-11 20:12:10 +00:00
php-spec-to-phpunit Change maximal Rector complexity to 35 to avoid hard coupling to Rector classes (#5206) 2021-01-16 19:11:11 +00:00
php52 [Utils] Run validate-fixture-namespace/classname to rules/ directories (#4935) 2020-12-22 18:12:20 +01:00
php53 [fixtures] Enable validate-fixture-skip-naming check (#5081) 2021-01-04 14:18:27 +01:00
php54 [Symplify 9] First update + switch to RuleDocGenerator (#4616) 2020-11-16 17:50:38 +00:00
php55 [fixtures] Enable validate-fixture-skip-naming check (#5081) 2021-01-04 14:18:27 +01:00
php56 [fixtures] Enable validate-fixture-skip-naming check (#5081) 2021-01-04 14:18:27 +01:00
php70 [fixtures] Enable validate-fixture-skip-naming check (#5081) 2021-01-04 14:18:27 +01:00
php71 [fixtures] require skip prefix on skipped files (#5079) 2021-01-03 15:54:27 +00:00
php72 [DeadCode] Move RecastingRemovalRector from PHPStan set (#4983) 2020-12-25 00:22:45 +00:00
php73 [fixtures] require skip prefix on skipped files (#5079) 2021-01-03 15:54:27 +00:00
php74 [PHP 8.0] Remove var doc, if not useful (#5204) 2021-01-16 17:45:12 +01:00
php80 [PHP 8.0] Remove var doc, if not useful (#5204) 2021-01-16 17:45:12 +01:00
phpunit Change maximal Rector complexity to 35 to avoid hard coupling to Rector classes (#5206) 2021-01-16 19:11:11 +00:00
phpunit-symfony [static] Narrow param types, remove duplicated methods (#4921) 2020-12-20 13:50:55 +01:00
polyfill [Utils] Run validate-fixture-namespace/classname to rules/ directories (#4935) 2020-12-22 18:12:20 +01:00
privatization Change maximal Rector complexity to 35 to avoid hard coupling to Rector classes (#5206) 2021-01-16 19:11:11 +00:00
psr4 [phpstan] Remove unreported errors and duplicated methods (#5193) 2021-01-15 21:27:36 +01:00
removing-static [SymfonyCodeQuality] Add ExtractAttributeRouteNameConstantsRector (#5140) 2021-01-11 20:12:10 +00:00
renaming [phpstan] Remove unreported errors and duplicated methods (#5193) 2021-01-15 21:27:36 +01:00
restoration [PHP 8.0] Add FalseableCountToZeroRector (#5143) 2021-01-11 21:19:55 +01:00
sensio use templates (#5116) 2021-01-08 23:30:33 +01:00
symfony [Utils] Add validate-fixture-filename command (#5199) 2021-01-16 13:19:40 +01:00
symfony-code-quality Change maximal Rector complexity to 35 to avoid hard coupling to Rector classes (#5206) 2021-01-16 19:11:11 +00:00
symfony-php-config [DeadCode] Move RecastingRemovalRector from PHPStan set (#4983) 2020-12-25 00:22:45 +00:00
symfony-phpunit [SymfonyCodeQuality] Add ExtractAttributeRouteNameConstantsRector (#5140) 2021-01-11 20:12:10 +00:00
symfony2 [fixtures] require skip prefix on skipped files (#5079) 2021-01-03 15:54:27 +00:00
symfony3 [SymfonyCodeQuality] Add ExtractAttributeRouteNameConstantsRector (#5140) 2021-01-11 20:12:10 +00:00
symfony4 [Utils] Add validate-fixture-filename command (#5199) 2021-01-16 13:19:40 +01:00
symfony5 [fixtures] require skip prefix on skipped files (#5079) 2021-01-03 15:54:27 +00:00
transform [static] no nullable node (#4995) 2020-12-25 20:50:50 +00:00
twig [Utils] Run validate-fixture-namespace/classname to rules/ directories (#4935) 2020-12-22 18:12:20 +01:00
type-declaration [phpstan] Remove unreported errors and duplicated methods (#5193) 2021-01-15 21:27:36 +01:00