Skip to content

Commit 24b5698

Browse files
committed
v0.12.0
1 parent f096ecd commit 24b5698

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## not released
3+
## 0.12.0
44
- Fix bug in `Psr4Sniff` when class has not namespace.
55
- Allow @wp-hook ignore of return type for private and protected methods
66
- Only check public accessors (by default)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It means they can be installed by adding the entry to composer.json `require-dev
1212
```json
1313
{
1414
"require-dev": {
15-
"inpsyde/php-coding-standards": "~0.11.0"
15+
"inpsyde/php-coding-standards": "~0.12.0"
1616
}
1717
}
1818
```

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"extra": {
4646
"branch-alias": {
47-
"dev-master": "0.11.x-dev"
47+
"dev-master": "0.12.x-dev"
4848
}
4949
}
5050
}

0 commit comments

Comments
 (0)