Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds EloquentWhereRelationTypeHintingParameterRector rule #138

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    8288d2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd0e991 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Remove redundant line

    peterfox committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    0bec96e View commit details
    Browse the repository at this point in the history
  2. Fix issues

    peterfox authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    d7b0e1d View commit details
    Browse the repository at this point in the history
  3. Fixes and further tests

    peterfox committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    7fcd6bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7891cc3 View commit details
    Browse the repository at this point in the history
  5. Squashed commit of the following:

    commit c664be4
    Author: Clément Birklé <clement.birkle@gmail.com>
    Date:   Mon Sep 18 22:16:17 2023 +0200
    
        Add EloquentMagicMethodToQueryBuilderRector rule (driftingly#132)
    
        * Add EloquentMagicMethodToQueryBuilderRector rule
    
        * Fix PHPStan errors
    
    commit 2af4076
    Author: Andrew Miller <ikari7789@yahoo.com>
    Date:   Tue Sep 19 05:14:23 2023 +0900
    
        Remove MethodCallRename rule from Laravel80 ruleset (driftingly#134)
    
        It references the commit where the function was "renamed", but the next commit in the laravel/framework repository is re-adding the function.
    
        laravel/framework@8e0914e
    
        As `assertExactJson()` and `assertSimilarJson()` have very different expectations, I think this could change could inadvertently alter tests to be less accurate.
    
        Co-authored-by: Anthony Clark <anthonyclark@gmail.com>
    peterfox committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    db6c1cf View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into feature/eloquent-where-relation-type-hint-cl…

    …osure-parameter
    
    # Conflicts:
    #	docs/rector_rules_overview.md
    peterfox committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    ef47b3e View commit details
    Browse the repository at this point in the history