phpstan / phpstan-webmozart-assert

PHPStan extension for webmozart/assert
160 stars 27 forks source link

Update dependency slevomat/coding-standard to v8.11.0 #164

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
slevomat/coding-standard require-dev minor 8.9.1 -> 8.11.0

Release Notes

slevomat/coding-standard ### [`v8.11.0`](https://togithub.com/slevomat/coding-standard/releases/tag/8.11.0) [Compare Source](https://togithub.com/slevomat/coding-standard/compare/8.10.0...8.11.0) ## 🆕 New sniffs - `SlevomatCodingStandard.Commenting.AnnotationName`: Checks incorrect annotation names ## 🔧 Improvements - `SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses`: Don't fix when multiple uses are in one statement (thanks to [@​jonathan1055](https://togithub.com/jonathan1055)) - Support for `phpstan/phpdoc-parser` 1.20 ## 🐛 Fixes - `SlevomatCodingStandard.Strings.DisallowVariableParsing`: Fixed false positive - `SlevomatCodingStandard.Arrays.DisallowPartiallyKeyed`: Fixed false positive with array unpacking ### [`v8.10.0`](https://togithub.com/slevomat/coding-standard/releases/tag/8.10.0) [Compare Source](https://togithub.com/slevomat/coding-standard/compare/8.9.2...8.10.0) ## 🆕 New sniffs - `SlevomatCodingStandard.Classes.DisallowStringExpressionPropertyFetch`: Disallows string expression property fetch `$object->{'foo'}` - `SlevomatCodingStandard.Strings.DisallowVariableParsing`: Disallows variable parsing inside strings (thanks to [@​Ekimik](https://togithub.com/Ekimik)) - `SlevomatCodingStandard.Arrays.DisallowPartiallyKeyed`: Disallows partially keyed arrays (thanks to [@​bkdotcom](https://togithub.com/bkdotcom)) ## 🔧 Improvements - Object shapes support - Improved support for arrays in `array()` style (thanks to [@​bkdotcom](https://togithub.com/bkdotcom)) - Support for `phpstan/phpdoc-parser` 1.18 ### [`v8.9.2`](https://togithub.com/slevomat/coding-standard/releases/tag/8.9.2) [Compare Source](https://togithub.com/slevomat/coding-standard/compare/8.9.1...8.9.2) ## 🔧 Improvements - Support for `phpstan/phpdoc-parser` 1.17 ## 🐛 Fixes - `SlevomatCodingStandard.Classes.ParentCallSpacing`: Fixed false positives with parent call used in `match()`

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.



This PR has been generated by Mend Renovate. View repository job log here.