Open ricardo opened 1 year 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.
This issue has gone 180 days (6 months) without any activity.
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 ignoringSquiz.Commenting
as in other WooCommerce extensions.