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 f096ecd commit 24b5698Copy full SHA for 24b5698
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## not released
+## 0.12.0
4
- Fix bug in `Psr4Sniff` when class has not namespace.
5
- Allow @wp-hook ignore of return type for private and protected methods
6
- Only check public accessors (by default)
README.md
@@ -12,7 +12,7 @@ It means they can be installed by adding the entry to composer.json `require-dev
12
```json
13
{
14
"require-dev": {
15
- "inpsyde/php-coding-standards": "~0.11.0"
+ "inpsyde/php-coding-standards": "~0.12.0"
16
}
17
18
```
composer.json
@@ -44,7 +44,7 @@
44
},
45
"extra": {
46
"branch-alias": {
47
- "dev-master": "0.11.x-dev"
+ "dev-master": "0.12.x-dev"
48
49
50
0 commit comments