Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzap committed Mar 19, 2018
1 parent dbb21a5 commit 43421f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Changelog

## Not released
## 0.11.0
- Fix false positive in `ReturnTypeDeclarationSniff` with nullable types.
- Relax check for missing return type when `{aType}|null` doc bloc is present.
- Add `is` to the list of allowed short names.
- Added `FunctionBodyStartSniff` to deal with blank lines on top of functions body.
- Added `VariablesNameSniff`.
- Improved `PhpcsHelpers::variableIsProperty()`.
- Improved failure handling in FixturesTest.
- Use NeutronStandard by opting-in rules instead of opting-out
- Properly handle Generators and return types.

## 0.10.0
- Renamed sniffs namespace (**breaking change**).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It means they can be installed by adding the entry to composer.json `require-dev
```json
{
"require-dev": {
"inpsyde/php-coding-standards": "~0.10.0"
"inpsyde/php-coding-standards": "~0.11.0"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.10.x-dev"
"dev-master": "0.11.x-dev"
}
}
}

0 comments on commit 43421f0

Please sign in to comment.