Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit 45b0693

Browse files
committed
Add changelog for #10
1 parent e8f39b0 commit 45b0693

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,25 @@ All notable changes to this project will be documented in this file, in reverse
2323
- Forbid whitespace around double colon operator
2424
- Forbid whitespace around double colon operator
2525

26+
- [#10](https://github.com/zendframework/zend-coding-standard/pull/10) adds additional sniffs.
27+
28+
- Added AnonymousClassDeclaration sniff
29+
- Added ScopeIndent sniff
30+
- Added sniff to disallow spaces before/after incrementation/decrementation operators
31+
- Added sniff to disallow space after nullable operator
32+
2633
### Changed
2734

2835
- [#8](https://github.com/zendframework/zend-coding-standard/pull/8) replaces sniffs in favor of webimpress/coding-standard as these are more reliable or fixes more cases.
2936

37+
- [#10](https://github.com/zendframework/zend-coding-standard/pull/10) adds additional sniffs.
38+
39+
- Improve absolute class name references sniffs
40+
- Improve sniff for useless alias for classes, constants, functions and traits
41+
- Use PSR-12 sniff for class instantiation parenthesis
42+
- Use PEAR.Commenting.FunctionComment instead of Squiz
43+
- Updated to PHP_CodeSniffer 3.4.0
44+
3045
### Deprecated
3146

3247
- Nothing.

0 commit comments

Comments
 (0)