Skip to content

Update codecoverage.yml #33

Update codecoverage.yml

Update codecoverage.yml #33

Triggered via push May 26, 2024 22:04
Status Success
Total duration 3m 4s
Artifacts

phpstan.yml

on: push
Matrix: phpstan
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 2 warnings
phpstan (7.4): src/admin/settings-fields/class-checkbox-setting-element-abstract.php#L7
Method BrianHenryIE\WP_Autologin_URLs\Admin\Settings_Fields\Checkbox_Setting_Element_Abstract::__construct() has parameter $settings_page_slugname_slug_name with no type specified.
phpstan (7.4): src/api/integrations/class-klaviyo.php#L109
Part $user_data['klaviyo_user_id'] (string|void) of encapsed string cannot be cast to string.
phpstan (7.4): src/api/integrations/class-klaviyo.php#L113
Part $user_data['klaviyo_user_id'] (string|void) of encapsed string cannot be cast to string.
phpstan (7.4): src/api/integrations/class-user-finder-factory.php#L60
Cannot call method getName() on ReflectionType|null.
phpstan (7.4): src/api/integrations/class-user-finder-factory.php#L83
Dead catch - Throwable is never thrown in the try block.
phpstan (7.4): src/woocommerce/class-checkout.php#L45
Call to an undefined method WC_Session::set_customer_session_cookie().
phpstan (7.4): src/woocommerce/class-checkout.php#L64
Offset 'email' on array{email: string, first_name: string, last_name: string} in isset() always exists and is not nullable.
phpstan (7.4): src/wp-includes/class-login.php#L164
Constant AUTH_COOKIE not found.
phpstan (7.4): src/wp-includes/class-login.php#L165
Constant SECURE_AUTH_COOKIE not found.
phpstan (7.4): src/wp-includes/class-login.php#L173
Constant LOGGED_IN_COOKIE not found.
phpstan (7.4)
Process completed with exit code 1.
phpstan (7.4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, shivammathur/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
phpstan (7.4)
The following actions uses node12 which is deprecated and will be forced to run on node16: shivammathur/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/