Throw exception instead of silently logging issues occurred during scan #242
Annotations
4 errors
PossiblyUndefinedVariable:
src/Psalm/Internal/Fork/Pool.php#L362
src/Psalm/Internal/Fork/Pool.php:362:29: PossiblyUndefinedVariable: Possibly undefined variable $done, first seen on line 362 (see https://psalm.dev/018)
|
MixedArrayAssignment:
src/Psalm/Internal/Fork/Pool.php#L362
src/Psalm/Internal/Fork/Pool.php:362:29: MixedArrayAssignment: Cannot access array value on mixed variable $done[int] (see https://psalm.dev/117)
|
ArgumentTypeCoercion:
src/Psalm/Internal/Fork/PsalmRestarter.php#L171
src/Psalm/Internal/Fork/PsalmRestarter.php:171:25: ArgumentTypeCoercion: Argument 1 of Composer\XdebugHandler\XdebugHandler::restart expects non-empty-list<string>, but parent type array<array-key, string> provided (see https://psalm.dev/193)
|
build
Process completed with exit code 2.
|