Automation #15170
Triggered via workflow run
November 18, 2024 14:16
ghostwriter
completed
729f832
Status
Success
Total duration
1m 27s
Artifacts
–
automation.yml
on: workflow_run
Generate job matrix
10s
Matrix: qa
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)
|