Fedora 40 Update: php-cs-fixer-3.65.0-1.fc40

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2024-bfcd57a7d2
2024-12-04 04:23:57.442559+00:00
--------------------------------------------------------------------------------

Name        : php-cs-fixer
Product     : Fedora 40
Version     : 3.65.0
Release     : 1.fc40
URL         : https://github.com/FriendsOfPHP/PHP-CS-Fixer
Summary     : PHP Coding Standards Fixer
Description :
The PHP Coding Standards Fixer (PHP CS Fixer) tool fixes your code to follow
standards; whether you want to follow PHP coding standards as defined in the
PSR-1, PSR-2, etc., or other community driven ones like the Symfony one. You
can also define your (team's) style through configuration.

It can modernize your code (like converting the pow function to the ** operator
on PHP 5.6) and (micro) optimize it.

If you are already using a linter to identify coding standards problems in your
code, you know that fixing them by hand is tedious, especially on large
projects. This tool does not only detect them, but also fixes them for you.

--------------------------------------------------------------------------------
Update Information:

Changelog for v3.65.0
feat: Ability to set upper limit when using CPU auto-detection (#8280)
feat: create @PHP82Migration:risky ruleset (#8277)
feat: Impl. TypeExpression::mapTypes() (#8077)
feat: Parse array/generic/nullable type into inner expression (#8106)
feat: phpdoc_to_property_type - handle virtual types and null initialization,
enable in php-highest CI job (#8283)
feat: Store PHPDoc offset in DataProviderAnalysis (#8226)
feat: Support for complex PHPDoc types in fully_qualified_strict_types (#8085)
fix: check for priority tests correctly (#8221)
fix: Do not mark with @coversNothing if CoversMethod/CoversFunction attribute is
used (#8268)
fix: enum-case mistaken for const invocation (#8190)
fix: fix typing of few properties wrongly typed as non-nullable (#8285)
fix: fix typing property wrongly typed as non-nullable (#8290)
fix: MethodChainingIndentationFixer does not fix indentation of last chained
property (#8080)
fix: NoSuperfluousPhpdocTagsFixer - Remove superfluous phpdoc of parameter with
attribute (#8237)
fix: parsing mixed & and | in TypeExpression (#8210)
fix: proper base class used for AbstractDoctrineAnnotationFixer templates
generation (#8291)
fix: Properly recognise constants in foreach loops (#8203)
fix: Tokens::overrideRange() block cache pruning (#8240)
fix: BlankLineAfterOpeningTagFixer - add blank line in file starting with multi-
line comment (#8256)
fix: MultilineWhitespaceBeforeSemicolonsFixer - do not produce syntax error when
there is a meaningful token after semicolon (#8230)
fix: NullableTypeDeclarationFixer - do not break syntax when there is no space
before ? (#8224)
fix: PhpUnitDataProvider(.+)Fixer - do not omit when there is an attribute
between PHPDoc and test method (#8185)
fix: PhpUnitDataProviderNameFixer - for an attribute between PHPDoc and test
method (#8217)
chore: add todo for PHP v8 (#8274)
chore: auto-fallback to sequential runner if single CPU would handle it (#8154)
chore: block changing tokens collection size using
PhpCsFixer\Tokenizer\Tokens::setSize (#8257)
chore: bump dev-tools (#8286)
chore: bump PHPStan (#8245)
chore: Cheaper file check first (#8252)
chore: ConfigInterface - better types (#8244)
chore: do not call Tokens::setSize in GroupImportFixer (#8253)
chore: do not use Reflection*::setAccessible (#8264)
chore: fix priority tests (#8223)
chore: Fix typos in AbstractFixerTestCase (#8247)
chore: GithubClient - make URL injectable (#8272)
chore: Implement PHPStan Preg::match() extensions (#8103)
chore: mark remaining Analysis as @internal (#8284)
chore: PHPStan - upgrade to v2 (#8288)
chore: reduce amount of class mutable properties (#8281)
chore: remove from priority tests exceptions tests that are not actually
exceptions (#8222)
chore: remove incorrect priority tests (#8231)
chore: remove not needed PHP version requirements in descriptions (#8265)
chore: remove unnecessary methods (#8200)
chore: tests/Tokenizer/Transformer - better typehinting (#8243)
chore: Token - remove 'changed' property (#8273)
chore: Token::getContent() phpdoc return type (#8236)
chore: update dev dependencies in root (#8289)
chore: update PHPStan to 1.12.9 (#8271)
chore: update checkbashisms to 2.24.1 (#8258)
chore: use null coalescing assignment operator where possible (#8219)
CI: allow macos to fail (#8194)
CI: build phar on PHP 8.3 (#8195)
CI: drop matrix for single-matrix-entry jobs of SCA and Deployment checks
(#8193)
CI: Ensure php-cs-fixer PHP compatibility /part (#8241)
CI: Ensure php-cs-fixer PHP compatibility (#8235)
CI: generate and execute code in assert (#8207)
CI: update PHPStan to 1.12.2 (#8198)
CI: update PHPStan to 1.12.3 (#8204)
CI: use phpstan-symfony (#8287)
depr: ConfigInterface::getPhpExecutable() and
ConfigInterface::setPhpExecutable() (#8192)
deps: add composer-smaller-lock (#8263)
deps: Update PHPStan to 1.12.4 (#8215)
deps: Update PHPStan to 1.12.5 (#8218)
deps: update PHPStan to 1.12.7 (#8255)
docs: fix unconsistency in config doc (#8269)
docs: mention github action example instead of travis-ci (#8250)
DX: Cover php-cs-fixer file with static analysis (#8229)
DX: Make TypeExpression API more explicit about composite types (#8214)
refactor: change _AttributeItems to non-empty-list<_AttributeItem> to allow
using single attribute item (#8199)
refactor: Rename newly introduced option (#8293)
refactor: Runner - Enhance eventing system (#8276)
refactor: Runner - make 4.0 TODOs easier to understand (#8196)
refactor: use arrow functions in more places (#8294)
test: @PHP82Migration:risky - add integration tests (#8278)
--------------------------------------------------------------------------------
ChangeLog:

* Mon Nov 25 2024 Remi Collet <remi@xxxxxxxxxxxx> - 3.65.0-1
- update to 3.65.0
--------------------------------------------------------------------------------

This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2024-bfcd57a7d2' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------

-- 
_______________________________________________
package-announce mailing list -- package-announce@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-announce-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-announce@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Index of Archives]     [Fedora Users]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]

  Powered by Linux