File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Not released
3+ ## 0.13.0
44- Whitelist PHP core methods for not having return or argument type declaration.
5+ - Fix WordPress security rules names.
56
67## 0.12.0
78- Fix bug in ` Psr4Sniff ` when class has not namespace.
Original file line number Diff line number Diff 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.12 .0"
15+ "inpsyde/php-coding-standards" : " ~0.13 .0"
1616 }
1717}
1818```
Original file line number Diff line number Diff line change 4444 },
4545 "extra" : {
4646 "branch-alias" : {
47- "dev-master" : " 0.12 .x-dev"
47+ "dev-master" : " 0.13 .x-dev"
4848 }
4949 }
5050}
You can’t perform that action at this time.
0 commit comments