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

Commits on Feb 19, 2026

  1. Add CLAUDE.md with project guidelines for AI agents

    Provides comprehensive documentation covering project overview,
    repository structure, PHP 7.4+ version requirements, multi-version
    Doctrine support, development commands, testing, coding standards,
    CI pipeline, and architecture notes.
    
    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
    f02dc0e View commit details
    Browse the repository at this point in the history
  2. Add CLAUDE.md to .gitattributes export-ignore

    CLAUDE.md contains AI agent instructions and is not needed
    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
    e991b52 View commit details
    Browse the repository at this point in the history
  3. React to issues opened with trigger phrase

    Add `issues: opened` event type to the react-on-comment workflow
    so it also triggers when new issues are opened containing the
    trigger phrase. Add `github.event.issue.body` as a fallback in
    the COMMENT_BODY env variable to support reading the issue body.
    
    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
    218a2f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e011d3 View commit details
    Browse the repository at this point in the history
  5. Document missing features in README

    Add descriptions for features that exist in src/ but were not listed
    in the README feature list:
    
    - Entity relation type validation (EntityRelationRule)
    - Final entity class detection (EntityNotFinalRule)
    - Final entity constructor detection (EntityConstructorNotFinalRule)
    - Mapping configuration error detection (EntityMappingExceptionRule)
    - Doctrine proxy class name prohibition
    - EntityManager::flush() throw type inference
    - Dead code detection integration for entity properties
    - Gedmo doctrine-extensions support
    - Collection::first()/last() type narrowing via isEmpty()
    
    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
    80235c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2026

  1. Refactor GitHub Actions workflow for token usage

    Removed unused token from checkout step and updated the react to feedback step.
    ondrejmirtes authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    d672ec1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44a216a View commit details
    Browse the repository at this point in the history
Loading