Skip to content

Commit

Permalink
[CodeQuality] Remove ExplicitMethodCallOverMagicGetSetRector designed…
Browse files Browse the repository at this point in the history
… for nette smart object migration only, not useful for general projects (#3948)
  • Loading branch information
TomasVotruba committed May 24, 2023
1 parent eef0e5d commit fa6f1f6
Show file tree
Hide file tree
Showing 27 changed files with 1 addition and 772 deletions.
2 changes: 0 additions & 2 deletions config/set/code-quality.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
use Rector\CodeQuality\Rector\New_\NewStaticToNewSelfRector;
use Rector\CodeQuality\Rector\NotEqual\CommonNotEqualRector;
use Rector\CodeQuality\Rector\NullsafeMethodCall\CleanupUnneededNullsafeOperatorRector;
use Rector\CodeQuality\Rector\PropertyFetch\ExplicitMethodCallOverMagicGetSetRector;
use Rector\CodeQuality\Rector\Switch_\SingularSwitchToIfRector;
use Rector\CodeQuality\Rector\Switch_\SwitchTrueToIfRector;
use Rector\CodeQuality\Rector\Ternary\ArrayKeyExistsTernaryThenValueToCoalescingRector;
Expand Down Expand Up @@ -180,7 +179,6 @@
CallUserFuncWithArrowFunctionToInlineRector::class,
CountArrayToEmptyArrayComparisonRector::class,
FlipTypeControlToUseExclusiveTypeRector::class,
ExplicitMethodCallOverMagicGetSetRector::class,
InlineArrayReturnAssignRector::class,
InlineIsAInstanceOfRector::class,
TernaryFalseExpressionToIfRector::class,
Expand Down
1 change: 0 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ parameters:
- packages/BetterPhpDocParser/PhpDocParser/StaticDoctrineAnnotationParser/ArrayParser.php
- rules/EarlyReturn/Rector/If_/ChangeNestedIfsToEarlyReturnRector.php
- rules/Php70/EregToPcreTransformer.php
- rules/CodeQuality/Rector/PropertyFetch/ExplicitMethodCallOverMagicGetSetRector.php
- rules/PSR4/Rector/FileWithoutNamespace/NormalizeNamespaceByPSR4ComposerAutoloadRector.php
- rules/Renaming/NodeManipulator/ClassRenamer.php

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit fa6f1f6

Please sign in to comment.