Fix POSIX only detection of absolute paths #6
Annotations
6 errors
RedundantCondition:
src/Psalm/Internal/PluginManager/Command/DisableCommand.php#L56
src/Psalm/Internal/PluginManager/Command/DisableCommand.php:56:13: RedundantCondition: mixed can never contain null (see https://psalm.dev/122)
|
ReservedWord:
src/Psalm/Internal/PluginManager/Command/DisableCommand.php#L62
src/Psalm/Internal/PluginManager/Command/DisableCommand.php:62:24: ReservedWord: mixed is a reserved word (see https://psalm.dev/095)
|
RedundantCondition:
src/Psalm/Internal/PluginManager/Command/EnableCommand.php#L56
src/Psalm/Internal/PluginManager/Command/EnableCommand.php:56:13: RedundantCondition: mixed can never contain null (see https://psalm.dev/122)
|
ReservedWord:
src/Psalm/Internal/PluginManager/Command/ShowCommand.php#L49
src/Psalm/Internal/PluginManager/Command/ShowCommand.php:49:29: ReservedWord: mixed is a reserved word (see https://psalm.dev/095)
|
RedundantCondition:
src/Psalm/Internal/PluginManager/Command/ShowCommand.php#L50
src/Psalm/Internal/PluginManager/Command/ShowCommand.php:50:13: RedundantCondition: mixed can never contain null (see https://psalm.dev/122)
|
build
Process completed with exit code 2.
|