Skip to content

Commit

Permalink
Fixes to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oradwell committed Oct 28, 2015
1 parent 72ef17b commit 2caf7e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ Trying to @cover or @use not existing class or interface "NonExistentClass".
Trying to @cover or @use not existing method "ExistingClass::nonExistantMethod".
```

See: [phpunit/issues/1758](https://github.com/sebastianbergmann/phpunit/issues/1758)
See: [phpunit/issues/1758](https://github.com/sebastianbergmann/phpunit/issues/1758)<br />
Also see: [phpunit/issues/1791](https://github.com/sebastianbergmann/phpunit/issues/1791)

Installation
------------

```
composer require --dev ockcyp/covers-validator dev-master
composer require --dev ockcyp/covers-validator
```

Usage
Expand Down

0 comments on commit 2caf7e8

Please sign in to comment.