phpstan / phpstan-nette

Nette Framework class reflection extension for PHPStan & framework-specific rules
MIT License
100 stars 35 forks source link

Update dependency slevomat/coding-standard to v8.10.0 #123

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.10.0

Release Notes

slevomat/coding-standard ### [`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.