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: bnowak/phpstan-symfony
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f7d5782
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: 78b6b5a
Choose a head ref
  • 5 commits
  • 21 files changed
  • 4 contributors

Commits on Oct 30, 2024

  1. Update Process.stub

    ondrejmirtes committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    270c2ee View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. feat: Add @api annotation to interfaces

    The following interfaces are now part of the public API and can be safely relied on.
    
    - \PHPStan\Symfony\ParameterDefinition
    - \PHPStan\Symfony\ParameterMap
    - \PHPStan\Symfony\ServiceDefinition
    - \PHPStan\Symfony\ServiceMap
    mitelg authored and ondrejmirtes committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    c7b7e7f View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2025

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

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