Update Negotiate.php - fix logout state reference #16
Annotations
20 errors and 3 warnings
|
tests/src/Controller/NegotiateControllerTest.php#L281
tests/src/Controller/NegotiateControllerTest.php:281:13: MissingOverrideAttribute: Method SimpleSAML\Test\Module\negotiate\Controller\_home_runner_work_simplesamlphp_module_negotiate_simplesamlphp_module_negotiate_tests_src_Controller_NegotiateControllerTest_php_270_7984::getbyid should have the "Override" attribute (see https://psalm.dev/358)
|
|
tests/src/Controller/NegotiateControllerTest.php#L276
tests/src/Controller/NegotiateControllerTest.php:276:13: MissingOverrideAttribute: Method SimpleSAML\Test\Module\negotiate\Controller\_home_runner_work_simplesamlphp_module_negotiate_simplesamlphp_module_negotiate_tests_src_Controller_NegotiateControllerTest_php_270_7984::authenticate should have the "Override" attribute (see https://psalm.dev/358)
|
|
tests/src/Controller/NegotiateControllerTest.php#L253
tests/src/Controller/NegotiateControllerTest.php:253:13: MissingOverrideAttribute: Method SimpleSAML\Test\Module\negotiate\Controller\_home_runner_work_simplesamlphp_module_negotiate_simplesamlphp_module_negotiate_tests_src_Controller_NegotiateControllerTest_php_252_7343::loadstate should have the "Override" attribute (see https://psalm.dev/358)
|
|
tests/src/Controller/NegotiateControllerTest.php#L215
tests/src/Controller/NegotiateControllerTest.php:215:13: MissingOverrideAttribute: Method SimpleSAML\Test\Module\negotiate\Controller\_home_runner_work_simplesamlphp_module_negotiate_simplesamlphp_module_negotiate_tests_src_Controller_NegotiateControllerTest_php_214_6096::loadstate should have the "Override" attribute (see https://psalm.dev/358)
|
|
tests/src/Controller/NegotiateControllerTest.php#L189
tests/src/Controller/NegotiateControllerTest.php:189:13: MissingOverrideAttribute: Method SimpleSAML\Test\Module\negotiate\Controller\_home_runner_work_simplesamlphp_module_negotiate_simplesamlphp_module_negotiate_tests_src_Controller_NegotiateControllerTest_php_178_5160::getbyid should have the "Override" attribute (see https://psalm.dev/358)
|
|
tests/src/Controller/NegotiateControllerTest.php#L184
tests/src/Controller/NegotiateControllerTest.php:184:13: MissingOverrideAttribute: Method SimpleSAML\Test\Module\negotiate\Controller\_home_runner_work_simplesamlphp_module_negotiate_simplesamlphp_module_negotiate_tests_src_Controller_NegotiateControllerTest_php_178_5160::authenticate should have the "Override" attribute (see https://psalm.dev/358)
|
|
tests/src/Controller/NegotiateControllerTest.php#L161
tests/src/Controller/NegotiateControllerTest.php:161:13: MissingOverrideAttribute: Method SimpleSAML\Test\Module\negotiate\Controller\_home_runner_work_simplesamlphp_module_negotiate_simplesamlphp_module_negotiate_tests_src_Controller_NegotiateControllerTest_php_160_4507::loadstate should have the "Override" attribute (see https://psalm.dev/358)
|
|
tests/src/Controller/NegotiateControllerTest.php#L61
tests/src/Controller/NegotiateControllerTest.php:61:13: MissingOverrideAttribute: Method SimpleSAML\Test\Module\negotiate\Controller\_home_runner_work_simplesamlphp_module_negotiate_simplesamlphp_module_negotiate_tests_src_Controller_NegotiateControllerTest_php_60_1428::debug should have the "Override" attribute (see https://psalm.dev/358)
|
|
tests/src/Controller/NegotiateControllerTest.php#L44
tests/src/Controller/NegotiateControllerTest.php:44: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:7: 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:7: ClassMustBeFinal: Class SimpleSAML\Test\Module\negotiate\Controller\NegotiateControllerTest 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:7: 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