We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b8c73e commit 1b884f3Copy full SHA for 1b884f3
CHANGELOG.md
@@ -1,9 +1,11 @@
1
# Changelog
2
3
-## Not released
+## 0.10.0
4
- Renamed sniffs namespace (**breaking change**).
5
Sniff are now referenced via `Inpsyde.CodeQuality...` instead of `InpsydeCodingStandard.CodeQuality...`
6
- Add `Psr4Sniff` to check PSR-4 compliance of files that contain classes auto-loadable entities.
7
+- Minor tweaks to sniff.
8
+- Improved documentation for custom sniffs and their configuration.
9
10
## 0.9.0
11
- `ReturnTypeDeclarationSniff` do no warn for missing return type when a docbloc like:
composer.json
@@ -43,7 +43,7 @@
43
},
44
"extra": {
45
"branch-alias": {
46
- "dev-master": "0.8.x-dev"
+ "dev-master": "0.10.x-dev"
47
}
48
49
0 commit comments