Skip to content

Commit

Permalink
suppress a dodgy readonly property conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
brettmc committed Mar 13, 2024
1 parent d6c5f56 commit 2a8af1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
__DIR__ . '/src/SDK/SdkAutoloader.php',
],
FlipTypeControlToUseExclusiveTypeRector::class,
\Rector\Php81\Rector\Property\ReadOnlyPropertyRector::class => [
__DIR__ . '/src/SDK/Metrics/Stream/SynchronousMetricStream.php',
],
\Rector\Strict\Rector\Empty_\DisallowedEmptyRuleFixerRector::class,
\Rector\CodeQuality\Rector\If_\ExplicitBoolCompareRector::class,
\Rector\CodeQuality\Rector\ClassMethod\LocallyCalledStaticMethodToNonStaticRector::class,
Expand Down

0 comments on commit 2a8af1c

Please sign in to comment.