Initial setup #1
coding-quality.yml
on: pull_request
code-quality
/
phpstan PHP 8.1
18s
Annotations
6 errors
code-quality / phpstan PHP 8.1:
src/class-wp-proxy-service.php#L21
Method Alley\WP\Proxy_Service\WP_Proxy_Service::filter_rest_request_before_callbacks() has no return type specified.
|
code-quality / phpstan PHP 8.1:
src/class-wp-proxy-service.php#L21
Method Alley\WP\Proxy_Service\WP_Proxy_Service::filter_rest_request_before_callbacks() has parameter $request with no type specified.
|
code-quality / phpstan PHP 8.1:
src/class-wp-proxy-service.php#L21
Method Alley\WP\Proxy_Service\WP_Proxy_Service::filter_rest_request_before_callbacks() has parameter $return with no type specified.
|
code-quality / phpstan PHP 8.1:
src/class-wp-proxy-service.php#L21
Method Alley\WP\Proxy_Service\WP_Proxy_Service::filter_rest_request_before_callbacks() has parameter $route with no type specified.
|
code-quality / phpstan PHP 8.1:
src/class-wp-proxy-service.php#L22
Undefined variable: $response
|
code-quality / phpstan PHP 8.1
Process completed with exit code 1.
|