File tree Expand file tree Collapse file tree
.vortex/installer/tests/Fixtures/handler_process
hosting_project_name___acquia Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323use Rector \CodeQuality \Rector \ClassMethod \InlineArrayReturnAssignRector ;
2424use Rector \CodeQuality \Rector \Empty_ \SimplifyEmptyCheckOnEmptyArrayRector ;
2525use Rector \CodingStyle \Rector \Catch_ \CatchExceptionNameMatchingTypeRector ;
26+ use Rector \CodingStyle \Rector \ClassLike \NewlineBetweenClassLikeStmtsRector ;
2627use Rector \CodingStyle \Rector \ClassMethod \NewlineBeforeNewAssignSetRector ;
2728use Rector \CodingStyle \Rector \FuncCall \CountArrayToEmptyArrayComparisonRector ;
2829use Rector \CodingStyle \Rector \FunctionLike \FunctionLikeToFirstClassCallableRector ;
6364 InlineArrayReturnAssignRector::class,
6465 NewlineAfterStatementRector::class,
6566 NewlineBeforeNewAssignSetRector::class,
67+ NewlineBetweenClassLikeStmtsRector::class,
6668 PrivatizeFinalClassMethodRector::class,
6769 PrivatizeFinalClassPropertyRector::class,
6870 PrivatizeLocalGetterToPropertyRector::class,
Original file line number Diff line number Diff line change 1- @@ -44 ,10 +44 ,10 @@
1+ @@ -45 ,10 +45 ,10 @@
22
33 return RectorConfig::configure()
44 ->withPaths([
1313 __DIR__ . '/tests',
1414 ])
1515 ->withSkip([
16- @@ -72 ,7 +72 ,7 @@
16+ @@ -74 ,7 +74 ,7 @@
1717 RenameVariableToMatchNewTypeRector::class,
1818 SimplifyEmptyCheckOnEmptyArrayRector::class,
1919 StringClassNameToClassConstantRector::class => [
Original file line number Diff line number Diff line change 1- @@ -44 ,10 +44 ,10 @@
1+ @@ -45 ,10 +45 ,10 @@
22
33 return RectorConfig::configure()
44 ->withPaths([
1313 __DIR__ . '/tests',
1414 ])
1515 ->withSkip([
16- @@ -72 ,7 +72 ,7 @@
16+ @@ -74 ,7 +74 ,7 @@
1717 RenameVariableToMatchNewTypeRector::class,
1818 SimplifyEmptyCheckOnEmptyArrayRector::class,
1919 StringClassNameToClassConstantRector::class => [
Original file line number Diff line number Diff line change 1- @@ -45 ,7 +45 ,6 @@
1+ @@ -46 ,7 +46 ,6 @@
22 return RectorConfig::configure()
33 ->withPaths([
44 __DIR__ . '/web/modules/custom',
Original file line number Diff line number Diff line change 1- @@ -45 ,7 +45 ,6 @@
1+ @@ -46 ,7 +46 ,6 @@
22 return RectorConfig::configure()
33 ->withPaths([
44 __DIR__ . '/web/modules/custom',
Original file line number Diff line number Diff line change 1- @@ -45 ,7 +45 ,6 @@
1+ @@ -46 ,7 +46 ,6 @@
22 return RectorConfig::configure()
33 ->withPaths([
44 __DIR__ . '/web/modules/custom',
Original file line number Diff line number Diff line change 2323use Rector \CodeQuality \Rector \ClassMethod \InlineArrayReturnAssignRector ;
2424use Rector \CodeQuality \Rector \Empty_ \SimplifyEmptyCheckOnEmptyArrayRector ;
2525use Rector \CodingStyle \Rector \Catch_ \CatchExceptionNameMatchingTypeRector ;
26+ use Rector \CodingStyle \Rector \ClassLike \NewlineBetweenClassLikeStmtsRector ;
2627use Rector \CodingStyle \Rector \ClassMethod \NewlineBeforeNewAssignSetRector ;
2728use Rector \CodingStyle \Rector \FuncCall \CountArrayToEmptyArrayComparisonRector ;
2829use Rector \CodingStyle \Rector \FunctionLike \FunctionLikeToFirstClassCallableRector ;
6364 InlineArrayReturnAssignRector::class,
6465 NewlineAfterStatementRector::class,
6566 NewlineBeforeNewAssignSetRector::class,
67+ NewlineBetweenClassLikeStmtsRector::class,
6668 PrivatizeFinalClassMethodRector::class,
6769 PrivatizeFinalClassPropertyRector::class,
6870 PrivatizeLocalGetterToPropertyRector::class,
You can’t perform that action at this time.
0 commit comments