Skip to content

Add Variable Analysis and Fix Results #188

Add Variable Analysis and Fix Results

Add Variable Analysis and Fix Results #188

Triggered via pull request December 30, 2024 14:06
Status Failure
Total duration 24s
Artifacts

phpcs.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
phpcs
Process completed with exit code 1.
phpcs
Process completed with exit code 1.
phpcs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
phpcs: templates/authdiagtest.php#L11
Variable $url is undefined.
phpcs: templates/websignin-form.php#L5
Variable $login_errors is undefined.
phpcs: includes/class-token-generic.php#L127
It is recommended not to use reserved keyword "string" as function parameter name. Found: $string
phpcs: includes/class-token-generic.php#L128
base64_encode() can be used to obfuscate code which is strongly discouraged. Please verify that the function is used for benign reasons.
phpcs: includes/class-indieauth-userinfo-endpoint.php#L55
Unused variable $params.
phpcs: includes/class-indieauth-metadata-endpoint.php#L60
The method parameter $server is never used
phpcs: includes/class-indieauth-metadata-endpoint.php#L60
Unused function parameter $server.
phpcs: includes/class-indieauth-metadata-endpoint.php#L135
The method parameter $request is never used
phpcs: includes/class-indieauth-metadata-endpoint.php#L135
Unused function parameter $request.
phpcs: templates/indieauth-notices.php#L3
Variable $client_id is undefined.