Skip to content

Multi protocol proxy #9

Multi protocol proxy

Multi protocol proxy #9

Triggered via pull request March 12, 2026 10:19
@abnegateabnegate
synchronize #2
dev
Status Failure
Total duration 22s
Artifacts

static-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
PHPStan: src/Adapter/TCP.php#L190
Access to constant TransactionEnd on an unknown class Utopia\Query\Type.
PHPStan: src/Adapter/TCP.php#L187
Call to method parse() on an unknown class Utopia\Query\Parser.
PHPStan: src/Adapter/TCP.php#L182
Method Utopia\Proxy\Adapter\TCP::classifyQuery() should return Utopia\Query\Type but returns mixed.
PHPStan: src/Adapter/TCP.php#L182
Access to constant Write on an unknown class Utopia\Query\Type.
PHPStan: src/Adapter/TCP.php#L179
Method Utopia\Proxy\Adapter\TCP::classifyQuery() has invalid return type Utopia\Query\Type.
PHPStan: src/Adapter/TCP.php#L179
Method Utopia\Proxy\Adapter\TCP::classifyQuery() has invalid return type Utopia\Query\Type.
PHPStan: src/Adapter/TCP.php#L60
Property Utopia\Proxy\Adapter\TCP::$queryParser has unknown class Utopia\Query\Parser as its type.
PHPStan: src/Adapter/TCP.php#L60
Property Utopia\Proxy\Adapter\TCP::$queryParser has unknown class Utopia\Query\Parser as its type.
PHPStan: src/Adapter.php#L138
Parameter #2 $metadata of method Utopia\Proxy\Resolver::track() expects array<string, mixed>, array given.
PHPStan: src/Adapter.php#L120
Method Utopia\Proxy\Adapter::track() has parameter $metadata with no value type specified in iterable type array.
PHPStan
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, shivammathur/setup-php@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/