Skip to content

Commit ed3a49b

Browse files
committed
Release 2.3.0
1 parent 4cc62f0 commit ed3a49b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased]
44

5+
## [2.3.0] - 2023-09-07
6+
7+
* Replace deprecated `function_typehint_space` with `type_declaration_spaces`
8+
* Replace deprecated `no_spaces_inside_parenthesis` with `spaces_inside_parentheses`
9+
510
## [2.2.0] - 2023-06-20
611

712
* Replaced deprecated `no_blank_lines_before_namespace` and `single_blank_line_before_namespace` rules with
@@ -49,7 +54,8 @@
4954
* `php_unit_test_class_requires_covers`: Tests don't require `@covers` annotations
5055
* `yoda_style`: Condition styles are not enforced
5156

52-
[Unreleased]: https://github.com/beste/php-cs-fixer-config/compare/2.2.0...main
57+
[Unreleased]: https://github.com/beste/php-cs-fixer-config/compare/2.3.0...main
58+
[2.3.0]: https://github.com/beste/php-cs-fixer-config/compare/2.2.0...2.3.0
5359
[2.2.0]: https://github.com/beste/php-cs-fixer-config/compare/2.1.0...2.2.0
5460
[2.1.0]: https://github.com/beste/php-cs-fixer-config/compare/2.0.0...2.1.0
5561
[2.0.0]: https://github.com/beste/php-cs-fixer-config/compare/1.2.0...2.0.0

0 commit comments

Comments
 (0)