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

Commits on Mar 24, 2025

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

Commits on Mar 28, 2025

  1. Remove the generic type for PasswordUpgraderInterface

    This interface method can be called on a user provider even for user
    types not supported by that provider (for instance when using a chain
    provider). The implementation is expected to deal with that case
    gracefully, which will be enforced by phpstan when the generics are
    gone.
    stof authored and ondrejmirtes committed Mar 28, 2025
    Configuration menu
    Copy the full SHA
    78b6b5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    648087f View commit details
    Browse the repository at this point in the history
Loading