Releases: InterNations/kodierungsregelwerksammlung
Releases · InterNations/kodierungsregelwerksammlung
PHPCS Version 3.* upgrade
0.29.0 PHPCS version 3.* upgrade
Bug fix version for the Phpunit test methods convention
0.28.1 Big fixes for TestMethodsConventionSniff
New rules for PHPUnit Test methods, and Variable type hints
New rules for PHPUnit test methods, and Variable type hints (#34) * Enforce type hints for new/modified code * Enforce type hints for new/modified code * Enforce type hints for new/modified code * Enforce type hints for new/modified code * Enforce type hints for new/modified code * Enforce type hints for new/modified code * Enforce type hints for new/modified code * Enforce short list syntax / Enforce constant visibility * Enforce short list syntax / Enforce constant visibility * Enforce short list syntax / Enforce constant visibility * Enforce short list syntax / Enforce constant visibility * RequestParam annotation phpcs rules similar to QueryParam (#29) * Upgrading to PHPUnit 6 * Allow HHVM to fail * Increase version requirement to PHP 7 * Take return types into account for use statements * Fix multiline check for PHP 7.1 return type hints * Consider return type as part of an expression for function declarations (#30) * Consider return type as part of an expression for function declarations Return type was not considered to be a part of an expression when validating multi-line expression elngth * Wrong selection of pointer lead to failing tests * And it's time to fix the phpcs * Handle case statements * Enforce type hints for new/modified code * Enforce type hints for new/modified code * Enforce type hints for new/modified code * Enforce type hints for new/modified code * Enforce type hints for new/modified code * Enforce type hints for new/modified code * Enforce short list syntax / Enforce constant visibility * composer: add autoload (#32) * Bump version requirements * Fixed ExpressionFOrmattingSniffTest * Fixed ExpressionFOrmattingSniffTest * Fixed ExpressionFOrmattingSniffTest * Fixed ExpressionFOrmattingSniffTest * Bug fix for the Type hint rule * Beta test result applied * New rules for Variable type hint + PHPUnit test method conventions * New rules for Variable type hint + PHPUnit test method conventions * Code review change for Variable type hint + PHPUnit test method conventions * Code review change for Variable type hint + PHPUnit test method conventions * Use of getDeclarationName * Garbage removal * Use of file name, for skipping non testing files
phpunit.xml -> phpunit.xml.dist
0.26.9 Put phpunit.xml to .gitignore (#38)
Added Rest View sniff
Added Rest View sniff which should check whether @rest\View annotation exists for action methods of API controllers
Statically call PHPunit methods
0.26.7 Identify and fix PHPunit static methods called in non-static way in t…
New beta test version including bug fix and expanded whitelist mechanism
0.26.6 Fixed phpcs for type hint rule
Strict self return type, strict nullable operator for default null values, and few addition things achieved with Type Hint sniff
0.26.5 Added few more type hint restrictions
Final settlement to use class name for type hint white list, with some bug fix
0.26.4 Reverted back type hint rule white list check based on class name
Type hint rule change, with the namespace check for method white list
0.26.3 Namespace check with bug fix