Skip to content

Compliance

Compliance #18920

Triggered via schedule January 27, 2025 21:09
Status Failure
Total duration 2m 19s
Artifacts

compliance.yml

on: schedule
automation  /  Generate job matrix
7s
automation / Generate job matrix
Matrix: automation / qa
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 29 warnings
automation / [PHP8.4][locked]Infection on ubuntu: src/Event/ConsoleEvent.php#L12
Trait "Ghostwriter\EventDispatcher\Traits\EventTrait" not found
automation / [PHP8.4][locked]Infection on ubuntu
Process completed with exit code 255.
UnusedIssueHandlerSuppression: psalm.xml.dist#L1
/home/runner/work/syntax/syntax/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/syntax/syntax/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/syntax/syntax/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/syntax/syntax/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.
automation / Generate job matrix
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
automation / [PHP8.4][locked]Infection on ubuntu
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
automation / [PHP8.4][locked]Infection on ubuntu
Infected\Pipeline\map(): Implicitly marking parameter $func as nullable is deprecated, the explicit nullable type must be used instead
automation / [PHP8.4][locked]Infection on ubuntu
Infected\Pipeline\take(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead
automation / [PHP8.4][locked]Infection on ubuntu
Infected\Safe\gmdate(): Implicitly marking parameter $timestamp as nullable is deprecated, the explicit nullable type must be used instead
automation / [PHP8.4][locked]Infection on ubuntu
Infected\Safe\password_hash(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead
automation / [PHP8.4][locked]Infection on ubuntu
Infected\Safe\mssql_connect(): Implicitly marking parameter $servername as nullable is deprecated, the explicit nullable type must be used instead
automation / [PHP8.4][locked]Infection on ubuntu
Infected\Safe\mssql_connect(): Implicitly marking parameter $username as nullable is deprecated, the explicit nullable type must be used instead
automation / [PHP8.4][locked]Infection on ubuntu
Infected\Safe\mssql_connect(): Implicitly marking parameter $password as nullable is deprecated, the explicit nullable type must be used instead
automation / [PHP8.4][locked]Infection on ubuntu
Infected\Safe\mssql_pconnect(): Implicitly marking parameter $servername as nullable is deprecated, the explicit nullable type must be used instead
automation / [PHP8.4][locked]Infection on ubuntu
Infected\Safe\mssql_pconnect(): Implicitly marking parameter $username as nullable is deprecated, the explicit nullable type must be used instead
automation / [PHP8.4][locked]Infection on ubuntu
Infected\Safe\mssql_pconnect(): Implicitly marking parameter $password as nullable is deprecated, the explicit nullable type must be used instead
automation / [PHP8.4][lowest]PHPUnit on ubuntu
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
automation / [PHP8.3][locked]PHPUnit on ubuntu
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
automation / [PHP8.4][latest]PHPUnit on ubuntu
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
automation / [PHP8.3][lowest]PHPUnit on ubuntu
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
automation / [PHP8.4][locked]PHPUnit on ubuntu
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
automation / [PHP8.3][latest]PHPUnit on ubuntu
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
automation / [PHP8.3][locked]Psalm on ubuntu
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
UnusedClass: src/Contract/Parser/VisitorInterface.php#L7
src/Contract/Parser/VisitorInterface.php:7:11: UnusedClass: Class Ghostwriter\Syntax\Contract\Parser\VisitorInterface is never used (see https://psalm.dev/075)
UndefinedClass: src/Event/ConsoleEvent.php#L12
src/Event/ConsoleEvent.php:12:37: UndefinedClass: Class, interface or enum named Ghostwriter\EventDispatcher\Contract\EventInterface does not exist (see https://psalm.dev/019)
PossiblyUnusedMethod: src/Event/ConsoleEvent.php#L16
src/Event/ConsoleEvent.php:16:21: PossiblyUnusedMethod: Cannot find any calls to method Ghostwriter\Syntax\Event\ConsoleEvent::__construct (see https://psalm.dev/087)
UnusedProperty: src/Event/ConsoleEvent.php#L17
src/Event/ConsoleEvent.php:17:41: UnusedProperty: Cannot find any references to private property Ghostwriter\Syntax\Event\ConsoleEvent::$input (see https://psalm.dev/150)
UnusedProperty: src/Event/ConsoleEvent.php#L18
src/Event/ConsoleEvent.php:18:42: UnusedProperty: Cannot find any references to private property Ghostwriter\Syntax\Event\ConsoleEvent::$output (see https://psalm.dev/150)
PossiblyUnusedMethod: src/Event/ConsoleEvent.php#L22
src/Event/ConsoleEvent.php:22:21: PossiblyUnusedMethod: Cannot find any calls to method Ghostwriter\Syntax\Event\ConsoleEvent::getInput (see https://psalm.dev/087)
PossiblyUnusedMethod: src/Event/ConsoleEvent.php#L27
src/Event/ConsoleEvent.php:27:21: PossiblyUnusedMethod: Cannot find any calls to method Ghostwriter\Syntax\Event\ConsoleEvent::getOutput (see https://psalm.dev/087)
UnusedClass: src/Interface/Token/AbstractTokenInterface.php#L9
src/Interface/Token/AbstractTokenInterface.php:9:11: UnusedClass: Class Ghostwriter\Syntax\Interface\Token\AbstractTokenInterface is never used (see https://psalm.dev/075)
UnusedClass: src/Interface/Token/AmpersandFollowedByVarOrVarargTokenInterface.php#L9
src/Interface/Token/AmpersandFollowedByVarOrVarargTokenInterface.php:9:11: UnusedClass: Class Ghostwriter\Syntax\Interface\Token\AmpersandFollowedByVarOrVarargTokenInterface is never used (see https://psalm.dev/075)
UnusedClass: src/Interface/Token/AmpersandNotFollowedByVarOrVarargTokenInterface.php#L9
src/Interface/Token/AmpersandNotFollowedByVarOrVarargTokenInterface.php:9:11: UnusedClass: Class Ghostwriter\Syntax\Interface\Token\AmpersandNotFollowedByVarOrVarargTokenInterface is never used (see https://psalm.dev/075)