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: ergebnis/phpstan-rules
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.10.4
Choose a base ref
...
head repository: ergebnis/phpstan-rules
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.10.5
Choose a head ref
  • 13 commits
  • 7 files changed
  • 3 contributors

Commits on Jun 16, 2025

  1. github-actions(deps): Bump stefanzweifel/git-auto-commit-action

    Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5.2.0 to 6.0.1.
    - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
    - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
    - [Commits](stefanzweifel/git-auto-commit-action@v5.2.0...v6.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: stefanzweifel/git-auto-commit-action
      dependency-version: 6.0.1
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    7ad4292 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #954 from ergebnis/dependabot/github_actions/stefa…

    …nzweifel/git-auto-commit-action-6.0.1
    
    github-actions(deps): Bump stefanzweifel/git-auto-commit-action from 5.2.0 to 6.0.1
    ergebnis-bot authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    b5a80e6 View commit details
    Browse the repository at this point in the history
  3. github-actions(deps): Bump shivammathur/setup-php from 2.33.0 to 2.34.1

    Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.33.0 to 2.34.1.
    - [Release notes](https://github.com/shivammathur/setup-php/releases)
    - [Commits](shivammathur/setup-php@2.33.0...2.34.1)
    
    ---
    updated-dependencies:
    - dependency-name: shivammathur/setup-php
      dependency-version: 2.34.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    e2f155a View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. Merge pull request #955 from ergebnis/dependabot/github_actions/shiva…

    …mmathur/setup-php-2.34.1
    
    github-actions(deps): Bump shivammathur/setup-php from 2.33.0 to 2.34.1
    localheinz authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    8f9a097 View commit details
    Browse the repository at this point in the history
  2. Fix: Rename

    localheinz committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    180ccff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94a5249 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c630af5 View commit details
    Browse the repository at this point in the history
  5. Fix: Adjust CallLikes\NoNamedArgumentRule to handle calls to construc…

    …tors of variable class names
    localheinz committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    c907303 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #957 from ergebnis/fix/class-name

    Fix: Adjust `CallLikes\NoNamedArgumentRule` to handle calls to constructors of variable class names
    localheinz authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    b6ebd6d View commit details
    Browse the repository at this point in the history
  7. Fix: Reference

    localheinz committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    d572714 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    13efbb5 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #958 from ergebnis/fix/describe

    Fix: Adjust `CallLikes\NoNamedArgumentRule` to describe known calls only
    localheinz authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    b853e39 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    719a53e View commit details
    Browse the repository at this point in the history
Loading