Added PHP 8.4 #236
Annotations
10 errors
src/AbstractValue.php#L499
src/AbstractValue.php:499:13: RiskyTruthyFalsyComparison: Operand of type array-key|null contains type array-key, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
src/AbstractValue.php#L501
src/AbstractValue.php:501:17: RiskyTruthyFalsyComparison: Operand of type mixed|null|string contains types mixed|string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
src/Client.php#L328
src/Client.php:328:25: RiskyTruthyFalsyComparison: Operand of type mixed|null|string contains types mixed|string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
src/Fault.php#L208
src/Fault.php:208:13: RiskyTruthyFalsyComparison: Operand of type SimpleXMLElement|null contains type SimpleXMLElement, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
src/Fault.php#L213
src/Fault.php:213:13: RiskyTruthyFalsyComparison: Operand of type SimpleXMLElement|null contains type SimpleXMLElement, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
src/Request.php#L336
src/Request.php:336:13: RiskyTruthyFalsyComparison: Operand of type SimpleXMLElement|null contains type SimpleXMLElement, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
src/Request.php#L346
src/Request.php:346:15: RiskyTruthyFalsyComparison: Operand of type SimpleXMLElement|null contains type SimpleXMLElement, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
src/Request/Http.php#L50
src/Request/Http.php:50:13: RiskyTruthyFalsyComparison: Operand of type false|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)
|
src/Response.php#L171
src/Response.php:171:15: RiskyTruthyFalsyComparison: Operand of type SimpleXMLElement|null contains type SimpleXMLElement, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
src/Response.php#L179
src/Response.php:179:13: RiskyTruthyFalsyComparison: Operand of type SimpleXMLElement|null contains type SimpleXMLElement, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
The logs for this run have expired and are no longer available.
Loading