Skip to content

feat: Implement IPasswordHashBackend #351

feat: Implement IPasswordHashBackend

feat: Implement IPasswordHashBackend #351

Triggered via pull request June 25, 2024 23:04
Status Failure
Total duration 7m 43s
Artifacts

psalm-matrix.yml

on: pull_request
Matrix: static-analysis
static-psalm-analysis-summary
4s
static-psalm-analysis-summary
Fit to window
Zoom out
Zoom in

Annotations

21 errors
MissingDependency: lib/AppInfo/Application.php#L66
lib/AppInfo/Application.php:66:75: MissingDependency: OCA\Guests\UserBackend depends on class or interface ocp\user\backend\ipasswordhashbackend that does not exist (see https://psalm.dev/157)
MissingDependency: lib/GuestManager.php#L41
lib/GuestManager.php:41:11: MissingDependency: OCA\Guests\UserBackend depends on class or interface ocp\user\backend\ipasswordhashbackend that does not exist (see https://psalm.dev/157)
MissingDependency: lib/GuestManager.php#L67
lib/GuestManager.php:67:3: MissingDependency: OCA\Guests\UserBackend depends on class or interface ocp\user\backend\ipasswordhashbackend that does not exist (see https://psalm.dev/157)
MissingDependency: lib/GuestManager.php#L94
lib/GuestManager.php:94:31: MissingDependency: OCA\Guests\UserBackend depends on class or interface ocp\user\backend\ipasswordhashbackend that does not exist (see https://psalm.dev/157)
MissingDependency: lib/GuestManager.php#L97
lib/GuestManager.php:97:11: MissingDependency: OCA\Guests\UserBackend depends on class or interface ocp\user\backend\ipasswordhashbackend that does not exist (see https://psalm.dev/157)
MissingDependency: lib/GuestManager.php#L99
lib/GuestManager.php:99:11: MissingDependency: OCA\Guests\UserBackend depends on class or interface ocp\user\backend\ipasswordhashbackend that does not exist (see https://psalm.dev/157)
MissingDependency: lib/GuestManager.php#L158
lib/GuestManager.php:158:10: MissingDependency: OCA\Guests\UserBackend depends on class or interface ocp\user\backend\ipasswordhashbackend that does not exist (see https://psalm.dev/157)
MissingDependency: lib/GuestManager.php#L162
lib/GuestManager.php:162:19: MissingDependency: OCA\Guests\UserBackend depends on class or interface ocp\user\backend\ipasswordhashbackend that does not exist (see https://psalm.dev/157)
InvalidArrayOffset: lib/GuestManager.php#L170
lib/GuestManager.php:170:21: InvalidArrayOffset: Cannot access value on variable $createdBy using a key-of<array<array-key, mixed>> offset, expecting array-key (see https://psalm.dev/115)
InvalidArrayOffset: lib/GuestManager.php#L171
lib/GuestManager.php:171:28: InvalidArrayOffset: Cannot access value on variable $shareCounts using a key-of<array<array-key, mixed>> offset, expecting array-key (see https://psalm.dev/115)
MissingDependency: lib/AppInfo/Application.php#L66
lib/AppInfo/Application.php:66:75: MissingDependency: OCA\Guests\UserBackend depends on class or interface ocp\user\backend\ipasswordhashbackend that does not exist (see https://psalm.dev/157)
MissingDependency: lib/GuestManager.php#L41
lib/GuestManager.php:41:11: MissingDependency: OCA\Guests\UserBackend depends on class or interface ocp\user\backend\ipasswordhashbackend that does not exist (see https://psalm.dev/157)
MissingDependency: lib/GuestManager.php#L67
lib/GuestManager.php:67:3: MissingDependency: OCA\Guests\UserBackend depends on class or interface ocp\user\backend\ipasswordhashbackend that does not exist (see https://psalm.dev/157)
MissingDependency: lib/GuestManager.php#L94
lib/GuestManager.php:94:31: MissingDependency: OCA\Guests\UserBackend depends on class or interface ocp\user\backend\ipasswordhashbackend that does not exist (see https://psalm.dev/157)
MissingDependency: lib/GuestManager.php#L97
lib/GuestManager.php:97:11: MissingDependency: OCA\Guests\UserBackend depends on class or interface ocp\user\backend\ipasswordhashbackend that does not exist (see https://psalm.dev/157)
MissingDependency: lib/GuestManager.php#L99
lib/GuestManager.php:99:11: MissingDependency: OCA\Guests\UserBackend depends on class or interface ocp\user\backend\ipasswordhashbackend that does not exist (see https://psalm.dev/157)
MissingDependency: lib/GuestManager.php#L158
lib/GuestManager.php:158:10: MissingDependency: OCA\Guests\UserBackend depends on class or interface ocp\user\backend\ipasswordhashbackend that does not exist (see https://psalm.dev/157)
MissingDependency: lib/GuestManager.php#L162
lib/GuestManager.php:162:19: MissingDependency: OCA\Guests\UserBackend depends on class or interface ocp\user\backend\ipasswordhashbackend that does not exist (see https://psalm.dev/157)
InvalidArrayOffset: lib/GuestManager.php#L170
lib/GuestManager.php:170:21: InvalidArrayOffset: Cannot access value on variable $createdBy using a key-of<array<array-key, mixed>> offset, expecting array-key (see https://psalm.dev/115)
InvalidArrayOffset: lib/GuestManager.php#L171
lib/GuestManager.php:171:28: InvalidArrayOffset: Cannot access value on variable $shareCounts using a key-of<array<array-key, mixed>> offset, expecting array-key (see https://psalm.dev/115)
static-psalm-analysis-summary
Process completed with exit code 1.