Show UI conditionally #537
Annotations
6 errors and 1 warning
src/Adapters/DatabaseApproverRepository.php#L78
src/Adapters/DatabaseApproverRepository.php:78:46: MixedReturnTypeCoercion: The declared return type 'array<array-key, string>' for ProfessionalWiki\PageApprovals\Adapters\DatabaseApproverRepository::getAllAssignedCategories is more specific than the inferred return type 'array<array-key, mixed>' (see https://psalm.dev/197)
|
src/Adapters/DatabaseApproverRepository.php#L88
src/Adapters/DatabaseApproverRepository.php:88:80: PossiblyInvalidPropertyFetch: Cannot fetch property on possible non-object $row of type array<array-key, mixed> (see https://psalm.dev/114)
|
src/Adapters/DatabaseApproverRepository.php#L88
src/Adapters/DatabaseApproverRepository.php:88:80: MixedArgument: Argument 1 of ProfessionalWiki\PageApprovals\Adapters\DatabaseApproverRepository::deserializeCategories cannot be mixed, expecting string (see https://psalm.dev/030)
|
src/Adapters/DatabaseApproverRepository.php#L91
src/Adapters/DatabaseApproverRepository.php:91:10: MixedReturnTypeCoercion: The type 'array<array-key, mixed>' is more general than the declared return type 'array<array-key, string>' for ProfessionalWiki\PageApprovals\Adapters\DatabaseApproverRepository::getAllAssignedCategories (see https://psalm.dev/197)
|
src/Adapters/InMemoryApproverRepository.php#L10
src/Adapters/InMemoryApproverRepository.php:10:7: UnimplementedInterfaceMethod: Method getallassignedcategories is not defined on class ProfessionalWiki\PageApprovals\Adapters\InMemoryApproverRepository (see https://psalm.dev/044)
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The logs for this run have expired and are no longer available.
Loading