diff --git a/CHANGELOG.md b/CHANGELOG.md index d9df5a0..fc57047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. +## 2.1.4 - 2020-10-26 + + +----- + +### Release Notes for [2.1.4](https://github.com/laminas/laminas-coding-standard/milestone/9) + +2.1.x bugfix release (patch) + +### 2.1.4 + +- Total issues resolved: **0** +- Total pull requests resolved: **1** +- Total contributors: **1** + +#### Bug + + - [54: fix: loosen typehint rules](https://github.com/laminas/laminas-coding-standard/pull/54) thanks to @geerteltink + ## 2.1.3 - 2020-10-25 diff --git a/src/LaminasCodingStandard/ruleset.xml b/src/LaminasCodingStandard/ruleset.xml index d4411e5..e5e83e1 100644 --- a/src/LaminasCodingStandard/ruleset.xml +++ b/src/LaminasCodingStandard/ruleset.xml @@ -803,10 +803,13 @@ + + + @@ -816,8 +819,8 @@ + - diff --git a/test/expected-report.txt b/test/expected-report.txt index 9e633ce..15eb25a 100644 --- a/test/expected-report.txt +++ b/test/expected-report.txt @@ -3,7 +3,7 @@ PHP CODE SNIFFER REPORT SUMMARY ---------------------------------------------------------------------- FILE ERRORS WARNINGS ---------------------------------------------------------------------- -test/fixable/2.1.BasicCodingStandard.php 48 1 +test/fixable/2.1.BasicCodingStandard.php 47 1 test/fixable/2.2.Files.php 6 0 test/fixable/2.3.Lines.php 35 0 test/fixable/2.4.IndentingAndSpacing.php 46 0 @@ -18,7 +18,7 @@ test/fixable/4.4.MethodsAndFunctions.php 26 0 test/fixable/4.5.MethodAndFunctionArguments.php 68 0 test/fixable/4.6.AbstractFinalAndStatic.php 5 0 test/fixable/4.7.MethodAndFunctionCalls.php 11 0 -test/fixable/4.ClassesPropertiesAndMethods.php 34 0 +test/fixable/4.ClassesPropertiesAndMethods.php 33 0 test/fixable/5.1.IfElseifElse.php 13 1 test/fixable/5.2.SwitchCase.php 11 0 test/fixable/5.3.WhileAndDoWhile.php 12 0 @@ -35,7 +35,7 @@ test/fixable/8.AnonymousClasses.php 1 0 test/fixable/9.CommentingAndDocBlocks.php 17 0 test/fixable/9.GenericTypeHintSyntax.php 5 0 ---------------------------------------------------------------------- -A TOTAL OF 569 ERRORS AND 2 WARNINGS WERE FOUND IN 31 FILES +A TOTAL OF 567 ERRORS AND 2 WARNINGS WERE FOUND IN 31 FILES ---------------------------------------------------------------------- PHPCBF CAN FIX 486 OF THESE SNIFF VIOLATIONS AUTOMATICALLY ----------------------------------------------------------------------