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: prettier/plugin-php
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.22.2
Choose a base ref
...
head repository: prettier/plugin-php
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.22.3
Choose a head ref
  • 8 commits
  • 28 files changed
  • 8 contributors

Commits on May 31, 2024

  1. Adjustment for overlooked nested lookups in chain breaks (#2322)

    * Fix for lookups
    
    * Further adjustments
    
    ---------
    
    Co-authored-by: Kristijan Novaković <kristijan@codebrick.dev>
    eldair and eldair authored May 31, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    EVODelavega Elias Van Ootegem
    Copy the full SHA
    6f9790e View commit details
  2. build(deps-dev): bump prettier from 3.2.4 to 3.2.5 (#2323)

    Bumps [prettier](https://github.com/prettier/prettier) from 3.2.4 to 3.2.5.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.2.4...3.2.5)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 31, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    EVODelavega Elias Van Ootegem
    Copy the full SHA
    ebc8e40 View commit details
  3. build(deps-dev): bump eslint from 8.56.0 to 8.57.0 (#2334)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 8.57.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.56.0...v8.57.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 31, 2024

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    jeremyletang Jeremy Letang
    Copy the full SHA
    46b7ba9 View commit details

Commits on Jun 11, 2024

  1. Keep braces inline on empty classes and functions (#2336)

    * Keep braces inline on empty classes and functions
    
    * Handle anonymous classes and static functions
    
    * Update snapshots
    hackel authored Jun 11, 2024
    Copy the full SHA
    7e8f79e View commit details

Commits on Aug 6, 2024

  1. docs: add a clear note that we do not strictly follow PSR/PER (#2394)

    * docs: add a clear note that we do not strictly follow PSR/PER
    
    Closes #2288
    
    * docs: improve verbiage of standard adherence note
    
    Suggestion comes from the code review, thank you!
    
    Co-authored-by: Christian Zosel <christian@zosel.ch>
    
    ---------
    
    Co-authored-by: Christian Zosel <christian@zosel.ch>
    Kenneth-Sills and czosel authored Aug 6, 2024
    Copy the full SHA
    612272f View commit details

Commits on Oct 11, 2024

  1. Update README.md (#2405)

    nisbet-hubbard authored Oct 11, 2024
    Copy the full SHA
    6f7d65d View commit details

Commits on Dec 31, 2024

  1. chore(deps): 🤖 bump php-parser from 3.1.5 to 3.2.1 (#2411)

    * chore: 🤖 bump php-parser from 3.1.5 to 3.2.1
    
    * test: 💍 add test for reserved keyword after null-safe operator
    shufo authored Dec 31, 2024
    Copy the full SHA
    5f75fea View commit details

Commits on Jan 19, 2025

  1. 0.22.3

    czosel committed Jan 19, 2025
    Copy the full SHA
    0c87bf7 View commit details
Loading