Skip to content

Commit 1b884f3

Browse files
committed
Release v0.10.0
1 parent 1b8c73e commit 1b884f3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Changelog
22

3-
## Not released
3+
## 0.10.0
44
- Renamed sniffs namespace (**breaking change**).
55
Sniff are now referenced via `Inpsyde.CodeQuality...` instead of `InpsydeCodingStandard.CodeQuality...`
66
- 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.
79

810
## 0.9.0
911
- `ReturnTypeDeclarationSniff` do no warn for missing return type when a docbloc like:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"extra": {
4545
"branch-alias": {
46-
"dev-master": "0.8.x-dev"
46+
"dev-master": "0.10.x-dev"
4747
}
4848
}
4949
}

0 commit comments

Comments
 (0)