Skip to content

Commit

Permalink
chore: update rector to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Aug 15, 2024
1 parent 7e6dfe9 commit 8de87f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "1.11.10",
"phpunit/phpunit": "^10.4",
"rector/rector": "1.0.1",
"rector/rector": "1.2.3",
"symplify/phpstan-rules": "^13.0",
"tomasvotruba/cognitive-complexity": "^0.2.3"
},
Expand Down
6 changes: 1 addition & 5 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
declare(strict_types=1);

use Rector\Config\RectorConfig;
use Rector\Php74\Rector\LNumber\AddLiteralSeparatorToNumberRector;
use Rector\PHPUnit\Set\PHPUnitSetList;

return RectorConfig::configure()
Expand All @@ -28,7 +27,4 @@
->withSets([
PHPUnitSetList::PHPUNIT_100,
])
->withRootFiles()
->withSkip([
AddLiteralSeparatorToNumberRector::class,
]);
->withRootFiles();

0 comments on commit 8de87f7

Please sign in to comment.