-
-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Description
With the new release of php-matcher there seems to be incompatibility added to PHPUnit 9:
PHP Fatal error: Declaration of Coduo\PHPMatcher\PHPUnit\PHPMatcherConstraint::fail(
mixed $other, string $description, ?SebastianBergmann\Comparator\ComparisonFailure $comparisonFailure = null
): never
must be compatible with
PHPUnit\Framework\Constraint\Constraint::fail(
$other, $description, ?SebastianBergmann\Comparator\ComparisonFailure $comparisonFailure = null
): void
in /home/runner/work/SuluContentBundle/SuluContentBundle/vendor/coduo/php-matcher/src/PHPUnit/PHPMatcherConstraint.php on line 61
There should no Parameter Types
added to the PHPMatcherConstraint
they currently break the functionality. Only Return Types
should had added to the PHPMatcherConstraint
to make it compatible with PHPUnit 10.
Metadata
Metadata
Assignees
Labels
No labels