rector/rules-tests/DowngradePhp70/Rector
Tomas Votruba 1026ede751
Remove requires from tests, as all tests run on PHP 8.1 (#2293)
* remove requires from tests, as all tests run on PHP 8.1

* fix zero value
2022-05-12 00:15:54 +02:00
..
ClassMethod Remove requires from tests, as all tests run on PHP 8.1 (#2293) 2022-05-12 00:15:54 +02:00
Coalesce/DowngradeNullCoalesceRector [DX] Update to use Method Call from RectorConfig on rector configs ( rules-tests/ dir) (#2106) 2022-04-21 00:36:08 +07:00
Declare_/DowngradeStrictTypeDeclarationRector [DX] Update to use Method Call from RectorConfig on rector configs ( rules-tests/ dir) (#2106) 2022-04-21 00:36:08 +07:00
Expr/DowngradeUnnecessarilyParenthesizedExpressionRector [DX] Update to use Method Call from RectorConfig on rector configs ( rules-tests/ dir) (#2106) 2022-04-21 00:36:08 +07:00
Expression/DowngradeDefineArrayConstantRector [DX] Update to use Method Call from RectorConfig on rector configs ( rules-tests/ dir) (#2106) 2022-04-21 00:36:08 +07:00
FuncCall [DX] Update to use Method Call from RectorConfig on rector configs ( rules-tests/ dir) (#2106) 2022-04-21 00:36:08 +07:00
FunctionLike Remove requires from tests, as all tests run on PHP 8.1 (#2293) 2022-05-12 00:15:54 +02:00
GroupUse/SplitGroupedUseImportsRector [DX] Update to use Method Call from RectorConfig on rector configs ( rules-tests/ dir) (#2106) 2022-04-21 00:36:08 +07:00
Instanceof_/DowngradeInstanceofThrowableRector [DX] Update to use Method Call from RectorConfig on rector configs ( rules-tests/ dir) (#2106) 2022-04-21 00:36:08 +07:00
MethodCall [DX] Update to use Method Call from RectorConfig on rector configs ( rules-tests/ dir) (#2106) 2022-04-21 00:36:08 +07:00
New_/DowngradeAnonymousClassRector [DX] Update to use Method Call from RectorConfig on rector configs ( rules-tests/ dir) (#2106) 2022-04-21 00:36:08 +07:00
Spaceship/DowngradeSpaceshipRector [DX] Update to use Method Call from RectorConfig on rector configs ( rules-tests/ dir) (#2106) 2022-04-21 00:36:08 +07:00
TryCatch/DowngradeCatchThrowableRector [DX] Improve DowngradeCatchThrowableRector to return nodes directly (#2241) 2022-05-06 09:09:50 +02:00