SlevomatCodingStandard.ControlStructures.NewWithoutParentheses: Fix to allow empty parentheses when followed by member access operators for PHP 8.4+ chaining
SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly: Use existing alias (thanks to @Khartir)
Fixed undefined array key in ReferencedNameHelper when processing fully-qualified names in strings (thanks to @AlexSkrypnyk)
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [slevomat/coding-standard](https://github.com/slevomat/coding-standard) | `8.27.1` → `8.28.1` |  |  |
---
### Release Notes
<details>
<summary>slevomat/coding-standard (slevomat/coding-standard)</summary>
### [`v8.28.1`](https://github.com/slevomat/coding-standard/releases/tag/8.28.1)
[Compare Source](https://github.com/slevomat/coding-standard/compare/8.28.0...8.28.1)
## 🐛 Fixes
- `SlevomatCodingStandard.ControlStructures.NewWithoutParentheses`: Fix to allow empty parentheses when followed by member access operators for PHP 8.4+ chaining
- `SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly`: Use existing alias (thanks to [@​Khartir](https://github.com/Khartir))
- Fixed undefined array key in `ReferencedNameHelper` when processing fully-qualified names in strings (thanks to [@​AlexSkrypnyk](https://github.com/AlexSkrypnyk))
### [`v8.28.0`](https://github.com/slevomat/coding-standard/releases/tag/8.28.0)
[Compare Source](https://github.com/slevomat/coding-standard/compare/8.27.1...8.28.0)
## 🔧 Improvements
- `SlevomatCodingStandard.Classes.TraitUseOrder`: New sniff (thanks to [@​h4kuna](https://github.com/h4kuna))
- `SlevomatCodingStandard.Commenting.ThrowsAnnotationsOrder`: New sniff (thanks to [@​h4kuna](https://github.com/h4kuna))
- `SlevomatCodingStandard.Exceptions.CatchExceptionsOrder`: New sniff (thanks to [@​h4kuna](https://github.com/h4kuna))
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My43Ni41IiwidXBkYXRlZEluVmVyIjoiNDMuMTEwLjE2IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
8.27.1→8.28.1Release Notes
slevomat/coding-standard (slevomat/coding-standard)
v8.28.1Compare Source
🐛 Fixes
SlevomatCodingStandard.ControlStructures.NewWithoutParentheses: Fix to allow empty parentheses when followed by member access operators for PHP 8.4+ chainingSlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly: Use existing alias (thanks to @Khartir)ReferencedNameHelperwhen processing fully-qualified names in strings (thanks to @AlexSkrypnyk)v8.28.0Compare Source
🔧 Improvements
SlevomatCodingStandard.Classes.TraitUseOrder: New sniff (thanks to @h4kuna)SlevomatCodingStandard.Commenting.ThrowsAnnotationsOrder: New sniff (thanks to @h4kuna)SlevomatCodingStandard.Exceptions.CatchExceptionsOrder: New sniff (thanks to @h4kuna)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.