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: zacharylund/phpstan-symfony
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.x
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: 1.4.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Mar 19, 2025

  1. Synchronize the EventSubscriberInterface with the upstream type

    As of Symfony 5.4, Symfony ships a precise type for this interface but the stub overrides it.
    stof authored and ondrejmirtes committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    08b97ab 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
Loading