Releases: mediact/coding-standard-phpstorm
Compatible with PHP ^7.1 new, live templates & templates
Merge pull request #11 from leonhelmus/master Changed version tag of composer and added extra line in README.md
Feature: Add live templates
Merge pull request #9 from leonhelmus/phpstorm/feature/liveTemplates Added live template files/ template files
Indent arrays in YAML
Merge pull request #8 from mediact/feature/MGK-62 1.6.1 Indent arrays in YAML
1.6.0 - Add template for PHPUnit test methods, remove constructor test
PhpStorm 2017.3 supports templates for PHPUnit test methods. The methods
can be selected when creating a new test. Because the constructor can
now be selected it has been removed from the standard file template.
Lower throws call tree analysis depth to 0
Merge pull request #6 from mediact/feature/AEQ-335 1.5.1 - Lower throws call tree analysis depth to 0
Do not require class doc, improvements of file templates, update CI
Add empty templates for class, interface and trait docs
The default template for a class, interface or trait contains a package
tag and the name of the class. We do not want the package tag to be filled
in and the name of the class is also not a good default for a doc.
Use void return type for non fluent setter methods.
PHP7.1 supports the void return type.
Remove empty line in function doc
The empty line will be added again by auto formatting when parameters are present.
When no parameters are present only the return tag is shown without an emtpy line.
Add void return type to default test method.
PHP7.1 supports the void return type.
Do not require a class doc
The class doc is not required in the MediaCT PHPCS inspection. It is now
also not required in the PHPStorm inspection.
Update CI settings
The package is now compatible with PHPUnit 6.x. Problems with PHPCS and PHPStan
have been resolved.
Add template for field doc
A single line field doc is preferred.
1.4.0: Merge pull request #3 from ksangers/feature/resolve-scrutinizer-issues
This release is a duplicate of 1.3.0
1.3.0: Merge pull request #3 from ksangers/feature/resolve-scrutinizer-issues
Add dependency to mediact/testing-suite
1.2.4 Do not inspect routing yml for deprecated keys
Do not inspect routing yml for deprecated keys
1.2.3: Merge pull request #2 from ksangers/feature/reduce-inspections
Exclude a vast list of inspection tools