File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,17 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 7.2.1] - 2021-10-07
8
+ ### Fixed
9
+ - Changed default php-cs-fixer configuration to remove blank lines after class opening, according to PSR12 (` no_blank_lines_after_class_opening ` )
10
+
7
11
## [ 7.2.0] - 2021-09-24
8
12
### Removed
9
13
- Remove virtual package dependency (psr/http-client-implementation)
10
14
11
15
## [ 7.1.1] - 2021-09-09
12
16
### Fixed
13
- - Changed default php-cs-fixer configuration to add blank line after opening tag, according to PSR12
17
+ - Changed default php-cs-fixer configuration to add blank line after opening tag, according to PSR12 ( ` blank_line_after_opening_tag ` )
14
18
15
19
## [ 7.1.0] - 2021-08-30
16
20
### Added
You can’t perform that action at this time.
0 commit comments