Skip to content

chore: Use composer-bin-plugin #4298

chore: Use composer-bin-plugin

chore: Use composer-bin-plugin #4298

Triggered via pull request August 29, 2024 14:14
Status Failure
Total duration 1m 13s
Artifacts

psalm.yml

on: pull_request
static-psalm-analysis
1m 3s
static-psalm-analysis
Fit to window
Zoom out
Zoom in

Annotations

10 errors
UndefinedThisPropertyAssignment: lib/Sabre/Album/AlbumRoot.php#L43
lib/Sabre/Album/AlbumRoot.php:43:3: UndefinedThisPropertyAssignment: Instance property OCA\Photos\Sabre\Album\AlbumRoot::$userConfigService is not defined (see https://psalm.dev/040)
UndefinedThisPropertyAssignment: lib/Sabre/Album/AlbumRoot.php#L43
lib/Sabre/Album/AlbumRoot.php:43:3: UndefinedThisPropertyAssignment: Instance property OCA\Photos\Sabre\Album\PublicAlbumRoot::$userConfigService is not defined (see https://psalm.dev/040)
UndefinedThisPropertyAssignment: lib/Sabre/Album/AlbumRoot.php#L43
lib/Sabre/Album/AlbumRoot.php:43:3: UndefinedThisPropertyAssignment: Instance property OCA\Photos\Sabre\Album\SharedAlbumRoot::$userConfigService is not defined (see https://psalm.dev/040)
UndefinedThisPropertyFetch: lib/Sabre/Album/AlbumRoot.php#L65
lib/Sabre/Album/AlbumRoot.php:65:21: UndefinedThisPropertyFetch: Instance property OCA\Photos\Sabre\Album\AlbumRoot::$userConfigService is not defined (see https://psalm.dev/041)
InvalidReturnType: lib/Sabre/Album/AlbumRoot.php#L76
lib/Sabre/Album/AlbumRoot.php:76:13: InvalidReturnType: The declared return type 'void' for OCA\Photos\Sabre\Album\AlbumRoot::createFile is incorrect, got 'non-falsy-string' (see https://psalm.dev/011)
UndefinedClass: lib/Sabre/Album/AlbumRoot.php#L95
lib/Sabre/Album/AlbumRoot.php:95:25: UndefinedClass: Class, interface or enum named OC_Helper does not exist (see https://psalm.dev/019)
InvalidReturnStatement: lib/Sabre/Album/AlbumRoot.php#L102
lib/Sabre/Album/AlbumRoot.php:102:11: InvalidReturnStatement: No return values are expected for OCA\Photos\Sabre\Album\AlbumRoot::createFile (see https://psalm.dev/128)
UndefinedInterfaceMethod: lib/Sabre/Album/AlbumRoot.php#L181
lib/Sabre/Album/AlbumRoot.php:181:34: UndefinedInterfaceMethod: Method Sabre\DAV\INode::getFileInfo does not exist (see https://psalm.dev/181)
UndefinedInterfaceMethod: lib/Sabre/Album/AlbumRoot.php#L205
lib/Sabre/Album/AlbumRoot.php:205:25: UndefinedInterfaceMethod: Method Sabre\DAV\INode::getFileId does not exist (see https://psalm.dev/181)
UndefinedThisPropertyFetch: lib/Sabre/Album/PublicAlbumRoot.php#L37
lib/Sabre/Album/PublicAlbumRoot.php:37:21: UndefinedThisPropertyFetch: Instance property OCA\Photos\Sabre\Album\PublicAlbumRoot::$userConfigService is not defined (see https://psalm.dev/041)