File tree Expand file tree Collapse file tree
.vortex/installer/tests/Fixtures/handler_process
tools_groups_no_be_tests_circleci
tools_no_phpunit_circleci Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8282 // PHP version upgrade sets - modernizes syntax to PHP 8.4.
8383 // Includes all rules from PHP 5.3 through 8.4.
8484 ->withPhpSets (php84: TRUE )
85+ // Behat attribute sets - converts annotations to PHP 8 attributes.
86+ ->withAttributesSets (behat: TRUE )
8587 // Code quality improvement sets.
8688 ->withPreparedSets (
8789 codeQuality: TRUE ,
Original file line number Diff line number Diff line change 66 use Rector\Privatization\Rector\ClassMethod\PrivatizeFinalClassMethodRector;
77 use Rector\Privatization\Rector\MethodCall\PrivatizeLocalGetterToPropertyRector;
88 use Rector\Privatization\Rector\Property\PrivatizeFinalClassPropertyRector;
9- @@ -99,7 +98,6 @@
9+ @@ -82,8 +81,6 @@
10+ // PHP version upgrade sets - modernizes syntax to PHP 8.4.
11+ // Includes all rules from PHP 5.3 through 8.4.
12+ ->withPhpSets(php84: TRUE)
13+ - // Behat attribute sets - converts annotations to PHP 8 attributes.
14+ - ->withAttributesSets(behat: TRUE)
15+ // Code quality improvement sets.
16+ ->withPreparedSets(
17+ codeQuality: TRUE,
18+ @@ -101,7 +98,6 @@
1019 // Additional rules.
1120 ->withRules([
1221 DeclareStrictTypesRector::class,
Original file line number Diff line number Diff line change 66 use Rector\Privatization\Rector\ClassMethod\PrivatizeFinalClassMethodRector;
77 use Rector\Privatization\Rector\MethodCall\PrivatizeLocalGetterToPropertyRector;
88 use Rector\Privatization\Rector\Property\PrivatizeFinalClassPropertyRector;
9- @@ -99,7 +98,6 @@
9+ @@ -82,8 +81,6 @@
10+ // PHP version upgrade sets - modernizes syntax to PHP 8.4.
11+ // Includes all rules from PHP 5.3 through 8.4.
12+ ->withPhpSets(php84: TRUE)
13+ - // Behat attribute sets - converts annotations to PHP 8 attributes.
14+ - ->withAttributesSets(behat: TRUE)
15+ // Code quality improvement sets.
16+ ->withPreparedSets(
17+ codeQuality: TRUE,
18+ @@ -101,7 +98,6 @@
1019 // Additional rules.
1120 ->withRules([
1221 DeclareStrictTypesRector::class,
Original file line number Diff line number Diff line change 1+ @@ -82,8 +82,6 @@
2+ // PHP version upgrade sets - modernizes syntax to PHP 8.4.
3+ // Includes all rules from PHP 5.3 through 8.4.
4+ ->withPhpSets(php84: TRUE)
5+ - // Behat attribute sets - converts annotations to PHP 8 attributes.
6+ - ->withAttributesSets(behat: TRUE)
7+ // Code quality improvement sets.
8+ ->withPreparedSets(
9+ codeQuality: TRUE,
Original file line number Diff line number Diff line change 1+ @@ -82,8 +82,6 @@
2+ // PHP version upgrade sets - modernizes syntax to PHP 8.4.
3+ // Includes all rules from PHP 5.3 through 8.4.
4+ ->withPhpSets(php84: TRUE)
5+ - // Behat attribute sets - converts annotations to PHP 8 attributes.
6+ - ->withAttributesSets(behat: TRUE)
7+ // Code quality improvement sets.
8+ ->withPreparedSets(
9+ codeQuality: TRUE,
Original file line number Diff line number Diff line change 66 use Rector\Privatization\Rector\ClassMethod\PrivatizeFinalClassMethodRector;
77 use Rector\Privatization\Rector\MethodCall\PrivatizeLocalGetterToPropertyRector;
88 use Rector\Privatization\Rector\Property\PrivatizeFinalClassPropertyRector;
9- @@ -99 ,7 +98 ,6 @@
9+ @@ -101 ,7 +100 ,6 @@
1010 // Additional rules.
1111 ->withRules([
1212 DeclareStrictTypesRector::class,
Original file line number Diff line number Diff line change 66 use Rector\Privatization\Rector\ClassMethod\PrivatizeFinalClassMethodRector;
77 use Rector\Privatization\Rector\MethodCall\PrivatizeLocalGetterToPropertyRector;
88 use Rector\Privatization\Rector\Property\PrivatizeFinalClassPropertyRector;
9- @@ -99 ,7 +98 ,6 @@
9+ @@ -101 ,7 +100 ,6 @@
1010 // Additional rules.
1111 ->withRules([
1212 DeclareStrictTypesRector::class,
Original file line number Diff line number Diff line change 8282 // PHP version upgrade sets - modernizes syntax to PHP 8.4.
8383 // Includes all rules from PHP 5.3 through 8.4.
8484 ->withPhpSets (php84: TRUE )
85+ #;< TOOL_BEHAT
86+ // Behat attribute sets - converts annotations to PHP 8 attributes.
87+ ->withAttributesSets (behat: TRUE )
88+ #;> TOOL_BEHAT
8589 // Code quality improvement sets.
8690 ->withPreparedSets (
8791 codeQuality: TRUE ,
You can’t perform that action at this time.
0 commit comments