Fix error count by type #71
Annotations
8 errors and 1 warning
Run checks:
src/BaselineSplitter.php#L65
Binary operation "+" between (array|float|int) and int results in an error.
|
Run checks:
src/BaselineSplitter.php#L65
Missing parameter typehint for arrow function parameter $carry.
|
Run checks:
src/BaselineSplitter.php#L65
Missing parameter typehint for arrow function parameter $item.
|
Run checks:
src/BaselineSplitter.php#L65
Only numeric types are allowed in +, (array|float|int) given on the left side.
|
Run checks:
src/BaselineSplitter.php#L65
Using + over non-number ((array|float|int) + int)
|
Run checks:
src/BaselineSplitter.php#L71
Part $errorsCount (array|float|int) of encapsed string cannot be cast to string.
|
Run checks:
src/BaselineSplitter.php#L82
Method ShipMonk\PHPStan\Baseline\BaselineSplitter::split() should return array<string, int|null> but returns array<string, array|float|int|null>.
|
Run checks
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading