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.9
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
  • 19 commits
  • 48 files changed
  • 3 contributors

Commits on Dec 2, 2023

  1. fix exception class names

    dbu committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    174c7f9 View commit details
    Browse the repository at this point in the history
  2. phpstan and cs

    dbu committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    c620f13 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #113 from phpcr/fix-throw-annotations

    fix exception class names
    dbu authored Dec 2, 2023
    Configuration menu
    Copy the full SHA
    52efd85 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. simplify phpunit usage

    dbu committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    64bb41c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #114 from phpcr/cleanup-phpunit

    simplify phpunit usage
    dbu authored Jan 6, 2024
    Configuration menu
    Copy the full SHA
    b978854 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    0f012f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #115 from alexander-schranz/patch-1

    Update QueryObjectModelFactoryInterface literal return type
    dbu authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    63d58db View commit details
    Browse the repository at this point in the history
  3. codestyle fixes for php 8.3

    dbu committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    a24048e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #116 from phpcr/cs

    codestyle fixes for php 8.3
    dbu authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    89188c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. prepare release

    dbu committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    c473df4 View commit details
    Browse the repository at this point in the history

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