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: driftingly/rector-laravel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.2
Choose a base ref
...
head repository: driftingly/rector-laravel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.3
Choose a head ref
  • 16 commits
  • 680 files changed
  • 7 contributors

Commits on Jan 24, 2025

  1. Update composer.json to use php 8.3 requirement (#300)

    * Update composer.json to use php 8.3 requirement
    
    The dev-main installable from 8.2 platform, but code is 8.3 compatible
    
    * Re-Run Rector
    samsonasik authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    23e2cc4 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. Laravel 12 set with Bind Closures without Abstract rule (#304)

    * Basic mechanism works
    
    * working with return type replacement
    
    * Working rule, passes phpstan
    
    * another test
    
    * Improvements and set changes
    
    * fixes
    
    * Add new set
    peterfox authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    9a43971 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. Add new alias to UnaliasCollectionMethods (#305)

    * add new alias to UnaliasCollectionMethods
    
    * cs
    
    ---------
    
    Co-authored-by: Geni Jaho <jahogeni@gmail.com>
    MrYamous and GeniJaho authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    cf1243f View commit details
    Browse the repository at this point in the history
  2. Remove LogManager from the Static to Injection set (#311)

    Co-authored-by: Peter Fox <peter.fox@peterfox.me>
    GeniJaho and peterfox authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    3608f85 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. Update the rule definition for ChangeQueryWhereDateValueWithCarbonRec…

    …tor (#312)
    
    Co-authored-by: Peter Fox <peter.fox@peterfox.me>
    GeniJaho and peterfox authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    4347e78 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2025

  1. Configuration menu
    Copy the full SHA
    08d52b9 View commit details
    Browse the repository at this point in the history
  2. Skip refactoring on EloquentOrderByToLatestOrOldestRector when the di…

    …rection arg is not a string (#310)
    
    Co-authored-by: Peter Fox <peter.fox@peterfox.me>
    GeniJaho and peterfox authored Mar 8, 2025
    Configuration menu
    Copy the full SHA
    06b1195 View commit details
    Browse the repository at this point in the history
  3. Add a command to generate new rules (#298)

    Co-authored-by: Peter Fox <peter.fox@peterfox.me>
    GeniJaho and peterfox authored Mar 8, 2025
    Configuration menu
    Copy the full SHA
    c4df130 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. Service & Model Analyzers (#306)

    * working mechanism for tables and key name
    
    * working concept idea
    
    * phpstan fixes
    
    * Fix up
    
    * Last test fix
    
    * Adds a model analyzer
    
    * switch name for fully qualified
    
    * reformat
    
    * More tests
    
    * fix phpstan error
    
    * cs fix
    
    * Example use of the QueryBuilderAnalyzer
    
    * Fixes
    
    * phpstan fix
    
    * PHPStan fixes
    
    ---------
    
    Co-authored-by: Geni Jaho <jahogeni@gmail.com>
    peterfox and GeniJaho authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    26e8d6e View commit details
    Browse the repository at this point in the history
  2. Fixup expected jobs and events rule (#307)

    * part working
    
    * make use case working
    
    * Fix removal of additional expect calls
    
    * working but not passing PHPStan
    
    * phpstan passing
    
    * better docs
    
    * docs
    
    * fix docs
    
    * fixes
    
    ---------
    
    Co-authored-by: Geni Jaho <jahogeni@gmail.com>
    peterfox and GeniJaho authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    03101b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2025

  1. Configuration menu
    Copy the full SHA
    40bbddd View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. HelperFuncCallToFacadeClassRector, allow with argument (#318)

    * HelperFuncCallToFacadeClassRector, allow with argument
    
    * Skip in case of no argument
    parth391 authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    7bb8e3c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. Assert class to type hinted closure (#321)

    * working but needs phpstan
    
    * PHPStan fixes
    peterfox authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    4649b0f View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2025

  1. Improve the MakeRuleCommand (#323)

    * Add more options to the MakeRuleCommand
    
    * New template dir
    
    * Simplify the make rule command
    
    * Refactor the make rule command
    
    * Update docs
    GeniJaho authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    8c25212 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2025

  1. Configuration menu
    Copy the full SHA
    1785e16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    837066b View commit details
    Browse the repository at this point in the history
Loading