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: wayofdev/php-cs-fixer-config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.4
Choose a base ref
...
head repository: wayofdev/php-cs-fixer-config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.5
Choose a head ref
  • 7 commits
  • 5 files changed
  • 3 contributors

Commits on May 27, 2024

  1. ci: update release-please

    lotyp committed May 27, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    lotyp the dev
    Copy the full SHA
    e126d5a View commit details
  2. Merge pull request #282 from wayofdev/docs/updates

    lotyp authored May 27, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    a375665 View commit details
  3. chore(deps): update dependency phpstan/phpstan to v1.11.2

    renovate[bot] committed May 27, 2024
    Copy the full SHA
    7c9e56d View commit details

Commits on May 28, 2024

  1. fix: prefix all functions with back-slash

    lotyp committed May 28, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    lotyp the dev
    Copy the full SHA
    cf83942 View commit details
  2. Merge pull request #283 from wayofdev/docs/updates

    lotyp authored May 28, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    bf4cc72 View commit details
  3. chore(master): release 1.4.5

    lotyp committed May 28, 2024
    Copy the full SHA
    03f52dd View commit details
  4. Merge pull request #284 from wayofdev/release-please--branches--maste…

    …r--components--php-cs-fixer-config
    lotyp authored May 28, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d382222 View commit details
Showing with 15 additions and 8 deletions.
  1. +1 −1 .github/.release-please-manifest.json
  2. +1 −1 .github/workflows/create-release.yml
  3. +7 −0 CHANGELOG.md
  4. +5 −5 composer.lock
  5. +1 −1 src/RuleSets/ExtendedPERSet.php
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.4.4"
".": "1.4.5"
}
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🎉 Create release
uses: google-github-actions/release-please-action@v4
uses: googleapis/release-please-action@v4.1.1
id: release
with:
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.5](https://github.com/wayofdev/php-cs-fixer-config/compare/v1.4.4...v1.4.5) (2024-05-28)


### Bug Fixes

* prefix all functions with back-slash ([cf83942](https://github.com/wayofdev/php-cs-fixer-config/commit/cf8394239a375146e4fbae2894da4d4731d90de1))

## [1.4.4](https://github.com/wayofdev/php-cs-fixer-config/compare/v1.4.3...v1.4.4) (2024-05-23)


10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/RuleSets/ExtendedPERSet.php
Original file line number Diff line number Diff line change
@@ -91,7 +91,7 @@ public function rules(): array
NativeFunctionInvocationFixer::SET_INTERNAL,
NativeFunctionInvocationFixer::SET_COMPILER_OPTIMIZED,
],
'scope' => 'namespaced',
'scope' => 'all',
'strict' => true,
],