Skip to content

Commit 43421f0

Browse files
committed
v0.11.0
1 parent dbb21a5 commit 43421f0

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
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**).

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.10.0"
15+
"inpsyde/php-coding-standards": "~0.11.0"
1616
}
1717
}
1818
```

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.10.x-dev"
46+
"dev-master": "0.11.x-dev"
4747
}
4848
}
4949
}

0 commit comments

Comments
 (0)