chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 #73
psalm.yml
on: pull_request
changes
4s
Psalm static analysis
25s
Annotations
7 errors
|
Psalm static analysis
Process completed with exit code 2.
|
|
RedundantCast:
lib/Service/PadMetadataService.php#L172
lib/Service/PadMetadataService.php:172:15: RedundantCast: Redundant cast to string (see https://psalm.dev/262)
|
|
RedundantCast:
lib/Service/PadMetadataService.php#L156
lib/Service/PadMetadataService.php:156:15: RedundantCast: Redundant cast to string (see https://psalm.dev/262)
|
|
InvalidArgument:
lib/Service/EmbedResponseBuilder.php#L44
lib/Service/EmbedResponseBuilder.php:44:4: InvalidArgument: Argument 4 of OCP\AppFramework\Http\TemplateResponse::__construct expects ''|'base'|'error'|'guest'|'public'|'user', but 'blank' provided (see https://psalm.dev/004)
|
|
UndefinedMethod:
lib/Listeners/CSPListener.php#L40
lib/Listeners/CSPListener.php:40:13: UndefinedMethod: Method OCP\AppFramework\Http\ContentSecurityPolicy::addAllowedChildSrcDomain does not exist (see https://psalm.dev/022)
|
|
InvalidArgument:
lib/Controller/ViewerControllerErrorMapper.php#L65
lib/Controller/ViewerControllerErrorMapper.php:65:85: InvalidArgument: Argument 4 of OCP\AppFramework\Http\TemplateResponse::__construct expects ''|'base'|'error'|'guest'|'public'|'user', but 'blank' provided (see https://psalm.dev/004)
|
|
InvalidArgument:
lib/Controller/PublicViewerControllerErrorMapper.php#L64
lib/Controller/PublicViewerControllerErrorMapper.php:64:7: InvalidArgument: Argument 4 of OCP\AppFramework\Http\TemplateResponse::__construct expects ''|'base'|'error'|'guest'|'public'|'user', but 'blank' provided (see https://psalm.dev/004)
|