Implement durable revision-aware Nextcloud sync #1704
psalm.yml
on: pull_request
static-psalm-analysis
34s
Annotations
8 errors and 1 warning
|
static-psalm-analysis
Process completed with exit code 2.
|
|
InvalidOperand:
lib/Service/WhiteboardContentService.php#L421
lib/Service/WhiteboardContentService.php:421:21: InvalidOperand: Cannot process ints and floats in strict binary operands mode, please cast explicitly (see https://psalm.dev/058)
|
|
TypeDoesNotContainType:
lib/Service/WhiteboardContentService.php#L225
lib/Service/WhiteboardContentService.php:225:7: TypeDoesNotContainType: Type array<array-key, mixed> for $payload['appState'] is always !array<array-key, mixed> (see https://psalm.dev/056)
|
|
RedundantCondition:
lib/Service/WhiteboardContentService.php#L223
lib/Service/WhiteboardContentService.php:223:61: RedundantCondition: Type array<array-key, mixed> for $payload['appState'] is always array<array-key, mixed> (see https://psalm.dev/122)
|
|
RedundantCondition:
lib/Service/WhiteboardContentService.php#L223
lib/Service/WhiteboardContentService.php:223:19: RedundantCondition: Type array<array-key, mixed> for $payload['appState'] is always array<array-key, mixed> (see https://psalm.dev/122)
|
|
TypeDoesNotContainType:
lib/Service/WhiteboardContentService.php#L222
lib/Service/WhiteboardContentService.php:222:7: TypeDoesNotContainType: Type array<array-key, mixed> for $payload['files'] is always !array<array-key, mixed> (see https://psalm.dev/056)
|
|
RedundantCondition:
lib/Service/WhiteboardContentService.php#L220
lib/Service/WhiteboardContentService.php:220:55: RedundantCondition: Type array<array-key, mixed> for $payload['files'] is always array<array-key, mixed> (see https://psalm.dev/122)
|
|
RedundantCondition:
lib/Service/WhiteboardContentService.php#L220
lib/Service/WhiteboardContentService.php:220:16: RedundantCondition: Type array<array-key, mixed> for $payload['files'] is always array<array-key, mixed> (see https://psalm.dev/122)
|
|
static-psalm-analysis
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f, shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|