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

Commits on May 30, 2025

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

Commits on Jun 2, 2025

  1. Bump nikic/php-parser from 5.4.0 to 5.5.0

    Bumps [nikic/php-parser](https://github.com/nikic/PHP-Parser) from 5.4.0 to 5.5.0.
    - [Release notes](https://github.com/nikic/PHP-Parser/releases)
    - [Changelog](https://github.com/nikic/PHP-Parser/blob/master/CHANGELOG.md)
    - [Commits](nikic/PHP-Parser@v5.4.0...v5.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: nikic/php-parser
      dependency-version: 5.5.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    75cbf09 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #671 from phpDocumentor/dependabot/composer/nikic/…

    …php-parser-5.5.0
    
    Bump nikic/php-parser from 5.4.0 to 5.5.0
    github-actions[bot] authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    6d99fb8 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2025

  1. Find references to property if virtual

    Properties not referencing themself in a hook are called virtual.
    This is now reflected by the property.
    jaapio committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    a6fff8f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #672 from phpDocumentor/feature/virtual-detection

    Find references to property if virtual
    jaapio authored Jun 6, 2025
    Configuration menu
    Copy the full SHA
    d91b327 View commit details
    Browse the repository at this point in the history
Loading