Skip to content

Replace super-linter with a reusable workflow #78

Replace super-linter with a reusable workflow

Replace super-linter with a reusable workflow #78

Triggered via push May 26, 2025 19:10
Status Failure
Total duration 5m 20s
Artifacts

php.yml

on: push
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
Quality control
5m 11s
Quality control
Security checks
20s
Security checks
Matrix: unit-tests-linux
Matrix: unit-tests-windows
Code coverage
Code coverage
Cleanup artifacts
Cleanup artifacts
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 4 warnings
Linter / yaml-linter
Process completed with exit code 1.
Linter / ecmascript-linter
Process completed with exit code 2.
Quality control
Process completed with exit code 2.
UnusedIssueHandlerSuppression: psalm-dev.xml#L0
/home/runner/work/simplesamlphp-module-examplecomposer/simplesamlphp-module-examplecomposer/psalm-dev.xml:0:0: UnusedIssueHandlerSuppression: Suppressed issue type "UnresolvableInclude" for /tests/bootstrap.php was not thrown. (see https://psalm.dev/326)
MissingOverrideAttribute: tests/src/Controller/ExampleControllerTest.php#L30
tests/src/Controller/ExampleControllerTest.php:30:5: MissingOverrideAttribute: Method SimpleSAML\Test\Module\negotiate\Controller\ExampleControllerTest::setup should have the "Override" attribute (see https://psalm.dev/358)
UnusedClass: tests/src/Controller/ExampleControllerTest.php#L18
tests/src/Controller/ExampleControllerTest.php:18:7: UnusedClass: Class SimpleSAML\Test\Module\negotiate\Controller\ExampleControllerTest is never used (see https://psalm.dev/075)
Quality control
Process completed with exit code 2.
PossiblyUnusedParam: src/Controller/ExampleController.php#L53
src/Controller/ExampleController.php:53:37: PossiblyUnusedParam: Param #1 is never referenced in this method (see https://psalm.dev/134)
ClassMustBeFinal: src/Controller/ExampleController.php#L19
src/Controller/ExampleController.php:19:7: ClassMustBeFinal: Class SimpleSAML\Module\examplecomposer\Controller\ExampleController is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
PropertyNotSetInConstructor: tests/src/Controller/ExampleControllerTest.php#L24
tests/src/Controller/ExampleControllerTest.php:24:23: PropertyNotSetInConstructor: Property SimpleSAML\Test\Module\negotiate\Controller\ExampleControllerTest::$session is not defined in constructor of SimpleSAML\Test\Module\negotiate\Controller\ExampleControllerTest or in any methods called in the constructor (see https://psalm.dev/074)
PropertyNotSetInConstructor: tests/src/Controller/ExampleControllerTest.php#L21
tests/src/Controller/ExampleControllerTest.php:21:29: PropertyNotSetInConstructor: Property SimpleSAML\Test\Module\negotiate\Controller\ExampleControllerTest::$config is not defined in constructor of SimpleSAML\Test\Module\negotiate\Controller\ExampleControllerTest or in any methods called in the constructor (see https://psalm.dev/074)
ClassMustBeFinal: tests/src/Controller/ExampleControllerTest.php#L18
tests/src/Controller/ExampleControllerTest.php:18:7: ClassMustBeFinal: Class SimpleSAML\Test\Module\negotiate\Controller\ExampleControllerTest is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
UnusedClass: src/Controller/ExampleController.php#L19
src/Controller/ExampleController.php:19:7: UnusedClass: Class SimpleSAML\Module\examplecomposer\Controller\ExampleController is never used (see https://psalm.dev/075)