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: phpDocumentor/Reflection
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c3bc920
Choose a base ref
...
head repository: phpDocumentor/Reflection
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6c1f4cc
Choose a head ref
  • 12 commits
  • 6 files changed
  • 3 contributors

Commits on Nov 17, 2025

  1. Bump eliashaeussler/phpunit-attributes from 1.7.0 to 1.8.0

    Bumps [eliashaeussler/phpunit-attributes](https://github.com/eliashaeussler/phpunit-attributes) from 1.7.0 to 1.8.0.
    - [Release notes](https://github.com/eliashaeussler/phpunit-attributes/releases)
    - [Commits](eliashaeussler/phpunit-attributes@1.7.0...1.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: eliashaeussler/phpunit-attributes
      dependency-version: 1.8.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 17, 2025
    Configuration menu
    Copy the full SHA
    6d656e1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #699 from phpDocumentor/dependabot/composer/eliash…

    …aeussler/phpunit-attributes-1.8.0
    
    Bump eliashaeussler/phpunit-attributes from 1.7.0 to 1.8.0
    github-actions[bot] authored Nov 17, 2025
    Configuration menu
    Copy the full SHA
    e50ef2a View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2025

  1. Bump phpdocumentor/type-resolver from 1.10.0 to 1.10.1

    Bumps [phpdocumentor/type-resolver](https://github.com/phpDocumentor/TypeResolver) from 1.10.0 to 1.10.1.
    - [Release notes](https://github.com/phpDocumentor/TypeResolver/releases)
    - [Commits](phpDocumentor/TypeResolver@1.10.0...1.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: phpdocumentor/type-resolver
      dependency-version: 1.10.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    bdde3a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #700 from phpDocumentor/dependabot/composer/phpdoc…

    …umentor/type-resolver-1.10.1
    
    Bump phpdocumentor/type-resolver from 1.10.0 to 1.10.1
    github-actions[bot] authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    cec2dc9 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. Bump phpdocumentor/reflection-docblock from 5.6.3 to 5.6.4

    Bumps [phpdocumentor/reflection-docblock](https://github.com/phpDocumentor/ReflectionDocBlock) from 5.6.3 to 5.6.4.
    - [Release notes](https://github.com/phpDocumentor/ReflectionDocBlock/releases)
    - [Commits](phpDocumentor/ReflectionDocBlock@5.6.3...5.6.4)
    
    ---
    updated-dependencies:
    - dependency-name: phpdocumentor/reflection-docblock
      dependency-version: 5.6.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    f1ea7fe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #701 from phpDocumentor/dependabot/composer/phpdoc…

    …umentor/reflection-docblock-5.6.4
    
    Bump phpdocumentor/reflection-docblock from 5.6.3 to 5.6.4
    github-actions[bot] authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    d54decc View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2025

  1. Bump phpdocumentor/type-resolver from 1.10.1 to 1.11.0

    Bumps [phpdocumentor/type-resolver](https://github.com/phpDocumentor/TypeResolver) from 1.10.1 to 1.11.0.
    - [Release notes](https://github.com/phpDocumentor/TypeResolver/releases)
    - [Commits](phpDocumentor/TypeResolver@1.10.1...1.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: phpdocumentor/type-resolver
      dependency-version: 1.11.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    409b08c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #702 from phpDocumentor/dependabot/composer/phpdoc…

    …umentor/type-resolver-1.11.0
    
    Bump phpdocumentor/type-resolver from 1.10.1 to 1.11.0
    github-actions[bot] authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    67b6bc5 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2025

  1. Configuration menu
    Copy the full SHA
    6f01fae View commit details
    Browse the repository at this point in the history
  2. Merge pull request #703 from phpDocumentor/fix/invalid-expression-typ…

    …e-resolving
    
    Use type resolver to resolve types in expressions
    jaapio authored Nov 23, 2025
    Configuration menu
    Copy the full SHA
    2b901f4 View commit details
    Browse the repository at this point in the history
  3. Add support for php 8.5

    jaapio committed Nov 23, 2025
    Configuration menu
    Copy the full SHA
    fabf1ef View commit details
    Browse the repository at this point in the history
  4. Merge pull request #695 from phpDocumentor/fix-php85

    Add support for php 8.5
    jaapio authored Nov 23, 2025
    Configuration menu
    Copy the full SHA
    6c1f4cc View commit details
    Browse the repository at this point in the history
Loading