Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rectorphp/rector
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a51dfdd
Choose a base ref
...
head repository: rectorphp/rector
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 000b705
Choose a head ref
  • 20 commits
  • 90 files changed
  • 1 contributor

Commits on Apr 4, 2026

  1. Updated Rector to commit 9dccc8a0efb26609bdc90e5e7b99dafb4e2fde78

    rectorphp/rector-src@9dccc8a [CodeQuality] Handle with assign on SimplifyIfElseToTernaryRector (#7951)
    TomasVotruba committed Apr 4, 2026
    Configuration menu
    Copy the full SHA
    25c6fbd View commit details
    Browse the repository at this point in the history
  2. Updated Rector to commit 83a4a126910a651f377cbf53af5ef0a3f5adef65

    rectorphp/rector-src@83a4a12 [CodeQuality] Skip with HTML on TernaryFalseExpressionToIfRector (#7954)
    TomasVotruba committed Apr 4, 2026
    Configuration menu
    Copy the full SHA
    8e733db View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2026

  1. Configuration menu
    Copy the full SHA
    cdea303 View commit details
    Browse the repository at this point in the history
  2. Updated Rector to commit c2251bd23ba10273cf12272894f8f254c07a6be2

    rectorphp/rector-src@c2251bd Make compatible with PHPStan 2.1.x-dev for ObjectType::equals() change behaviour (#7956)
    TomasVotruba committed Apr 5, 2026
    Configuration menu
    Copy the full SHA
    8617a25 View commit details
    Browse the repository at this point in the history
  3. Updated Rector to commit b49ed2949d0ad01e83e6145eea86d89b7a451661

    rectorphp/rector-src@b49ed29  [AutoImport] Handle FQCN in/not in use on auto import + remove unused import as prefix = suffix (#7957)
    TomasVotruba committed Apr 5, 2026
    Configuration menu
    Copy the full SHA
    a5f24e8 View commit details
    Browse the repository at this point in the history
  4. Updated Rector to commit 895e9dbea530b49e666ea640c56f20c9d659bf21

    rectorphp/rector-src@895e9db Fixture fix missing .php before .inc on NamespacedUseAutoImportTest (#7958)
    TomasVotruba committed Apr 5, 2026
    Configuration menu
    Copy the full SHA
    eacb26a View commit details
    Browse the repository at this point in the history
  5. Updated Rector to commit ffbf1039f74226453855afadb17d0449c79347fd

    rectorphp/rector-src@ffbf103 Clean up fixture with .inc without .php.inc on NamespacedUseAutoImportTest (#7959)
    TomasVotruba committed Apr 5, 2026
    Configuration menu
    Copy the full SHA
    e802a26 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2026

  1. Updated Rector to commit b4e4c3814ab45e1b7e85b46b2ad8f4c90e8da4b3

    rectorphp/rector-src@b4e4c38 [DeadCode] Add RemoveUselessTernaryRector (#7961)
    TomasVotruba committed Apr 6, 2026
    Configuration menu
    Copy the full SHA
    84bfd7c View commit details
    Browse the repository at this point in the history
  2. Updated Rector to commit 3e751eca2d58330e8528e12056172508fc314a4b

    rectorphp/rector-src@3e751ec [CodeQuality] Add CoalesceToTernaryRector (#7960)
    TomasVotruba committed Apr 6, 2026
    Configuration menu
    Copy the full SHA
    0079a9c View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2026

  1. Updated Rector to commit f2be385b38e514ea3d702aa4cd0f08cf98305703

    rectorphp/rector-src@f2be385 [Php81] Deprecate NewInInitializerRector as depends on context (#7913)
    TomasVotruba committed Apr 7, 2026
    Configuration menu
    Copy the full SHA
    a40b100 View commit details
    Browse the repository at this point in the history
  2. Updated Rector to commit de69d058258a2a6639a2d9b937a731a8665978d8

    rectorphp/rector-src@de69d05 Add --rules-summary option to display applied rules summary with count (#7874)
    TomasVotruba committed Apr 7, 2026
    Configuration menu
    Copy the full SHA
    0df929a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    806d6a2 View commit details
    Browse the repository at this point in the history
  4. Updated Rector to commit 52c6ece13308d46109bd1c2f4927592244d1c7b0

    rectorphp/rector-src@52c6ece Add support for adding the `#[Override]` attribute to methods implementing interfaces (#7934)
    TomasVotruba committed Apr 7, 2026
    Configuration menu
    Copy the full SHA
    8049f60 View commit details
    Browse the repository at this point in the history
  5. Updated Rector to commit cdd219c5341e7ef841c1567960e60a945e9b59f2

    rectorphp/rector-src@cdd219c perf: use hash map for installed packages (#7878)
    TomasVotruba committed Apr 7, 2026
    Configuration menu
    Copy the full SHA
    79bd1f8 View commit details
    Browse the repository at this point in the history
  6. Updated Rector to commit 682d85bb311e2149790daccbb69e843a5ab1a215

    rectorphp/rector-src@682d85b [ChangesReporting][Alternative] Collect changed_files on --no-diffs with json output with use of JsonOutputFactory (#7821)
    TomasVotruba committed Apr 7, 2026
    Configuration menu
    Copy the full SHA
    586f583 View commit details
    Browse the repository at this point in the history
  7. Updated Rector to commit 43ad95c6fd73abe0878dcd2ff81b4dfbcaf2c4a7

    rectorphp/rector-src@43ad95c  feat(printer): add per-node NEWLINE_ON_FLUENT_CALL attribute to BetterStandardPrinter (#7910)
    TomasVotruba committed Apr 7, 2026
    Configuration menu
    Copy the full SHA
    dc915bd View commit details
    Browse the repository at this point in the history
  8. Updated Rector to commit c03bb57aa2dadd48639eac8d8f9c55ce771498c4

    rectorphp/rector-src@c03bb57 Fix e2e test expectation due to new line info feature (#7963)
    TomasVotruba committed Apr 7, 2026
    Configuration menu
    Copy the full SHA
    319264f View commit details
    Browse the repository at this point in the history
  9. Updated Rector to commit 07fce8301826c36630ece64dad558ff6ea2fe109

    rectorphp/rector-src@07fce83 fix: OOM crash in RemoveUnusedVariableAssignRector (#7964)
    TomasVotruba committed Apr 7, 2026
    Configuration menu
    Copy the full SHA
    fc9d780 View commit details
    Browse the repository at this point in the history
  10. Updated Rector to commit dcc3c8c2a7d2fc378641f3a37b190309512fff38

    rectorphp/rector-src@dcc3c8c [deprecation] deprecate file, use getFile() instead (#7962)
    TomasVotruba committed Apr 7, 2026
    Configuration menu
    Copy the full SHA
    bf4b7e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2026

  1. Rector 2.4.1

    TomasVotruba committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    000b705 View commit details
    Browse the repository at this point in the history
Loading