TracePluginTest: Move setup stash to KintTest #403
tests.yml
on: push
Matrix: test-basic
Code format check
22s
Build check
15s
Static analysis check
24s
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)
|
RedundantConditionGivenDocblockType:
src/Parser/ArrayLimitPlugin.php#L136
src/Parser/ArrayLimitPlugin.php:136:25: RedundantConditionGivenDocblockType: Docblock-defined type Kint\Zval\Value for $child is always Kint\Zval\Value (see https://psalm.dev/156)
|
RiskyTruthyFalsyComparison:
src/Parser/Base64Plugin.php#L79
src/Parser/Base64Plugin.php:79:13: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
RiskyTruthyFalsyComparison:
src/Parser/DOMDocumentPlugin.php#L169
src/Parser/DOMDocumentPlugin.php:169:17: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
RiskyTruthyFalsyComparison:
src/Parser/DOMDocumentPlugin.php#L304
src/Parser/DOMDocumentPlugin.php:304:13: RiskyTruthyFalsyComparison: Operand of type int|null contains type int, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
Basic test xdebug
Process completed with exit code 2.
|
Basic test none
The job was canceled because "xdebug" failed.
|
Basic test none
Process completed with exit code 2.
|