stream
stream copied to clipboard
Use specific WordPress coding standard ignore flags
Replace all generic @codingStandardsIgnoreLine comments with specific // phpcs:ignore RULE_NAME flags to indicate which rules are being ignored and why. This should help developers to understand the severity of the issues and ways to fix it.