Lock file maintenance #370
Annotations
10 errors
Psalm [8.2, locked]:
src/AbstractStaticResourceHandlerFactory.php#L73
src/AbstractStaticResourceHandlerFactory.php:73:13: RiskyTruthyFalsyComparison: Operand of type false|mixed contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
Psalm [8.2, locked]:
src/Command/IsRunningTrait.php#L33
src/Command/IsRunningTrait.php:33: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)
|
Psalm [8.2, locked]:
src/Command/IsRunningTrait.php#L35
src/Command/IsRunningTrait.php:35:20: 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)
|
Psalm [8.2, locked]:
src/Command/IsRunningTrait.php#L39
src/Command/IsRunningTrait.php:39:16: 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)
|
Psalm [8.2, locked]:
src/HotCodeReload/FileWatcher/InotifyFileWatcher.php#L77
src/HotCodeReload/FileWatcher/InotifyFileWatcher.php:77:25: RedundantCondition: Type array{cookie: int, mask: int, name: string, wd: int} for $event is always array<array-key, mixed> (see https://psalm.dev/122)
|
Psalm [8.2, locked]:
src/HttpServerFactory.php#L113
src/HttpServerFactory.php:113:13: RiskyTruthyFalsyComparison: Operand of type false|mixed contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
Psalm [8.2, locked]:
src/Log/AccessLogDataMap.php#L129
src/Log/AccessLogDataMap.php:129:20: RiskyTruthyFalsyComparison: Operand of type ''|numeric-string contains type numeric-string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
Psalm [8.2, locked]:
src/Log/AccessLogDataMap.php#L203
src/Log/AccessLogDataMap.php:203:16: 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)
|
Psalm [8.2, locked]:
src/Log/AccessLogDataMap.php#L224
src/Log/AccessLogDataMap.php:224:27: 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)
|
Psalm [8.2, locked]:
src/Log/Psr3AccessLogDecorator.php#L55
src/Log/Psr3AccessLogDecorator.php:55:31: MissingParamType: Parameter $message has no provided type (see https://psalm.dev/154)
|
Loading