Supported php versions #10
Annotations
5 errors
|
Static Analysis:
src/Command/ListFilesCommand.php#L119
src/Command/ListFilesCommand.php:119:24: 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)
|
Static Analysis:
src/Command/ListUnownedFilesCommand.php#L109
src/Command/ListUnownedFilesCommand.php:109:24: 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)
|
Static Analysis:
src/FileLocator/FileLocatorFactory.php#L11
src/FileLocator/FileLocatorFactory.php:11: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)
|
Static Analysis
Process completed with exit code 2.
|
Loading