Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Links #13

Merged
merged 1 commit into from
Nov 18, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

For a full diff see (https://github.com/localheinz/phpstan-rules/compare/0.2.0...HEAD).
For a full diff see [`0.2.0...master`](https://github.com/localheinz/phpstan-rules/compare/0.2.0...master).

## [`0.2.0`](https://github.com/localheinz/phpstan-rules/releases/tag/0.2.0)

For a full diff see (https://github.com/localheinz/phpstan-rules/compare/0.1.0...HEAD).
For a full diff see [`0.1.0...master`](https://github.com/localheinz/phpstan-rules/compare/0.1.0...master).

### Added

* added `Classes\FinalRule`, which reports an error when a non-anonymous
class is not `final`, ([#4](https://github.com/localheinz/phpstan-rules/pull/#4)), by [@localheinz](https://github.com/localheinz)
class is not `final`, ([#4](https://github.com/localheinz/phpstan-rules/pull/4)), by [@localheinz](https://github.com/localheinz)

### Changed

* added an `$excludeClassNames` argument to the constructors of `Classes\AbstractOrFinalRule` and
`Classes\FinalRule` to allow whitelisting of classes, ([#4](https://github.com/localheinz/phpstan-rules/pull/#11)), by [@localheinz](https://github.com/localheinz)
`Classes\FinalRule` to allow whitelisting of classes, ([#4](https://github.com/localheinz/phpstan-rules/pull/11)), by [@localheinz](https://github.com/localheinz)

## [`0.1.0`](https://github.com/localheinz/phpstan-rules/releases/tag/0.1.0)

Expand All @@ -30,5 +30,5 @@ For a full diff see [`362c7ea...0.1.0`](https://github.com/localheinz/phpstan-ru
### Added

* added `Classes\AbstractOrFinalRule`, which reports an error when a non-anonymous
class is neither `abstract` nor `final`, ([#1](https://github.com/localheinz/phpstan-rules/pull/#1)), by [@localheinz](https://github.com/localheinz)
class is neither `abstract` nor `final`, ([#1](https://github.com/localheinz/phpstan-rules/pull/1)), by [@localheinz](https://github.com/localheinz)