Remove optional parameters of PHPUnit\Framework\Constraint\IsEqual::__construct()
#5272
Labels
type/backward-compatibility
Something will be/is intentionally broken
Milestone
The optional parameters of
PHPUnit\Framework\Constraint\IsEqual::__construct()
(float $delta = 0.0, bool $canonicalize = false, bool $ignoreCase = false
) are a relict from when the specialized constraintsIsEqualCanonicalizing
,IsEqualIgnoringCase
, andIsEqualWithDelta
did not exist.The text was updated successfully, but these errors were encountered: