Bump actions/github-script from 7 to 8 in the all-actions group #244
Annotations
20 errors and 2 warnings
|
tests/src/Controller/NegotiateControllerTest.php#L274
tests/src/Controller/NegotiateControllerTest.php:274:13: MissingOverrideAttribute: Method SimpleSAML\Test\Module\negotiate\Controller\_home_runner_work_simplesamlphp_module_negotiate_simplesamlphp_module_negotiate_tests_src_Controller_NegotiateControllerTest_php_263_7820::getbyid should have the "Override" attribute (see https://psalm.dev/358)
|
|
tests/src/Controller/NegotiateControllerTest.php#L269
tests/src/Controller/NegotiateControllerTest.php:269:13: MissingOverrideAttribute: Method SimpleSAML\Test\Module\negotiate\Controller\_home_runner_work_simplesamlphp_module_negotiate_simplesamlphp_module_negotiate_tests_src_Controller_NegotiateControllerTest_php_263_7820::authenticate should have the "Override" attribute (see https://psalm.dev/358)
|
|
tests/src/Controller/NegotiateControllerTest.php#L246
tests/src/Controller/NegotiateControllerTest.php:246:13: MissingOverrideAttribute: Method SimpleSAML\Test\Module\negotiate\Controller\_home_runner_work_simplesamlphp_module_negotiate_simplesamlphp_module_negotiate_tests_src_Controller_NegotiateControllerTest_php_245_7179::loadstate should have the "Override" attribute (see https://psalm.dev/358)
|
|
tests/src/Controller/NegotiateControllerTest.php#L208
tests/src/Controller/NegotiateControllerTest.php:208:13: MissingOverrideAttribute: Method SimpleSAML\Test\Module\negotiate\Controller\_home_runner_work_simplesamlphp_module_negotiate_simplesamlphp_module_negotiate_tests_src_Controller_NegotiateControllerTest_php_207_5932::loadstate should have the "Override" attribute (see https://psalm.dev/358)
|
|
tests/src/Controller/NegotiateControllerTest.php#L182
tests/src/Controller/NegotiateControllerTest.php:182:13: MissingOverrideAttribute: Method SimpleSAML\Test\Module\negotiate\Controller\_home_runner_work_simplesamlphp_module_negotiate_simplesamlphp_module_negotiate_tests_src_Controller_NegotiateControllerTest_php_171_4996::getbyid should have the "Override" attribute (see https://psalm.dev/358)
|
|
tests/src/Controller/NegotiateControllerTest.php#L177
tests/src/Controller/NegotiateControllerTest.php:177:13: MissingOverrideAttribute: Method SimpleSAML\Test\Module\negotiate\Controller\_home_runner_work_simplesamlphp_module_negotiate_simplesamlphp_module_negotiate_tests_src_Controller_NegotiateControllerTest_php_171_4996::authenticate should have the "Override" attribute (see https://psalm.dev/358)
|
|
tests/src/Controller/NegotiateControllerTest.php#L154
tests/src/Controller/NegotiateControllerTest.php:154:13: MissingOverrideAttribute: Method SimpleSAML\Test\Module\negotiate\Controller\_home_runner_work_simplesamlphp_module_negotiate_simplesamlphp_module_negotiate_tests_src_Controller_NegotiateControllerTest_php_153_4343::loadstate should have the "Override" attribute (see https://psalm.dev/358)
|
|
tests/src/Controller/NegotiateControllerTest.php#L54
tests/src/Controller/NegotiateControllerTest.php:54:13: MissingOverrideAttribute: Method SimpleSAML\Test\Module\negotiate\Controller\_home_runner_work_simplesamlphp_module_negotiate_simplesamlphp_module_negotiate_tests_src_Controller_NegotiateControllerTest_php_53_1264::debug should have the "Override" attribute (see https://psalm.dev/358)
|
|
tests/src/Controller/NegotiateControllerTest.php#L37
tests/src/Controller/NegotiateControllerTest.php:37:5: MissingOverrideAttribute: Method SimpleSAML\Test\Module\negotiate\Controller\NegotiateControllerTest::setup should have the "Override" attribute (see https://psalm.dev/358)
|
|
tests/src/Controller/NegotiateControllerTest.php#L26
tests/src/Controller/NegotiateControllerTest.php:26:13: UnusedClass: Class SimpleSAML\Test\Module\negotiate\Controller\NegotiateControllerTest is never used (see https://psalm.dev/075)
|
|
src/Auth/Source/Negotiate.php#L409
src/Auth/Source/Negotiate.php:409:64: ImplicitToStringCast: Right side of concat op expects string, 'SimpleSAML\Error\Exception' provided with a __toString method (see https://psalm.dev/060)
|
|
src/Auth/Source/Negotiate.php#L367
src/Auth/Source/Negotiate.php:367:24: UnnecessaryVarAnnotation: The @var SimpleSAML\Auth\Source|null annotation for $source is unnecessary (see https://psalm.dev/212)
|
|
src/Auth/Source/Negotiate.php#L199
src/Auth/Source/Negotiate.php:199:33: PossiblyInvalidArrayAccess: Cannot access array value on non-array variable of type false (see https://psalm.dev/109)
|
|
src/Auth/Source/Negotiate.php#L199
src/Auth/Source/Negotiate.php:199:27: PossiblyInvalidArrayAccess: Cannot access array value on non-array variable of type false (see https://psalm.dev/109)
|
|
src/Auth/Source/Negotiate.php#L181
src/Auth/Source/Negotiate.php:181:30: PossiblyUndefinedVariable: Possibly undefined variable $auth, first seen on line 159 (see https://psalm.dev/018)
|
|
src/Auth/Source/Negotiate.php#L157
src/Auth/Source/Negotiate.php:157:41: PossiblyFalseArgument: Argument 1 of version_compare cannot be false, possibly string value expected (see https://psalm.dev/104)
|
|
src/Auth/Source/Negotiate.php#L106
src/Auth/Source/Negotiate.php:106:5: MissingOverrideAttribute: Method SimpleSAML\Module\negotiate\Auth\Source\Negotiate::authenticate should have the "Override" attribute (see https://psalm.dev/358)
|
|
src/Auth/Source/Negotiate.php#L39
src/Auth/Source/Negotiate.php:39:18: MissingClassConstType: Class constant "SimpleSAML\Module\negotiate\Auth\Source\Negotiate::AUTHID" should have a declared type. (see https://psalm.dev/359)
|
|
src/Auth/Source/Negotiate.php#L37
src/Auth/Source/Negotiate.php:37:18: MissingClassConstType: Class constant "SimpleSAML\Module\negotiate\Auth\Source\Negotiate::STAGEID" should have a declared type. (see https://psalm.dev/359)
|
|
src/Auth/Source/Negotiate.php#L34
src/Auth/Source/Negotiate.php:34:7: ClassMustBeFinal: Class SimpleSAML\Module\negotiate\Auth\Source\Negotiate is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
|
tests/src/Controller/NegotiateControllerTest.php#L26
tests/src/Controller/NegotiateControllerTest.php:26:13: UnusedClass: Class SimpleSAML\Test\Module\negotiate\Controller\NegotiateControllerTest is never used (see https://psalm.dev/075)
|
|
src/Auth/Source/Negotiate.php#L74
src/Auth/Source/Negotiate.php:74:21: PossiblyUnusedMethod: Cannot find any calls to method SimpleSAML\Module\negotiate\Auth\Source\Negotiate::__construct (see https://psalm.dev/087)
|
The logs for this run have expired and are no longer available.
Loading