Skip to content

Enable entity collection #370

Enable entity collection

Enable entity collection #370

Triggered via pull request April 30, 2026 14:54
Status Failure
Total duration 2m 18s
Artifacts

php.yml

on: pull_request
Matrix: PHP-Linter
Linter  /  ecmascript-linter
Linter / ecmascript-linter
Linter  /  json-linter
Linter / json-linter
Linter  /  style-linter
Linter / style-linter
Linter  /  yaml-linter
Linter / yaml-linter
Matrix: unit-tests-linux
Matrix: unit-tests-windows
Code coverage
11s
Code coverage
Quality control
37s
Quality control
Security checks
23s
Security checks
Cleanup artifacts
7s
Cleanup artifacts
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Security checks
Process completed with exit code 2.
Quality control
Process completed with exit code 1.
Quality control: src/Federation/EntityCollection/EntityCollectionResponseFactory.php#L136
Parameter $entities of class SimpleSAML\OpenID\Federation\EntityCollection\EntityCollectionResponse constructor expects array<SimpleSAML\OpenID\Federation\EntityCollection\EntityCollectionEntry>, list<array<string, mixed>> given.
Quality control: src/Federation/EntityCollection/EntityCollectionResponseFactory.php#L133
Parameter #1 $entities of method SimpleSAML\OpenID\Federation\EntityCollection\EntityCollectionPaginator::paginate() expects array<string, array<string, mixed>>, array<string, SimpleSAML\OpenID\Federation\EntityCollection\EntityCollectionEntry> given.
Quality control: src/Federation/EntityCollection/EntityCollectionResponseFactory.php#L62
Call to function is_string() with string will always evaluate to true.
Quality control: src/Federation/EntityCollection/EntityCollectionResponseFactory.php#L52
Parameter #1 $criteria of method SimpleSAML\OpenID\Federation\EntityCollection::filter() expects array{entity_type?: array<string>, trust_mark_type?: array<string>, query?: string}, array{entity_type?: array<string>, trust_mark_type?: string, query?: string, trust_anchor?: string, sort_by?: array<string>|string, sort_dir?: 'asc'|'desc', entity_claims?: array<string>, ui_claims?: array<string>, ...} given.