Skip to content

Commit

Permalink
Merge pull request #13 from localheinz/fix/links
Browse files Browse the repository at this point in the history
Fix: Links
  • Loading branch information
localheinz committed Nov 18, 2018
2 parents f1282bc + f96ccfc commit f9f8d0f
Showing 1 changed file with 5 additions and 5 deletions.
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)

0 comments on commit f9f8d0f

Please sign in to comment.