Skip to content

Commit 34f6e67

Browse files
chore(deps): update dependency friendsofphp/php-cs-fixer to v3.92.5 (#240)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [friendsofphp/php-cs-fixer](https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer) | `3.92.4` → `3.92.5` | ![age](https://developer.mend.io/api/mc/badges/age/packagist/friendsofphp%2fphp-cs-fixer/3.92.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/friendsofphp%2fphp-cs-fixer/3.92.4/3.92.5?slim=true) | --- ### Release Notes <details> <summary>PHP-CS-Fixer/PHP-CS-Fixer (friendsofphp/php-cs-fixer)</summary> ### [`v3.92.5`](https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3925) [Compare Source](https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.92.4...v3.92.5) - fix: `CombineConsecutiveUnsetsFixer` - proper handling of trailing comma ([#&#8203;9335](https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9335)) - chore: cleanup self-config file ([#&#8203;9324](https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9324)) - chore: fix `variable.undefined` error from PHPStan ([#&#8203;9330](https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9330)) - deps: bump crate-ci/typos from 1.40.0 to 1.41.0 ([#&#8203;9325](https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9325)) - docs: extend Q\&A for creating the rule ([#&#8203;9331](https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9331)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/deviantintegral/har). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 146c9e2 commit 34f6e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"symfony/console": "^7||^8"
2323
},
2424
"require-dev": {
25-
"friendsofphp/php-cs-fixer": "3.92.4",
25+
"friendsofphp/php-cs-fixer": "3.92.5",
2626
"phpunit/phpunit": "^11||^12",
2727
"guzzlehttp/guzzle": "^7.0",
2828
"humbug/box": "^4.6",

0 commit comments

Comments
 (0)