| name | PHPCS Code Standards Failure | |||
|---|---|---|---|---|
| about | Automated issue created when PHPCS code standards check fails | |||
| title | PHPCS Code Standards Check Failed | |||
| labels |
|
|||
| assignees |
The PHPCS (PHP CodeSniffer) check has failed for the repository.
Failure Details:
- PHP Version: {{ env.PHP_VERSION }}
- Workflow Run: [View Details]({{ env.WORKFLOW_URL }})
- Run ID: {{ env.RUN_ID }}
What happened: The code does not meet WordPress coding standards as defined by PHPCS.
What needs to be done:
- Review the PHPCS output in the failed workflow run
- Fix coding standard violations in the code
- Ensure all PHP files follow WordPress coding standards
- Test locally with:
phpcs --standard=WordPress --extensions=php .
Resources:
This issue was automatically created by the CI/CD pipeline.