linchpin / post-type-spotlight

Allows admin chosen post types to have a featured post check box on the edit screen. Also adds appropriate classes to front end post display, and allows featured posts to be queried via a taxonomy query.
GNU General Public License v2.0
0 stars 0 forks source link

chore(deps): update dependency friendsofphp/php-cs-fixer to ^3.48.0 #83

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
friendsofphp/php-cs-fixer ^3.37.1 -> ^3.48.0 age adoption passing confidence

Release Notes

PHP-CS-Fixer/PHP-CS-Fixer (friendsofphp/php-cs-fixer) ### [`v3.48.0`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3480) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.47.1...v3.48.0) - chore: `FullyQualifiedStrictTypesFixer` must run before `OrderedInterfacesFixer` ([#​7762](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7762)) - docs: Add PHP-CS-Fixer integration in a GitHub Action step ([#​7757](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7757)) - feat: `PhpdocTypesOrderFixer` Support DNF types ([#​7732](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7732)) - fix: Support shebang in fixers operating on PHP opening tag ([#​7687](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7687)) - fix: work correctly for a switch/case with ternary operator ([#​7756](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7756)) - fix: `NoUselessConcatOperatorFixer` - do not remove new line ([#​7759](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7759)) ### [`v3.47.1`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3471) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.47.0...v3.47.1) - fix: Do not override short name with relative reference ([#​7752](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7752)) - fix: make `BinaryOperatorSpacesFixer` work as pre-v3.47 ([#​7751](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7751)) - fix: Proper Docker image name suffix ([#​7739](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7739)) - fix: `FullyQualifiedStrictTypesFixer` - do not change case of the symbol when there's name collision between imported class and imported function ([#​7750](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7750)) - fix: `FullyQualifiedStrictTypesFixer` - do not modify statements with property fetch and `::` ([#​7749](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7749)) ### [`v3.47.0`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3470) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.46.0...v3.47.0) - chore: better identify EXPERIMENTAL rules ([#​7729](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7729)) - chore: fix issue detected by unlocked PHPStan + upgrade dev-tools ([#​7678](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7678)) - chore: handle extract() ([#​7684](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7684)) - chore: Mention contributors in app info ([#​7668](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7668)) - chore: no need to mark private methods as internal ([#​7715](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7715)) - chore: ProjectCodeTests - dry for function usage extractions ([#​7690](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7690)) - chore: reduce PHPStan baseline ([#​7644](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7644)) - chore: use numeric literal separator for PHP version IDs ([#​7712](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7712)) - chore: use numeric_literal_separator for project ([#​7713](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7713)) - chore: Utils::sortElements - better typing ([#​7646](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7646)) - CI: Allow running Stale Bot on demand ([#​7711](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7711)) - CI: Fix PHP 8.4 ([#​7702](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7702)) - CI: Give write permissions to Stale Bot ([#​7716](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7716)) - CI: Use `actions/stale` v9 ([#​7710](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7710)) - docs: Add information about allowing maintainers to update PRs ([#​7683](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7683)) - docs: CONTRIBUTING.md - update Opening a PR ([#​7691](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7691)) - docs: Display/include tool info/version by default in commands and reports ([#​7733](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7733)) - DX: fix deprecation tests warnings for PHP 7.4 ([#​7725](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7725)) - DX: update `host.docker.internal` in Compose override template ([#​7661](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7661)) - DX: `NumericLiteralSeparatorFixer` - change default strategy to `use_separator` ([#​7730](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7730)) - feat: Add support for official Docker images of Fixer ([#​7555](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7555)) - feat: Add `spacing` option to `PhpdocAlignFixer` ([#​6505](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6505)) - feat: Add `union_types` option to `phpdoc_to_param_type`, `phpdoc_to_property_type`, and `phpdoc_to_return_type` fixers ([#​7672](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7672)) - feat: Introduce `heredoc_closing_marker` fixer ([#​7660](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7660)) - feat: Introduce `multiline_string_to_heredoc` fixer ([#​7665](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7665)) - feat: Introduce `NumericLiteralSeparatorFixer` ([#​6761](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6761)) - feat: no_superfluous_phpdoc_tags - support for arrow function ([#​7666](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7666)) - feat: Simplify closing marker when possible in `heredoc_closing_marker` fixer ([#​7676](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7676)) - feat: Support typed properties and attributes in `fully_qualified_strict_types` ([#​7659](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7659)) - feat: `@PhpCsFixer` ruleset - enable no_whitespace_before_comma_in_array.after_heredoc ([#​7670](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7670)) - fix: Improve progress bar visual layer ([#​7708](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7708)) - fix: indentation of control structure body without braces ([#​7663](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7663)) - fix: make sure all PHP extensions required by PHPUnit are installed ([#​7727](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7727)) - fix: PhpdocToReturnTypeFixerTest - support for arrow functions ([#​7645](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7645)) - fix: Several improvements for `fully_qualified_strict_types` (respect declared symbols, relative imports, leading backslash in global namespace) ([#​7679](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7679)) - fix: SimplifiedNullReturnFixer - support array return typehint ([#​7728](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7728)) - fix: Support numeric values without leading zero in `numeric_literal_separator` ([#​7735](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7735)) - fix: `BinaryOperatorSpacesFixer` - align correctly when multiple shifts occurs in single line ([#​7593](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7593)) - fix: `ClassReferenceNameCasingFixer` capitalizes the property name after the nullsafe operator ([#​7696](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7696)) - fix: `fully_qualified_strict_types` with `leading_backslash_in_global_namespace` enabled - handle reserved types in phpDoc ([#​7648](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7648)) - fix: `NoSpaceAroundDoubleColonFixer` must run before `MethodChainingIndentationFixer` ([#​7723](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7723)) - fix: `no_superfluous_phpdoc_tags` must honor multiline docs ([#​7697](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7697)) - fix: `numeric_literal_separator` - Handle zero-leading floats properly ([#​7737](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7737)) - refactor: increase performance by ~7% thanks to `Tokens::block*Cache` hit increased by ~12% ([#​6176](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6176)) - refactor: Tokens - fast check for non-block in 'detectBlockType', evaluate definitions only once in 'getBlockEdgeDefinitions' ([#​7655](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7655)) - refactor: `Tokens::clearEmptyTokens` - play defensive with cache clearing ([#​7658](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7658)) - test: ensure we do not forget to test any short_open_tag test ([#​7638](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7638)) ### [`v3.46.0`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3460) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.45.0...v3.46.0) - chore: fix internal typehints in Tokens ([#​7656](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7656)) - chore: reduce PHPStan baseline ([#​7643](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7643)) - docs: Show class with unit tests and BC promise info ([#​7667](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7667)) - feat: change default ruleset to `@PER-CS` (only behind PHP_CS_FIXER_FUTURE_MODE=1) ([#​7650](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7650)) - feat: Support new/instanceof/use trait in `fully_qualified_strict_types` ([#​7653](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7653)) - fix: FQCN parse phpdoc using full grammar regex ([#​7649](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7649)) - fix: Handle FQCN properly with `leading_backslash_in_global_namespace` option enabled ([#​7654](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7654)) - fix: PhpdocToParamTypeFixerTest - support for arrow functions ([#​7647](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7647)) - fix: PHP_CS_FIXER_FUTURE_MODE - proper boolean validation ([#​7651](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7651)) ### [`v3.45.0`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3450) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.44.0...v3.45.0) - feat: Enable symbol importing in `@PhpCsFixer` ruleset ([#​7629](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7629)) - fix: NoUnneededBracesFixer - improve handling of global namespace ([#​7639](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7639)) - test: run tests with "short_open_tag" enabled ([#​7637](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7637)) ### [`v3.44.0`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3440) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.43.1...v3.44.0) - feat: Introduce percentage bar as new default progress output ([#​7603](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7603)) ### [`v3.43.1`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3431) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.43.0...v3.43.1) - fix: Import only unique symbols' short names ([#​7635](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7635)) ### [`v3.43.0`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3430) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.42.0...v3.43.0) - chore: change base of `@Symfony` set to `@PER-CS2.0` ([#​7627](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7627)) - chore: PHPUnit - allow for v10 ([#​7606](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7606)) - chore: Preg - rework catching the error ([#​7616](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7616)) - chore: Revert unneeded peer-dep-pin and re-gen lock file ([#​7618](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7618)) - docs: drop extra note about 8.0.0 bug in README.md ([#​7614](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7614)) - feat: add cast_spaces into `@PER-CS2.0` ([#​7625](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7625)) - feat: Configurable phpDoc tags for FQCN processing ([#​7628](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7628)) - feat: StatementIndentationFixer - introduce stick_comment_to_next_continuous_control_statement config ([#​7624](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7624)) - feat: UnaryOperatorSpacesFixer - introduce only_dec_inc config ([#​7626](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7626)) - fix: FullyQualifiedStrictTypesFixer - better support annotations in inline {} ([#​7633](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7633)) - fix: Improve how FQCN is handled in phpDoc ([#​7622](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7622)) - fix: phpdoc_align - fix multiline tag alignment issue ([#​7630](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7630)) ### [`v3.42.0`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3420) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.41.1...v3.42.0) - chore: aim to not rely on internal array pointer but use array_key_first ([#​7613](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7613)) - chore: deprecate Token::isKeyCaseSensitive ([#​7599](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7599)) - chore: deprecate Token::isKeyCaseSensitive, 2nd part ([#​7601](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7601)) - chore: do not check PHP_VERSION_ID ([#​7602](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7602)) - chore: FileFilterIteratorTest - more accurate type in docs ([#​7542](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7542)) - chore: minor code cleanup ([#​7607](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7607)) - chore: more types ([#​7598](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7598)) - chore: PHPDoc key-value spacing ([#​7592](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7592)) - chore: PHPUnit - run defects first ([#​7570](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7570)) - chore: ProjectCodeTest - DRY on Tokens creation ([#​7574](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7574)) - chore: ProjectCodeTest - prepare for symfony/console v7 ([#​7605](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7605)) - chore: ProjectCodeTest::provide\*ClassCases to return iterable with key for better tests execution log ([#​7572](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7572)) - chore: ProjectCodeTest::testDataProvidersDeclaredReturnType - use better DataProvider to simplify test logic ([#​7573](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7573)) - chore: TokensAnalyzer - string-enum for better typehinting ([#​7571](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7571)) - chore: unify tests not agnostic of PHP version ([#​7581](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7581)) - chore: use ::class more ([#​7545](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7545)) - CI: Introduce `composer-unused` ([#​7536](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7536)) - DX: add types to anonymous functions ([#​7561](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7561)) - DX: Allow running smoke tests within Docker runtime ([#​7608](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7608)) - DX: check fixer's options for wording ([#​7543](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7543)) - DX: cleanup deprecation message ([#​7576](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7576)) - DX: do not allow overriding constructor of `PHPUnit\Framework\TestCase` ([#​7563](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7563)) - DX: do not import ExpectDeprecationTrait in UtilsTest ([#​7562](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7562)) - DX: Enforce consistent naming in tests ([#​7556](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7556)) - DX: fix checking test class extends `PhpCsFixer\Tests\TestCase` ([#​7567](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7567)) - DX: make sure that exceptions in `AbstractFixerTestCase::testProperMethodNaming` are not already fixed ([#​7588](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7588)) - DX: remove recursion from AbstractIntegrationTestCase::testIntegration ([#​7577](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7577)) - DX: remove `PhpUnitNamespacedFixerTest::testClassIsFixed` ([#​7564](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7564)) - DX: remove `symfony/phpunit-bridge` ([#​7578](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7578)) - DX: replace fixture classes with anonymous ones ([#​7533](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7533)) - DX: Unify Docker mount points and paths ([#​7549](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7549)) - DX: unify fixer's test method names - quick wins ([#​7584](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7584)) - DX: unify tests for casing fixers ([#​7558](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7558)) - DX: use anonymous function over concrete classes ([#​7553](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7553)) - feat(EXPERIMENTAL): ClassKeywordFixer ([#​2918](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/2918)) - feat(EXPERIMENTAL): ClassKeywordFixer, part 2 ([#​7550](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7550)) - feat(PhpdocToCommentFixer): Add option to handle return as valid docblock usage ([#​7401](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7401)) ([#​7402](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7402)) - feat: Ability to import FQCNs found during analysis ([#​7597](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7597)) - feat: add phpDoc support for `fully_qualified_strict_types` fixer ([#​5620](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/5620)) - feat: Handle deprecated rule sets similarly to deprecated fixers ([#​7288](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7288)) - feat: PhpUnitTestCaseStaticMethodCallsFixer - cover PHPUnit v10 methods ([#​7604](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7604)) - feat: Support more FQCNs cases in `fully_qualified_strict_types` ([#​7459](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7459)) - fix: AbstractFixerTestCase - fix checking for correct casing ([#​7540](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7540)) - fix: Better OS detection in integration tests ([#​7547](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7547)) - fix: NativeTypeDeclarationCasingFixe - handle static property without type ([#​7589](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7589)) - test: AutoReview - unify data provider returns ([#​7544](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7544)) - test: check to have DataProviders code agnostic of PHP version ([#​7575](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7575)) ### [`v3.41.1`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3411) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.41.0...v3.41.1) - DX: Change `@testWith` to `@dataProvider` ([#​7535](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7535)) - DX: Introduce Markdownlint ([#​7534](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7534)) - fix: NativeTypeDeclarationCasingFixer - do not crash on `var` keyword ([#​7538](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7538)) ### [`v3.41.0`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3410) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.40.2...v3.41.0) - chore: Move `mb_str_functions` PHP 8.3 cases to separate test ([#​7505](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7505)) - chore: Symfony v7 is now stable ([#​7469](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7469)) - CI: drop PHP 8.3 hacks ([#​7519](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7519)) - docs: Improve docs for `no_spaces_after_function_name` ([#​7520](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7520)) - DX: Ability to run Sphinx linter locally ([#​7481](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7481)) - DX: AbstractFixerTest - use anonymous classes ([#​7527](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7527)) - DX: Add progress output for `cs:check` script ([#​7514](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7514)) - DX: align doubles naming ([#​7525](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7525)) - DX: remove AbstractFixerTestCase::getTestFile() ([#​7495](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7495)) - DX: remove jangregor/phpstan-prophecy ([#​7524](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7524)) - DX: remove Prophecy ([#​7509](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7509)) - DX: replace Prophecy with anonymous classes in CacheTest ([#​7503](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7503)) - DX: replace Prophecy with anonymous classes in ProcessLintingResultTest ([#​7501](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7501)) - DX: Utilise auto-discovery for PHPStan formatter ([#​7490](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7490)) - feat: Support `mb_str_pad` function in `mb_str_functions` rule ([#​7499](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7499)) - fix: BinaryOperatorSpacesFixer - do not add whitespace inside short function ([#​7523](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7523)) - fix: Downgrade PDepend to version not supporting Symfony 7 ([#​7513](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7513)) - fix: GlobalNamespaceImportFixer - key in PHPDoc's array shape matching class name ([#​7522](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7522)) - fix: SpacesInsideParenthesesFixer - handle class instantiation parentheses ([#​7531](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7531)) - Update PHPstan to 1.10.48 ([#​7532](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7532)) ### [`v3.40.2`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3402) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.40.1...v3.40.2) - docs: fix link to source classes ([#​7493](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7493)) ### [`v3.40.1`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3401) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.40.0...v3.40.1) - chore: Delete stray file x ([#​7473](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7473)) - chore: Fix editorconfig ([#​7478](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7478)) - chore: Fix typos ([#​7474](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7474)) - chore: Fix YAML line length ([#​7476](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7476)) - chore: Indent JSON files with 4 spaces ([#​7480](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7480)) - chore: Make YAML workflow git-based ([#​7477](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7477)) - chore: Use stable XDebug ([#​7489](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7489)) - CI: Lint docs ([#​7479](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7479)) - CI: Use PHPStan's native Github error formatter ([#​7487](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7487)) - DX: fix PHPStan error ([#​7488](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7488)) - DX: PsrAutoloadingFixerTest - do not build mock in data provider ([#​7491](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7491)) - DX: PsrAutoloadingFixerTest - merge all data providers into one ([#​7492](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7492)) - DX: Update PHPStan to 1.10.46 ([#​7486](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7486)) - fix: `NoSpacesAfterFunctionNameFixer` - do not remove space if the opening parenthesis part of an expression ([#​7430](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7430)) ### [`v3.40.0`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3400) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.39.1...v3.40.0) - chore: officially support PHP 8.3 ([#​7466](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7466)) - chore: update deps ([#​7471](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7471)) - CI: add --no-update while dropping non-compat `facile-it/paraunit` ([#​7470](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7470)) - CI: automate --ignore-platform-req=PHP ([#​7467](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7467)) - CI: bump actions/github-script to v7 ([#​7468](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7468)) - CI: move humbug/box out of dev-tools/composer.json ([#​7472](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7472)) ### [`v3.39.1`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3391) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.39.0...v3.39.1) - DX: introduce SwitchAnalyzer ([#​7456](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7456)) - fix: NoExtraBlankLinesFixer - do not remove blank line after `? : throw` ([#​7457](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7457)) - fix: OrderedInterfacesFixer - do not comment out interface ([#​7464](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7464)) - test: Improve `ExplicitIndirectVariableFixerTest` ([#​7451](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7451)) ### [`v3.39.0`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3390) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.38.2...v3.39.0) - chore: Add support for Symfony 7 ([#​7453](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7453)) - chore: IntegrationTest - move support of php< requirement to main Integration classes ([#​7448](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7448)) - CI: drop Symfony ^7 incompat exceptions of php-coveralls and cli-executor ([#​7455](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7455)) - CI: early compatibility checks with Symfony 7 ([#​7431](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7431)) - docs: drop list.rst and code behind it ([#​7436](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7436)) - docs: remove Gitter mentions ([#​7441](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7441)) - DX: Ability to run Fixer on PHP8.3 for development ([#​7449](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7449)) - DX: describe command - for rules, list also sets that are including them ([#​7419](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7419)) - DX: Docker clean up ([#​7450](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7450)) - DX: more usage of spaceship operator ([#​7438](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7438)) - DX: Put `Preg`'s last error message in exception message ([#​7443](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7443)) - feat: Introduce `@PHP83Migration` ruleset and PHP 8.3 integration test ([#​7439](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7439)) - test: Improve `AbstractIntegrationTestCase` description ([#​7452](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7452)) ### [`v3.38.2`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3382) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.38.1...v3.38.2) - docs: fix 'Could not lex literal_block as "php". Highlighting skipped.' ([#​7433](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7433)) - docs: small unification between FixerDocumentGenerator and ListDocumentGenerator ([#​7435](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7435)) - docs: unify ../ <> ./../ ([#​7434](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7434)) ### [`v3.38.1`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3381) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.38.0...v3.38.1) - chore: ListSetsCommand::execute - add missing return type ([#​7432](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7432)) - chore: PHPStan - add counter to dataProvider exception, so we do not increase the tech debt on it ([#​7425](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7425)) - CI: Use `actions/checkout` v4 ([#​7423](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7423)) - fix: ClassAttributesSeparationFixer - handle Disjunctive Normal Form types parentheses ([#​7428](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7428)) - fix: Remove all variable names in `@var` callable signature ([#​7429](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7429)) - fix: Satisfy `composer normalize` ([#​7424](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7424)) ### [`v3.38.0`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3380) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.37.1...v3.38.0) - chore: upgrade phpstan ([#​7421](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7421)) - CI: add curl and mbstring to build php ([#​7409](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7409)) - CI: cache dev-tools/bin ([#​7416](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7416)) - CI: Composer - move prefer-stable to file config ([#​7406](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7406)) - CI: conditionally install flex ([#​7412](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7412)) - CI: dev-tools/build.sh - no need to repeat 'prefer-stable', but let's use '--no-scripts' ([#​7408](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7408)) - CI: Do not run post-autoload-dump on Composer install ([#​7403](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7403)) - CI: general restructure ([#​7407](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7407)) - CI: GitHub Actions - use actions/cache for Composer in composite action ([#​7415](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7415)) - CI: Improve QA process - suplement ([#​7411](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7411)) - CI: prevent Infection plugins during build time, as we do not use it ([#​7422](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7422)) - CI: simplify setup-php config ([#​7404](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7404)) - DX: Do not mark as stale issues/PRs with milestone assigned ([#​7398](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7398)) - DX: Improve QA process ([#​7366](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7366)) - feat: phpDoc to property/return/param Fixer - allow fixing mixed on PHP >= 8 ([#​6356](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6356)) - feat: phpDoc to property/return/param Fixer - allow fixing union types on PHP >= 8 ([#​6359](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6359)) - feat: Support for array destructuring in `array_indentation` ([#​7405](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7405)) - feat: `@Symfony` - keep Annotation,NamedArgumentConstructor,Target annotations as single group ([#​7399](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7399)) - fix(SelfAccessorFixer): do not touch references inside lambda and/or arrow function ([#​7349](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7349)) - fix: long_to_shorthand_operator - mark as risky fixer ([#​7418](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7418)) - fix: OrderedImportsFixer - handle non-grouped list of const/function imports ([#​7397](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7397))

Configuration

📅 Schedule: 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.



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