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: composer-unused/symbol-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.13
Choose a base ref
...
head repository: composer-unused/symbol-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.0
Choose a head ref
  • 2 commits
  • 8 files changed
  • 1 contributor

Commits on Mar 16, 2023

  1. Revert "Fix: Match short namespace symbols"

    This reverts commit 7d95ce3.
    eliashaeussler authored and icanhazstring committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    b27a05b View commit details
    Browse the repository at this point in the history
  2. Handle name resolving with PHP-Parser's NameResolver

    Name resolving of namespaced symbols (such as classes,
    functions and constants) is now done through PHP-Parser's
    NameResolver. By using it as an additional node visitor,
    we add a safe additional layer on top of the collection
    strategies provided by the symbol-parser package.
    
    This also makes the fix introduced with 13fd5e9 obsolete
    now, as the NameResolver is more accurate.
    eliashaeussler authored and icanhazstring committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    3f771d4 View commit details
    Browse the repository at this point in the history
Loading