Skip to content

Commit a7174c8

Browse files
committed
Release 1.1.0
1 parent e767c53 commit a7174c8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [1.1.0] - 2022-09-18
6+
57
* `native_function_invocation`: Add leading `\` before function invocation to speed up resolving
68
* Enable only for `@compiler_optimized` functions and remove `\` of function calls not meant to have it.
79
* `global_namespace_import`: Imports or fully qualifies global classes/functions/constants.
@@ -25,7 +27,8 @@
2527
* `php_unit_test_class_requires_covers`: Tests don't require `@covers` annotations
2628
* `yoda_style`: Condition styles are not enforced
2729

28-
[Unreleased]: https://github.com/beste/php-cs-fixer-config/compare/1.0.2...main
30+
[Unreleased]: https://github.com/beste/php-cs-fixer-config/compare/1.1.0...main
31+
[1.1.0]: https://github.com/beste/php-cs-fixer-config/compare/1.0.2...1.1.0
2932
[1.0.2]: https://github.com/beste/php-cs-fixer-config/compare/1.0.1...1.0.2
3033
[1.0.1]: https://github.com/beste/php-cs-fixer-config/compare/1.0.0...1.0.1
3134
[1.0.0]: https://github.com/beste/php-cs-fixer-config/tree/1.0.0

0 commit comments

Comments
 (0)