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: c473df4
Choose a base ref
...
head repository: phpcr/phpcr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 164715d
Choose a head ref
  • 9 commits
  • 19 files changed
  • 2 contributors

Commits on Jul 3, 2024

  1. fix break for PHP 7.0

    dbu committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    f4ab8b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #118 from phpcr/fix-php-7-support

    fix break for PHP 7.0
    dbu authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    a37021e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64e6d10 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #119 from phpcr/php83

    drop php 5 and 7.0 that don't support the ? syntax for optional param…
    dbu authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    2cb17ac View commit details
    Browse the repository at this point in the history

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