Skip to content

Releases: InterNations/kodierungsregelwerksammlung

PHPCS Version 3.* upgrade

14 Dec 12:18
Compare
Choose a tag to compare
0.29.0

PHPCS version 3.* upgrade

Bug fix version for the Phpunit test methods convention

10 Nov 13:03
Compare
Choose a tag to compare
0.28.1

Big fixes for TestMethodsConventionSniff

New rules for PHPUnit Test methods, and Variable type hints

07 Nov 09:28
Compare
Choose a tag to compare
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

28 Jul 15:45
Compare
Choose a tag to compare
0.26.9

Put phpunit.xml to .gitignore (#38)

Added Rest View sniff

28 Jul 14:23
Compare
Choose a tag to compare

Added Rest View sniff which should check whether @rest\View annotation exists for action methods of API controllers

Statically call PHPunit methods

24 Jul 15:27
Compare
Choose a tag to compare
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

12 Jul 06:52
Compare
Choose a tag to compare

Strict self return type, strict nullable operator for default null values, and few addition things achieved with Type Hint sniff

12 Jun 12:36
Compare
Choose a tag to compare

Final settlement to use class name for type hint white list, with some bug fix

31 May 22:09
Compare
Choose a tag to compare
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

30 May 07:49
Compare
Choose a tag to compare