Skip to content

Commit

Permalink
Fix typo in CHANGELOG (webmozarts#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
villfa authored Jun 27, 2020
1 parent 9dc4f20 commit 4e99d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Changelog
* the `all*` & `nullOr*` methods are now declared on an interface, instead of `@method` annotations.
This interface is linked to the `Assert` class with a `@mixin` annotation. Most IDE's have supported this
for a long time, and you should not lose any autocompletion capabilities. PHPStan has supported this since
version `0.12.20`. This package is marked incompatbible (with a composer conflict) with phpstan version prior to that.
version `0.12.20`. This package is marked incompatible (with a composer conflict) with phpstan version prior to that.
If you do not use PHPStan than this does not matter.

## 1.8.0
Expand Down

0 comments on commit 4e99d71

Please sign in to comment.