Skip to content

Commit

Permalink
Merge pull request #78 from travispaul-forks/master
Browse files Browse the repository at this point in the history
Mention return type in README.md
  • Loading branch information
Seldaek authored Mar 17, 2020
2 parents 39da749 + e5b35ec commit 811c569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The `Composer\Semver\Comparator` class provides the following methods for compar
* equalTo($v1, $v2)
* notEqualTo($v1, $v2)

Each function takes two version strings as arguments. For example:
Each function takes two version strings as arguments and returns a boolean. For example:

```php
use Composer\Semver\Comparator;
Expand Down

0 comments on commit 811c569

Please sign in to comment.