Add Variable Analysis and Fix Results #185
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:
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:
templates/websignin-form.php#L5
Variable $login_errors is undefined.
|
phpcs:
templates/indieauth-notices.php#L3
Variable $client_id is undefined.
|
phpcs:
templates/indieauth-notices.php#L3
Variable $redirect_uri is undefined.
|
phpcs:
templates/indieauth-notices.php#L10
Variable $code_challenge is undefined.
|
phpcs:
templates/indieauth-notices.php#L10
Variable $code_challenge_method is undefined.
|
phpcs:
includes/class-indieauth-metadata-endpoint.php#L60
The method parameter $server is never used
|