Skip to content

Commit

Permalink
remove deprecated parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey179 committed Feb 11, 2020
1 parent 850010e commit 14ecd1a
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 @@ -180,7 +180,7 @@ In case a delta is needed, e.g. for float values, the required delta can be set:
assertThat($value, equals(5)->withDelta(0.1));
```

### `isNotEqualTo($unexpected, $delta = 0.0)`
### `isNotEqualTo($unexpected)`

Tests that a value is not equal to the unexpected value. The optional parameter
`$delta` can be used when equality of float values should be tested and allows
Expand Down

0 comments on commit 14ecd1a

Please sign in to comment.