Releases: ergebnis/php-cs-fixer-config
Releases · ergebnis/php-cs-fixer-config
2.12.1
- composer(deps-dev): bump
phpstan/phpstan
from0.12.68
to0.12.69
(#345), by @dependabot[bot] - github-actions(deps): bump
actions/stale
fromv3.0.14
tov3.0.15
(#346), by @dependabot[bot] - composer(deps-dev): bump
psalm/plugin-phpunit
from0.15.0
to0.15.1
(#347), by @dependabot[bot] - composer(deps): bump
friendsofphp/php-cs-fixer
from2.18.1
to2.18.2
(#348), by @dependabot[bot]
2.12.0
- composer(deps-dev): bump
phpstan/phpstan
from0.12.67
to0.12.68
(#342), by @dependabot[bot] - composer(deps): bump
friendsofphp/php-cs-fixer
from2.18.0
to2.18.1
(#343), by @dependabot[bot] - Enhancement: Configure
phpdoc_order_by_value
fixer to order@method
,@property
, and@property-*
annotations (#344), by @localheinz
2.11.0
- Enhancement: Synchronize rule set for
PhpUnit
withphpunit/phpunit
(#322), by @localheinz - Enhancement: Add rule set for
fakerphp/faker
(#323), by @localheinz - composer(deps-dev): bump
ergebnis/composer-normalize
from2.11.0
to2.12.1
(#324), by @dependabot[bot] - composer(deps-dev): bump
ergebnis/composer-normalize
from2.12.1
to2.13.0
(#325), by @dependabot[bot] - Enhancement: Update license year (#327), by @localheinz
- composer(deps-dev): bump
ergebnis/composer-normalize
from2.13.0
to2.13.2
(#326), by @dependabot[bot] - Enhancement: Synchronize with
ergebnis/php-library-template
(#328), by @localheinz - Fix: Use assertEquals() instead of assertSame() (#329), by @localheinz
- Enhancement: Return true when expected rule configuration is empty array (#330), by @localheinz
- Enhancement: Simplify assertions (#331), by @localheinz
- composer(deps-dev): bump
phpstan/phpstan
from0.12.64
to0.12.65
(#332), by @dependabot[bot] - composer(deps-dev): bump
phpstan/phpstan
from0.12.65
to0.12.66
(#334), by @dependabot[bot] - composer(deps-dev): bump
phpstan/phpstan-strict-rules
from0.12.7
to0.12.8
(#333), by @dependabot[bot] - composer(deps-dev): bump
phpstan/phpstan-strict-rules
from0.12.8
to0.12.9
(#335), by @dependabot[bot] - composer(deps-dev): bump
phpstan/phpstan
from0.12.66
to0.12.67
(#336), by @dependabot[bot] - composer(deps-dev): bump
phpunit/phpunit
from8.5.13
to8.5.14
(#338), by @dependabot[bot] - Fix: Replace unnecessary polyfills (#339), by @localheinz
- composer(deps): bump
friendsofphp/php-cs-fixer
from2.17.3
to2.18.0
(#337), by @dependabot[bot] - Enhancement: Update
vimeo/psalm
(#341), by @localheinz - Fix: Changelog (#340), by @localheinz
2.10.0
- Enhancement: Add
ExplicitRuleSet
marker interface (#311), by @localheinz - Enhancement: Extract
ExplicitRuleSetTestCase
(#312), by @localheinz - Enhancement: Require
ExplicitRuleSets
only not to configure rule sets (#313), by @localheinz - Fix: Configure configurable fixers in implementations of
ExplicitRuleSet
explicitly (#314), by @localheinz - Fix: Do not use constants (#315), by @localheinz
- Fix: Use
assertSame()
instead ofassertEquals()
(#316), by @localheinz - Enhancement: Assert that configuration items are sorted by key (#317), by @localheinz
- Enhancement: Assert that rules and configuration options are sorted recursively (#318), by @localheinz
- Fix: Do not configure rules using deprecated configuration options (#319), by @localheinz
- Fix: Configure rules in implementations of
ExplicitRuleSet
using every non-deprecated configuration option (#320), by @localheinz - Fix: Only require implementations of
ExplicitRuleSet
to configure every non-deprecated rule (#321), by @localheinz
2.9.0
- Enhancement: Enable and
configure php_unit_test_case_static_method_calls
fixer (#301), by @localheinz - Enhancement: Enable
php_unit_set_up_tear_down_visibility fixer
(#303), by @localheinz - Fix: Reference (#305), by @localheinz
- composer(deps): bump
friendsofphp/php-cs-fixer
from2.17.1
to2.17.2
(#304), by @dependabot[bot] - Enhancement: Configure
braces
fixer to allow single-line anonymous classes with empty body (#306), by @localheinz - composer(deps-dev): bump
phpstan/phpstan
from0.12.63
to0.12.64
(#307), by @dependabot[bot] - composer(deps-dev): bump
phpstan/phpstan-phpunit
from0.12.16
to0.12.17
(#308), by @dependabot[bot] - composer(deps): bump
friendsofphp/php-cs-fixer
from2.17.2
to2.17.3
(#309), by @dependabot[bot] - Enhancement: Configure
phpdoc_order_by_value
fixer to order@throws
annotations (#302), by @localheinz - Enhancement: Configure
phpdoc_order_by_value
fixer to order@throws
annotations (#310), by @localheinz
2.8.0
- Fix: Test (#292), by @localheinz
- Enhancement: Synchronize with
ergebnis/php-cs-fixer-config-template
(#293), by @localheinz - Enhancement: Synchronize with
ergebnis/php-cs-fixer-config-template
(#294), by @localheinz - Enhancement: Synchronize with
ergebnis/php-cs-fixer-config-template
(#296), by @localheinz - Make assert equals strict (#295), by @peter279k
- composer(deps-dev): bump
phpstan/extension-installer
from1.0.5
to1.1.0
(#297), by @dependabot[bot] - composer(deps-dev): bump
phpstan/phpstan-deprecation-rules
from0.12.5
to0.12.6
(#298), by @dependabot[bot] - composer(deps-dev): bump
phpstan/phpstan-strict-rules
from0.12.5
to0.12.7
(#299), by @dependabot[bot] - Enhancement: Add rule set for PHPUnit (#300), by @localheinz
2.7.0
- Fix: Update
phpstan/phpstan
(#277), by @localheinz - Fix: Update
phpunit/phpunit
(#278), by @localheinz - Enhancement: Enable
array_push
fixer (#279), by @localheinz - Enhancement: Enable
clean_namespace
fixer (#280), by @localheinz - Enhancement: Enable
lambda_not_used_import
fixer (#281), by @localheinz - Enhancement: Enable
no_alias_language_construct_call
fixer (#282), by @localheinz - Enhancement: Enable
no_trailing_whitespace_in_string
fixer (#283), by @localheinz - Enhancement: Enable
no_useless_sprintf
fixer (#284), by @localheinz - Enhancement: Enable and configure
operator_linebreak
fixer (#285), by @localheinz - Enhancement: Enable and configure
phpdoc_inline_tag_normalizer
fixer (#286), by @localheinz - Enhancement: Enable and configure
phpdoc_tag_casing
fixer (#287), by @localheinz - Enhancement: Enable
regular_callable_call
fixer (#288), by @localheinz - Enhancement: Enable and configure
single_space_after_construct
fixer (#289), by @localheinz - Enhancement: Enable
switch_continue_to_break
fixer (#290), by @localheinz - Enhancement: Enable
ternary_to_elvis_operator
fixer (#291), by @localheinz
2.6.1
- Fix: Do not use deprecated
RuleSet
(#266), by @localheinz - Fix: Sort fixers (#267), by @localheinz
- Fix: Rename methods and variables (#268), by @localheinz
- Fix: Comment (#269), by @localheinz
- Fix: Rename variables (#270), by @localheinz
- Fix: Remove unnecessary
sort()
(#271), by @localheinz - Fix: Rename variable (#272), by @localheinz
- Fix: Diff (#273), by @localheinz
- Enhancement: Update
ergebnis/composer-normalize
(#274), by @localheinz - Enhancement: Update
ergebnis/test-util
(#275), by @localheinz - Fix: Update
friendsofphp/php-cs-fixer
(#276), by @localheinz
2.6.0
- github-actions(deps): bump
gr2m/create-or-update-pull-request-action
fromv1.3.0
tov1.3.1
(#248), by @dependabot[bot] - github-actions(deps): bump
shivammathur/setup-php
from2.7.0
to2.8.0
(#249), by @dependabot[bot] - github-actions(deps): bump
actions/github-script
fromv3.0.0
tov3.1
(#250), by @dependabot[bot] - Enhancement: Synchronize with
ergebnis/php-library-template
(#251), by @localheinz - github-actions(deps): bump
actions/stale
fromv3.0.13
tov3.0.14
(#252), by @dependabot[bot] - github-actions(deps): bump
shivammathur/setup-php
from2.8.0
to2.9.0
(#253), by @dependabot[bot] - github-actions(deps): bump
gr2m/create-or-update-pull-request-action
fromv1.3.1
tov1.3.3
(#254), by @dependabot[bot] - Enhancement: Update
friendsofphp/php-cs-fixer
(#255), by @localheinz - Fix: Update
CHANGELOG.md
(#256), by @localheinz - Enhancement: Configure
phpdoc_order_by_value
fixer to orderdataProvider
annotations (#257), by @localheinz - Enhancement: Configure
phpdoc_order_by_value
fixer to orderuses
annotations (#258), by @localheinz - Enhancement: Configure
phpdoc_order_by_value
fixer to orderauthor
annotations (#259), by @localheinz - Enhancement: Configure
phpdoc_order_by_value
fixer to ordercovers
Nothing annotations (#260), by @localheinz - Enhancement: Configure
phpdoc_order_by_value
fixer to orderdepends
annotations (#261), by @localheinz - Enhancement: Configure
phpdoc_order_by_value
fixer to ordergroup
annotations (#262), by @localheinz - Enhancement: Configure
phpdoc_order_by_value
fixer to orderinternal
annotations (#263), by @localheinz - Enhancement: Configure
phpdoc_order_by_value
fixer to orderrequires
annotations (#264), by @localheinz - Allow installations on PHP8 (#265), by @Nyholm
2.5.3
- Fix: Do not configure deprecated fixers (#242), by @localheinz
- github-actions(deps): bump
actions/stale
fromv3.0.12
tov3.0.13
(#243), by @dependabot[bot] - github-actions(deps): bump
actions/checkout
fromv2.3.3
tov2.3.4
(#244), by @dependabot[bot] - github-actions(deps): bump
actions/cache
fromv2.1.2
tov2.1.3
(#245), by @dependabot[bot] - github-actions(deps): bump
ibiqlik/action-yamllint
fromv2.0.0
to v3 (#246), by @dependabot[bot] - Fix: Disable
heredoc_indentation
fixer (#247), by @localheinz