Skip to content

Commit

Permalink
remove deprecated rector rule (#1352)
Browse files Browse the repository at this point in the history
this silences a rector warning which was breaking local build
  • Loading branch information
brettmc authored Jul 19, 2024
1 parent 17ad56a commit e4f9604
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
PHPUnitSetList::PHPUNIT_100,
]);
$rectorConfig->skip([
CallableThisArrayToAnonymousFunctionRector::class => [
__DIR__ . '/src/SDK/SdkBuilder.php',
__DIR__ . '/src/SDK/SdkAutoloader.php',
],
FlipTypeControlToUseExclusiveTypeRector::class,
NewInInitializerRector::class => [
__DIR__ . '/src/SDK/Trace/Sampler/ParentBased.php',
Expand Down

0 comments on commit e4f9604

Please sign in to comment.