File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Not released
3+ ## 0.11.0
44- Fix false positive in ` ReturnTypeDeclarationSniff ` with nullable types.
55- Relax check for missing return type when ` {aType}|null ` doc bloc is present.
66- Add ` is ` to the list of allowed short names.
77- Added ` FunctionBodyStartSniff ` to deal with blank lines on top of functions body.
88- Added ` VariablesNameSniff ` .
99- Improved ` PhpcsHelpers::variableIsProperty() ` .
1010- Improved failure handling in FixturesTest.
11+ - Use NeutronStandard by opting-in rules instead of opting-out
12+ - Properly handle Generators and return types.
1113
1214## 0.10.0
1315- Renamed sniffs namespace (** breaking change** ).
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.10 .0"
15+ "inpsyde/php-coding-standards" : " ~0.11 .0"
1616 }
1717}
1818```
Original file line number Diff line number Diff line change 4343 },
4444 "extra" : {
4545 "branch-alias" : {
46- "dev-master" : " 0.10 .x-dev"
46+ "dev-master" : " 0.11 .x-dev"
4747 }
4848 }
4949}
You can’t perform that action at this time.
0 commit comments