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/ReflectionDocBlock
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.6.0
Choose a base ref
...
head repository: phpDocumentor/ReflectionDocBlock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.6.1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 7, 2024

  1. Fix compatibility issue with phpstan 2.0 parser

    The phpstan 2.0 release contains a fix which resolves the existing bug
    in the old parser that didn't take the whole description when it was
    multiline. Now the workaround is disabled when using phpstan parser v2
    
    Fixes #393
    jaapio committed Dec 7, 2024
    Configuration menu
    Copy the full SHA
    d46c329 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #394 from phpDocumentor/bugfix/phpstan-parser-2.0

    Fix compatibility issue with phpstan 2.0 parser
    jaapio authored Dec 7, 2024
    Configuration menu
    Copy the full SHA
    e5e7841 View commit details
    Browse the repository at this point in the history
Loading