Automation #2456
automation.yml
on: schedule
automation
/
Generate job matrix
10s
Matrix: automation / qa
Annotations
5 errors and 10 warnings
UnusedIssueHandlerSuppression:
psalm.xml.dist#L1
/home/runner/work/arm/arm/psalm.xml.dist:0:0: UnusedIssueHandlerSuppression: Suppressed issue type "MissingOverrideAttribute" for /tests/ was not thrown. (see https://psalm.dev/326)
|
UnusedIssueHandlerSuppression:
psalm.xml.dist#L1
/home/runner/work/arm/arm/psalm.xml.dist:0:0: UnusedIssueHandlerSuppression: Suppressed issue type "PossiblyUnusedMethod" for /tests/ was not thrown. (see https://psalm.dev/326)
|
UnusedIssueHandlerSuppression:
psalm.xml.dist#L1
/home/runner/work/arm/arm/psalm.xml.dist:0:0: UnusedIssueHandlerSuppression: Suppressed issue type "PossiblyUnusedProperty" for /tests/ was not thrown. (see https://psalm.dev/326)
|
UnusedIssueHandlerSuppression:
psalm.xml.dist#L1
/home/runner/work/arm/arm/psalm.xml.dist:0:0: UnusedIssueHandlerSuppression: Suppressed issue type "RedundantConditionGivenDocblockType" for /tests/ was not thrown. (see https://psalm.dev/326)
|
automation / [PHP8.3][locked]Psalm on ubuntu
Process completed with exit code 2.
|
UnusedClass:
src/AutomatedRepositoryManager.php#L7
src/AutomatedRepositoryManager.php:7:22: UnusedClass: Class Ghostwriter\AutomatedRepositoryManager\AutomatedRepositoryManager is never used (see https://psalm.dev/075)
|
PossiblyUnusedMethod:
src/Configuration.php#L27
src/Configuration.php:27:28: PossiblyUnusedMethod: Cannot find any calls to method Ghostwriter\AutomatedRepositoryManager\Configuration::new (see https://psalm.dev/087)
|
PossiblyUnusedMethod:
src/Configuration.php#L44
src/Configuration.php:44:21: PossiblyUnusedMethod: Cannot find any calls to method Ghostwriter\AutomatedRepositoryManager\Configuration::owners (see https://psalm.dev/087)
|
ArgumentTypeCoercion:
src/Configuration.php#L46
src/Configuration.php:46:34: ArgumentTypeCoercion: Argument 1 of Ghostwriter\AutomatedRepositoryManager\Configuration\List\OwnerList::add expects class-string<Ghostwriter\AutomatedRepositoryManager\Interface\GitHub\OwnerInterface>, but parent type string provided (see https://psalm.dev/193)
|
PossiblyUnusedMethod:
src/Configuration.php#L51
src/Configuration.php:51:21: PossiblyUnusedMethod: Cannot find any calls to method Ghostwriter\AutomatedRepositoryManager\Configuration::packages (see https://psalm.dev/087)
|
MixedArgument:
src/Configuration.php#L56
src/Configuration.php:56:57: MixedArgument: Argument 2 of array_merge cannot be mixed, expecting TValue (see https://psalm.dev/030)
|
InvalidMethodCall:
src/Configuration.php#L56
src/Configuration.php:56:72: InvalidMethodCall: Cannot call method on class-string<Ghostwriter\AutomatedRepositoryManager\Interface\GitHub\OwnerInterface> variable $organization (see https://psalm.dev/091)
|
ArgumentTypeCoercion:
src/Configuration.php#L64
src/Configuration.php:64:39: ArgumentTypeCoercion: Argument 1 of Ghostwriter\AutomatedRepositoryManager\Configuration\List\RepositoryList::add expects class-string<Ghostwriter\AutomatedRepositoryManager\Interface\RepositoryInterface>, but parent type string provided (see https://psalm.dev/193)
|
PossiblyUnusedMethod:
src/Configuration.php#L74
src/Configuration.php:74:21: PossiblyUnusedMethod: Cannot find any calls to method Ghostwriter\AutomatedRepositoryManager\Configuration::skip (see https://psalm.dev/087)
|
PossiblyUnusedMethod:
src/Configuration.php#L81
src/Configuration.php:81:21: PossiblyUnusedMethod: Cannot find any calls to method Ghostwriter\AutomatedRepositoryManager\Configuration::skipTopics (see https://psalm.dev/087)
|