Bump simplesamlphp/simplesamlphp-test-framework from 1.9.2 to 1.9.3 in the all-actions group #87
php.yml
on: pull_request
Matrix: PHP-Linter
Linter
/
ecmascript-linter
Linter
/
json-linter
Linter
/
style-linter
Linter
/
yaml-linter
Quality control
42s
Security checks
19s
Matrix: unit-tests-linux
Matrix: unit-tests-windows
Cleanup artifacts
0s
Annotations
7 errors and 3 warnings
|
PHP-Linter (8.2) / linter
Process completed with exit code 4.
|
|
Quality control
Process completed with exit code 2.
|
|
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:13: 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)
|
|
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)
|