Skip to content

Commit

Permalink
[PHP 7.4] Skip typed properties in the set, as standalone set now ava…
Browse files Browse the repository at this point in the history
…ilable (#5342)
  • Loading branch information
TomasVotruba authored Dec 8, 2023
1 parent f2a8542 commit 6a63c63
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/set/php74.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
use Rector\Php74\Rector\StaticCall\ExportToReflectionFunctionRector;
use Rector\Php74\Rector\Ternary\ParenthesizeNestedTernaryRector;
use Rector\Renaming\Rector\FuncCall\RenameFunctionRector;
use Rector\TypeDeclaration\Rector\Property\TypedPropertyFromAssignsRector;

return static function (RectorConfig $rectorConfig): void {
$rectorConfig
Expand All @@ -43,6 +42,5 @@
CurlyToSquareBracketArrayStringRector::class,
MoneyFormatToNumberFormatRector::class,
ParenthesizeNestedTernaryRector::class,
TypedPropertyFromAssignsRector::class,
]);
};

0 comments on commit 6a63c63

Please sign in to comment.