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.14
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.15
Choose a head ref
  • 9 commits
  • 19 files changed
  • 5 contributors

Commits on Feb 18, 2026

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

Commits on Feb 19, 2026

  1. Add CLAUDE.md with project documentation

    Comprehensive documentation covering project overview, repository
    structure, PHP/Symfony version compatibility, development commands,
    testing patterns, CI pipeline, and key architectural concepts like
    service maps, parameter maps, and the distinction between type
    extensions and rules.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    2 people authored and ondrejmirtes committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    fbeac69 View commit details
    Browse the repository at this point in the history
  2. Add CLAUDE.md to .gitattributes export-ignore

    CLAUDE.md is a development file for AI assistant context and should
    not be included in the distributed archive.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    2 people authored and ondrejmirtes committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    591a1a6 View commit details
    Browse the repository at this point in the history
  3. Trigger react-on-comment workflow on issues opened and fall back to i…

    …ssue body
    
    Add `issues: types: [opened]` trigger so the workflow reacts when new
    issues are opened with the trigger phrase. Also add
    `github.event.issue.body` as a fallback in COMMENT_BODY so the issue
    description is checked when no comment or review body is available.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    2 people authored and ondrejmirtes committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    4c7a7dd View commit details
    Browse the repository at this point in the history
  4. Update README with missing feature descriptions

    Add documentation for features that were implemented but not listed
    in the README: ResponseHeaderBag::getCookies(), Serializer/Denormalizer
    return types, HandleTrait::handle(), FormInterface::getErrors(),
    KernelInterface::locateResource(), Extension::getConfiguration(),
    CacheInterface::get(), BrowserKitAssertionsTrait::getClient(),
    Command::getHelper(), console argument/option validation rules,
    and @required autowiring support. Also fix missing parentheses
    on existing InputInterface method references.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    2 people authored and ondrejmirtes committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    359641d View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2026

  1. Simplify workflow by removing PHPSTAN_BOT_TOKEN

    Removed unnecessary token from checkout step.
    ondrejmirtes authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    72d2516 View commit details
    Browse the repository at this point in the history
  2. [StepSecurity] ci: Harden GitHub Actions

    Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
    step-security-bot authored and ondrejmirtes committed Feb 24, 2026
    Configuration menu
    Copy the full SHA
    7305b17 View commit details
    Browse the repository at this point in the history
  3. Lint workflows

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    ondrejmirtes and claude committed Feb 24, 2026
    Configuration menu
    Copy the full SHA
    3783cc7 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2026

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