File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 3
3
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
4
4
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
5
5
6
+ ## [ 7.0.0] - 2021-04-22
7
+ ### Added
8
+ - Add PHP 8.0 support
9
+ - Add ` Generic.WhiteSpace.ArbitraryParenthesesSpacing `
10
+ - Add ` Squiz.PHP.DisallowMultipleAssignments `
11
+ - Add ` SlevomatCodingStandard.Arrays.SingleLineArrayWhitespace `
12
+ - Add ` SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly `
13
+ - Add ` SlevomatCodingStandard.Functions.UnusedParameter `
14
+ - Add ` SlevomatCodingStandard.Functions.UselessParameterDefaultValue `
15
+ ### Changed
16
+ - Raised minimum PHPCS release
17
+ - Raised minimum Slevomat CS release
18
+
6
19
## [ 6.0.0] - 2020-10-29
7
20
### Added
8
21
- Add ` SlevomatCodingStandard.Classes.DisallowMultiConstantDefinition `
You can’t perform that action at this time.
0 commit comments