woocommerce / woocommerce-gateway-stripe

The official Stripe Payment Gateway for WooCommerce
https://wordpress.org/plugins/woocommerce-gateway-stripe/
236 stars 206 forks source link

Add phpcs rules for missing docblock and fix existing errors in the codebase #2578

Open ricardo opened 1 year ago

ricardo commented 1 year ago

Currently, PHP CodeSniffer does not enforce the use of a @param comment.

We should probably normalize this in the codebase and enforce the rule Squiz.Commenting.FunctionComment.MissingParamTag or stop ignoring Squiz.Commenting as in other WooCommerce extensions.

github-actions[bot] commented 1 month ago

Hi, This issue has gone 150 days (5 months) without any activity. This means it is time for a check-in to make sure it is still relevant. If you are still experiencing this issue with the latest version, you can help the project by responding to confirm the problem and by providing any updated reproduction steps. Thanks for helping out.

github-actions[bot] commented 1 week ago

This issue has gone 180 days (6 months) without any activity.