Skip to content

Commit 14ecd1a

Browse files
author
Frank Kleine
committed
remove deprecated parameter
1 parent 850010e commit 14ecd1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ In case a delta is needed, e.g. for float values, the required delta can be set:
180180
assertThat($value, equals(5)->withDelta(0.1));
181181
```
182182

183-
### `isNotEqualTo($unexpected, $delta = 0.0)`
183+
### `isNotEqualTo($unexpected)`
184184

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

0 commit comments

Comments
 (0)