Skip to content

Merge pull request #600 from stof/fix_tests #152

Merge pull request #600 from stof/fix_tests

Merge pull request #600 from stof/fix_tests #152

Triggered via push June 20, 2023 12:58
Status Failure
Total duration 35s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: push
Static analysis
18s
Static analysis
Matrix: Build and test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Static analysis: src/Prophecy/Argument/Token/ExactValueToken.php#L80
Parameter #1 $value of function strval expects bool|float|int|resource|string|null, mixed given.
Static analysis: src/Prophecy/Argument/Token/ExactValueToken.php#L80
Parameter #1 $value of function strval expects bool|float|int|resource|string|null, mixed given.
Static analysis: src/Prophecy/Comparator/ClosureComparator.php#L24
Method Prophecy\Comparator\ClosureComparator::accepts() has parameter $actual with no type specified.
Static analysis: src/Prophecy/Comparator/ClosureComparator.php#L24
Method Prophecy\Comparator\ClosureComparator::accepts() has parameter $expected with no type specified.
Static analysis: src/Prophecy/Comparator/ClosureComparator.php#L30
Method Prophecy\Comparator\ClosureComparator::assertEquals() has parameter $actual with no type specified.
Static analysis: src/Prophecy/Comparator/ClosureComparator.php#L30
Method Prophecy\Comparator\ClosureComparator::assertEquals() has parameter $canonicalize with no type specified.
Static analysis: src/Prophecy/Comparator/ClosureComparator.php#L30
Method Prophecy\Comparator\ClosureComparator::assertEquals() has parameter $delta with no type specified.
Static analysis: src/Prophecy/Comparator/ClosureComparator.php#L30
Method Prophecy\Comparator\ClosureComparator::assertEquals() has parameter $expected with no type specified.
Static analysis: src/Prophecy/Comparator/ClosureComparator.php#L30
Method Prophecy\Comparator\ClosureComparator::assertEquals() has parameter $ignoreCase with no type specified.
Static analysis: src/Prophecy/Comparator/ClosureComparator.php#L33
Class SebastianBergmann\Comparator\ComparisonFailure constructor invoked with 6 parameters, 4-5 required.