Upgrade PHP to support 8.1-8.3; Remove CaptainHook #266
Annotations
11 errors
|
Run Psalm:
src/Crypt.php#L176
src/Crypt.php:176:13: TypeDoesNotContainType: string does not contain false (see https://psalm.dev/056)
|
Run Psalm:
src/Crypt.php#L176
src/Crypt.php:176:13: TypeDoesNotContainType: Type non-empty-string for $message is never false (see https://psalm.dev/056)
|
Run Psalm:
src/Key/SharedKey.php#L49
src/Key/SharedKey.php:49: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)
|
Run Psalm:
src/Key/SharedKey.php#L92
src/Key/SharedKey.php:92: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)
|
Run Psalm:
src/Key/SharedKey.php#L102
src/Key/SharedKey.php:102:13: TypeDoesNotContainType: string does not contain false (see https://psalm.dev/056)
|
Run Psalm:
src/Key/SharedKey.php#L102
src/Key/SharedKey.php:102:13: TypeDoesNotContainType: Type non-empty-string for $encryptionKey is never false (see https://psalm.dev/056)
|
Run Psalm:
src/Key/SharedKey.php#L108
src/Key/SharedKey.php:108:13: TypeDoesNotContainType: string does not contain false (see https://psalm.dev/056)
|
Run Psalm:
src/Key/SharedKey.php#L108
src/Key/SharedKey.php:108:13: TypeDoesNotContainType: Type non-empty-string for $authenticationKey is never false (see https://psalm.dev/056)
|
Run Psalm:
src/SplitToken.php#L82
src/SplitToken.php:82: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)
|
Run Psalm:
src/SplitToken.php#L114
src/SplitToken.php:114: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)
|
Loading