Skip to content

Merge pull request #9 from simplesamlphp/dependabot/github_actions/al… #99

Merge pull request #9 from simplesamlphp/dependabot/github_actions/al…

Merge pull request #9 from simplesamlphp/dependabot/github_actions/al… #99

Triggered via push November 18, 2024 21:07
Status Success
Total duration 3m 21s
Artifacts

php.yml

on: push
Matrix: unit-tests-linux
Matrix: unit-tests-windows
Code coverage
9s
Code coverage
Cleanup artifacts
2s
Cleanup artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
InternalMethod: src/Controller/MetaEditor.php#L104
src/Controller/MetaEditor.php:104:29: InternalMethod: The method Symfony\Component\HttpFoundation\Request::get is internal to Symfony but called from SimpleSAML\Module\metaedit\Controller\MetaEditor::main (see https://psalm.dev/175)
PossiblyNullArgument: src/Controller/MetaEditor.php#L107
src/Controller/MetaEditor.php:107:37: PossiblyNullArgument: Argument 1 of SimpleSAML\Module\metaedit\Controller\MetaEditor::requireOwnership cannot be null, possibly null value provided (see https://psalm.dev/078)
InternalMethod: src/Controller/MetaEditor.php#L154
src/Controller/MetaEditor.php:154:31: InternalMethod: The method Symfony\Component\HttpFoundation\Request::get is internal to Symfony but called from SimpleSAML\Module\metaedit\Controller\MetaEditor::edit (see https://psalm.dev/175)
InternalMethod: src/Controller/MetaEditor.php#L155
src/Controller/MetaEditor.php:155:34: InternalMethod: The method Symfony\Component\HttpFoundation\Request::get is internal to Symfony but called from SimpleSAML\Module\metaedit\Controller\MetaEditor::edit (see https://psalm.dev/175)
TooManyArguments: src/Controller/MetaEditor.php#L157
src/Controller/MetaEditor.php:157:82: TooManyArguments: Too many arguments for method SimpleSAML\Configuration::getarray - saw 2 (see https://psalm.dev/026)
PossiblyNullArgument: src/Controller/MetaEditor.php#L161
src/Controller/MetaEditor.php:161:37: PossiblyNullArgument: Argument 1 of SimpleSAML\Module\metaedit\Controller\MetaEditor::requireOwnership cannot be null, possibly null value provided (see https://psalm.dev/078)
PossiblyNullArrayAccess: src/Controller/MetaEditor.php#L172
src/Controller/MetaEditor.php:172:21: PossiblyNullArrayAccess: Cannot access array value on possibly null variable $metadata of type array<array-key, mixed>|null (see https://psalm.dev/079)
PossiblyNullArgument: src/Controller/MetaEditor.php#L172
src/Controller/MetaEditor.php:172:21: PossiblyNullArgument: Argument 1 of SimpleSAML\Utils\Config\Metadata::getDefaultEndpoint cannot be null, possibly null value provided (see https://psalm.dev/078)
InternalMethod: src/Controller/MetaEditor.php#L190
src/Controller/MetaEditor.php:190:23: InternalMethod: The method Symfony\Component\HttpFoundation\Request::get is internal to Symfony but called from SimpleSAML\Module\metaedit\Controller\MetaEditor::edit (see https://psalm.dev/175)
InternalMethod: src/Controller/MetaEditor.php#L193
src/Controller/MetaEditor.php:193:38: InternalMethod: The method Symfony\Component\HttpFoundation\Request::get is internal to Symfony but called from SimpleSAML\Module\metaedit\Controller\MetaEditor::edit (see https://psalm.dev/175)
PropertyNotSetInConstructor: tests/src/Controller/MetaEditorTest.php#L24
tests/src/Controller/MetaEditorTest.php:24:29: PropertyNotSetInConstructor: Property SimpleSAML\Test\Module\metaedit\Controller\MetaEditorTest::$config is not defined in constructor of SimpleSAML\Test\Module\metaedit\Controller\MetaEditorTest or in any methods called in the constructor (see https://psalm.dev/074)
PropertyNotSetInConstructor: tests/src/Controller/MetaEditorTest.php#L27
tests/src/Controller/MetaEditorTest.php:27:23: PropertyNotSetInConstructor: Property SimpleSAML\Test\Module\metaedit\Controller\MetaEditorTest::$session is not defined in constructor of SimpleSAML\Test\Module\metaedit\Controller\MetaEditorTest or in any methods called in the constructor (see https://psalm.dev/074)