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: phpcr/phpcr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.13
Choose a base ref
...
head repository: phpcr/phpcr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.1.x
Choose a head ref
  • 5 commits
  • 17 files changed
  • 2 contributors

Commits on Dec 12, 2024

  1. fix cs and cs configuration

    dbu committed Dec 12, 2024
    Configuration menu
    Copy the full SHA
    4e0f4c6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #121 from phpcr/cs

    fix cs and cs configuration
    dbu authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    8526dfb View commit details
    Browse the repository at this point in the history
  3. Add more precise types for QueryResultInterface

    Instead of using the description to say that the returned iterator must be seekable and countable, the type is updated to use an intersection type instead. This allows static analyzers to be aware of this requirement.
    stof committed Dec 12, 2024
    Configuration menu
    Copy the full SHA
    b93c337 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. Merge pull request #120 from stof/patch-1

    Add more precise types for QueryResultInterface
    dbu authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    aaebb68 View commit details
    Browse the repository at this point in the history
  2. prepare release

    dbu committed Dec 13, 2024
    Configuration menu
    Copy the full SHA
    164715d View commit details
    Browse the repository at this point in the history
Loading