File tree Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
8
9
- ## [ Unreleased] ( https://github.com/inspirum/coding-standard-php/compare/v1.4.0...master )
9
+ ## [ Unreleased] ( https://github.com/inspirum/coding-standard-php/compare/v1.5.0...master )
10
+
11
+
12
+ ## [ v1.5.0 (2024-05-17)] ( https://github.com/inspirum/coding-standard-php/compare/v1.4.0...v1.5.0 )
13
+ ### Added
14
+ - Added exclude for ` Generic.Formatting.MultipleStatementAlignment.NotSame ` rule
15
+ ### Removed
16
+ - Removed exclude for ` SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming.SuperfluousPrefix ` rule
17
+ - Removed exclude for ` SlevomatCodingStandard.Classes.SuperfluousInterfaceNaming.SuperfluousSuffix ` rule
18
+ - Removed exclude for ` SlevomatCodingStandard.TypeHints.ReturnTypeHint.UselessAnnotation ` rule
19
+ - Removed exclude for ` SlevomatCodingStandard.TypeHints.ParameterTypeHint.UselessAnnotation ` rule
20
+ - Removed exclude for ` SlevomatCodingStandard.TypeHints.PropertyTypeHint.UselessAnnotation ` rule
21
+
10
22
11
23
## [ v1.4.0 (2023-09-18)] ( https://github.com/inspirum/coding-standard-php/compare/v1.3.0...v1.4.0 )
12
24
### Added
@@ -28,8 +40,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
28
40
29
41
30
42
## [ v1.1.1 (2022-07-04)] ( https://github.com/inspirum/coding-standard-php/compare/v1.1.0...v1.1.1 )
31
- ### Removed
32
- - Exclude ` RequireOneLineDocComment ` rule
43
+ ### Added
44
+ - Added exclude ` SlevomatCodingStandard.Commenting.RequireOneLinePropertyDocComment.MultiLinePropertyComment ` rule
33
45
34
46
35
47
## [ v1.1.0 (2022-07-04)] ( https://github.com/inspirum/coding-standard-php/compare/v1.0.1...v1.1.0 )
Original file line number Diff line number Diff line change 2
2
<ruleset name =" Inspirum Coding Standard" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../vendor/squizlabs/php_codesniffer/phpcs.xsd" >
3
3
<rule ref =" Doctrine" >
4
4
<exclude name =" Generic.Files.LineLength" />
5
- <exclude name =" SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming.SuperfluousPrefix" />
6
5
<exclude name =" SlevomatCodingStandard.Classes.SuperfluousExceptionNaming.SuperfluousSuffix" />
7
- <exclude name =" SlevomatCodingStandard.Classes.SuperfluousInterfaceNaming.SuperfluousSuffix" />
8
- <exclude name =" SlevomatCodingStandard.TypeHints.ReturnTypeHint.UselessAnnotation" />
9
- <exclude name =" SlevomatCodingStandard.TypeHints.ParameterTypeHint.UselessAnnotation" />
10
- <exclude name =" SlevomatCodingStandard.TypeHints.PropertyTypeHint.UselessAnnotation" />
11
6
<exclude name =" SlevomatCodingStandard.Commenting.UselessFunctionDocComment.UselessDocComment" />
12
7
<exclude name =" SlevomatCodingStandard.PHP.RequireExplicitAssertion.RequiredExplicitAssertion" />
13
8
<exclude name =" Generic.CodeAnalysis.UselessOverridingMethod.Found" />
20
15
<exclude name =" SlevomatCodingStandard.Namespaces.FullyQualifiedGlobalFunctions.NonFullyQualified" />
21
16
<exclude name =" SlevomatCodingStandard.Commenting.RequireOneLineDocComment.MultiLineDocComment" />
22
17
<exclude name =" SlevomatCodingStandard.TypeHints.UnionTypeHintFormat.DisallowedShortNullable" />
18
+ <exclude name =" Generic.Formatting.MultipleStatementAlignment.NotSame" />
23
19
</rule >
24
20
<rule ref =" Generic.Formatting.SpaceAfterNot" >
25
21
<properties >
You can’t perform that action at this time.
0 commit comments