build(deps): bump vimeo/psalm from 5.9.0 to 5.23.1 in /vendor-bin/psalm #41706
Annotations
10 errors
Psalm:
3rdparty/sabre/dav/lib/DAV/SimpleCollection.php#L49
3rdparty/sabre/dav/lib/DAV/SimpleCollection.php:49:47: NoValue: All possible types for this argument were invalidated - This may be dead code (see https://psalm.dev/179)
|
Psalm:
3rdparty/sabre/dav/lib/DAV/SimpleCollection.php#L51
3rdparty/sabre/dav/lib/DAV/SimpleCollection.php:51:41: NoValue: All possible types for this argument were invalidated - This may be dead code (see https://psalm.dev/179)
|
Psalm:
apps/dav/lib/Connector/Sabre/File.php#L213
apps/dav/lib/Connector/Sabre/File.php:213:9: RedundantCondition: Type never for $data is never null (see https://psalm.dev/122)
|
Psalm:
apps/dav/lib/Connector/Sabre/File.php#L214
apps/dav/lib/Connector/Sabre/File.php:214:23: NoValue: All possible types for this argument were invalidated - This may be dead code (see https://psalm.dev/179)
|
Psalm:
apps/files/lib/Service/OwnershipTransferService.php#L265
apps/files/lib/Service/OwnershipTransferService.php:265:7: TypeDoesNotContainType: Operand of type false is always falsy (see https://psalm.dev/056)
|
Psalm:
apps/files_external/lib/Lib/Storage/SFTP.php#L503
apps/files_external/lib/Lib/Storage/SFTP.php:503:73: InvalidNullableReturnType: The declared return type 'int' for OCA\Files_External\Lib\Storage\SFTP::writeStream is not nullable, but 'int|null' contains null (see https://psalm.dev/144)
|
Psalm:
apps/files_external/lib/Lib/Storage/SFTP.php#L516
apps/files_external/lib/Lib/Storage/SFTP.php:516:11: NullableReturnStatement: The declared return type 'int' for OCA\Files_External\Lib\Storage\SFTP::writeStream is not nullable, but the function returns 'int|null' (see https://psalm.dev/139)
|
Psalm:
apps/settings/lib/SetupChecks/PhpOpcacheSetup.php#L107
apps/settings/lib/SetupChecks/PhpOpcacheSetup.php:107:77: InvalidArgument: Isset only works with variables and array elements (see https://psalm.dev/004)
|
Psalm:
apps/theming/lib/Util.php#L300
apps/theming/lib/Util.php:300:13: InvalidReturnType: The declared return type 'string' for OCA\Theming\Util::colorizeSvg is incorrect, got 'array<array-key, string>|null|string' (see https://psalm.dev/011)
|
Psalm:
apps/theming/lib/Util.php#L304
apps/theming/lib/Util.php:304:10: InvalidReturnStatement: The inferred type 'array<array-key, string>|null|string' does not match the declared return type 'string' for OCA\Theming\Util::colorizeSvg (see https://psalm.dev/128)
|
Loading