Skip to content

Commit

Permalink
try latest rector dev-main
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jan 31, 2022
1 parent 8dc91e1 commit fb17fe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-webmozart-assert": "^1.0",
"pimple/pimple": "^3.2",
"rector/rector": "0.12.14",
"rector/rector": "dev-main",
"symfony/dependency-injection": "^5.0"
},
"suggest": {
Expand Down
2 changes: 2 additions & 0 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
declare(strict_types=1);

use Rector\CodeQuality\Rector\Array_\CallableThisArrayToAnonymousFunctionRector;
use Rector\CodingStyle\Rector\ClassConst\RemoveFinalFromConstRector;
use Rector\CodingStyle\Rector\ClassMethod\UnSpreadOperatorRector;
use Rector\Core\Configuration\Option;
use Rector\Privatization\Rector\Class_\FinalizeClassesWithoutChildrenRector;
Expand Down Expand Up @@ -33,5 +34,6 @@
CallableThisArrayToAnonymousFunctionRector::class,
UnSpreadOperatorRector::class,
FinalizeClassesWithoutChildrenRector::class,
RemoveFinalFromConstRector::class,
]);
};

0 comments on commit fb17fe4

Please sign in to comment.