Skip to content

Automation

Automation #15168

Triggered via workflow run November 18, 2024 13:26
@ghostwriterghostwriter
completed 729f832
Status Success
Total duration 58s
Artifacts

automation.yml

on: workflow_run
Generate job matrix
7s
Generate job matrix
Matrix: qa
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
PossiblyUnusedMethod: src/Automation.php#L25
src/Automation.php:25:21: PossiblyUnusedMethod: Cannot find any calls to method Ghostwriter\Compliance\Automation::composerStrategies (see https://psalm.dev/087)
PossiblyUnusedMethod: src/Automation.php#L35
src/Automation.php:35:21: PossiblyUnusedMethod: Cannot find any calls to method Ghostwriter\Compliance\Automation::operatingSystems (see https://psalm.dev/087)
PossiblyUnusedMethod: src/Automation.php#L45
src/Automation.php:45:21: PossiblyUnusedMethod: Cannot find any calls to method Ghostwriter\Compliance\Automation::phpVersions (see https://psalm.dev/087)
PossiblyUnusedMethod: src/Automation.php#L55
src/Automation.php:55:21: PossiblyUnusedMethod: Cannot find any calls to method Ghostwriter\Compliance\Automation::skip (see https://psalm.dev/087)
MixedReturnTypeCoercion: src/Automation.php#L101
src/Automation.php:101:16: MixedReturnTypeCoercion: The declared return type 'array<array-key, Ghostwriter\Compliance\Enum\ComposerStrategy|Ghostwriter\Compliance\Enum\OperatingSystem|Ghostwriter\Compliance\Enum\PhpVersion|Ghostwriter\Compliance\Enum\Tool>' for Ghostwriter\Compliance\Automation::toArray is more specific than the inferred return type 'array<array-key, mixed>' (see https://psalm.dev/197)
MixedReturnTypeCoercion: src/Automation.php#L105
src/Automation.php:105:16: MixedReturnTypeCoercion: The type 'array<array-key, mixed>' is more general than the declared return type 'array<array-key, Ghostwriter\Compliance\Enum\ComposerStrategy|Ghostwriter\Compliance\Enum\OperatingSystem|Ghostwriter\Compliance\Enum\PhpVersion|Ghostwriter\Compliance\Enum\Tool>' for Ghostwriter\Compliance\Automation::toArray (see https://psalm.dev/197)
PossiblyUnusedMethod: src/Automation.php#L108
src/Automation.php:108:21: PossiblyUnusedMethod: Cannot find any calls to method Ghostwriter\Compliance\Automation::tools (see https://psalm.dev/087)
PossiblyUnusedMethod: src/Automation.php#L118
src/Automation.php:118:28: PossiblyUnusedMethod: Cannot find any calls to method Ghostwriter\Compliance\Automation::new (see https://psalm.dev/087)
PossiblyUnusedMethod: src/Compliance.php#L57
src/Compliance.php:57:21: PossiblyUnusedMethod: Cannot find any calls to method Ghostwriter\Compliance\Compliance::run (see https://psalm.dev/087)
PossiblyUnusedMethod: src/Compliance.php#L68
src/Compliance.php:68:28: PossiblyUnusedMethod: Cannot find any calls to method Ghostwriter\Compliance\Compliance::new (see https://psalm.dev/087)