closure spl fixup #397
tests.yml
on: push
Matrix: test-basic
Code format check
23s
Build check
22s
Static analysis check
21s
Matrix: tests
Annotations
14 errors
Build check
Process completed with exit code 1.
|
TypeDoesNotContainType:
init.php#L64
init.php:64:39: TypeDoesNotContainType: Operand of type false is always falsy (see https://psalm.dev/056)
|
TypeDoesNotContainType:
init.php#L68
init.php:68:39: TypeDoesNotContainType: Operand of type false is always falsy (see https://psalm.dev/056)
|
RedundantCondition:
src/CallFinder.php#L174
src/CallFinder.php:174:13: RedundantCondition: Operand of type true is always truthy (see https://psalm.dev/122)
|
RedundantCondition:
src/CallFinder.php#L385
src/CallFinder.php:385:17: RedundantCondition: Operand of type true is always truthy (see https://psalm.dev/122)
|
RedundantCondition:
src/CallFinder.php#L520
src/CallFinder.php:520:14: RedundantCondition: Operand of type true is always truthy (see https://psalm.dev/122)
|
RedundantCondition:
src/CallFinder.php#L553
src/CallFinder.php:553:21: RedundantCondition: Operand of type true is always truthy (see https://psalm.dev/122)
|
PropertyNotSetInConstructor:
src/Parser/AbstractPlugin.php#L35
src/Parser/AbstractPlugin.php:35:22: PropertyNotSetInConstructor: Property Kint\Parser\AbstractPlugin::$parser is not defined in constructor of Kint\Parser\AbstractPlugin or in any methods called in the constructor (see https://psalm.dev/074)
|
PropertyNotSetInConstructor:
src/Parser/ArrayLimitPlugin.php#L34
src/Parser/ArrayLimitPlugin.php:34:7: PropertyNotSetInConstructor: Property Kint\Parser\ArrayLimitPlugin::$parser is not defined in constructor of Kint\Parser\ArrayLimitPlugin or in any methods called in the constructor (see https://psalm.dev/074)
|
PossiblyNullPropertyFetch:
src/Parser/ArrayLimitPlugin.php#L96
src/Parser/ArrayLimitPlugin.php:96:18: PossiblyNullPropertyFetch: Cannot get property on possibly null variable $obj->value of type Kint\Zval\Representation\Representation|null (see https://psalm.dev/082)
|
PossiblyNullIterator:
src/Parser/ArrayLimitPlugin.php#L96
src/Parser/ArrayLimitPlugin.php:96:18: PossiblyNullIterator: Cannot iterate over nullable var Kint\Zval\Value|array<array-key, Kint\Zval\Value>|null|scalar (see https://psalm.dev/097)
|
Basic test xdebug
Process completed with exit code 2.
|
Basic test none
The job was canceled because "xdebug" failed.
|
Basic test none
The operation was canceled.
|