Skip to content

Releases: mediact/coding-standard-phpstorm

Compatible with PHP ^7.1 new, live templates & templates

27 Aug 12:32
1426d40
Compare
Choose a tag to compare
Merge pull request #11 from leonhelmus/master

Changed version tag of composer and added extra line in README.md

Feature: Add live templates

22 Aug 14:33
27afeca
Compare
Choose a tag to compare
Merge pull request #9 from leonhelmus/phpstorm/feature/liveTemplates

Added live template files/ template files

Indent arrays in YAML

17 Sep 15:39
6426b78
Compare
Choose a tag to compare
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

22 Mar 08:21
7e7c4b6
Compare
Choose a tag to compare

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

28 Feb 01:52
a3f2c28
Compare
Choose a tag to compare
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

26 Jan 13:04
d425da0
Compare
Choose a tag to compare

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

25 Jan 11:44
ffb71c3
Compare
Choose a tag to compare

1.3.0: Merge pull request #3 from ksangers/feature/resolve-scrutinizer-issues

23 Jan 03:55
ffb71c3
Compare
Choose a tag to compare

1.2.4 Do not inspect routing yml for deprecated keys

03 Nov 04:24
Compare
Choose a tag to compare
Do not inspect routing yml for deprecated keys

1.2.3: Merge pull request #2 from ksangers/feature/reduce-inspections

25 Oct 11:42
Compare
Choose a tag to compare