Fix code quality issues

- Update composer.lock file to match composer.json
- Fix Markdown formatting in README.md
- Fix phpcs.xml argument syntax
- Fix phpstan.neon excludePaths syntax
This commit is contained in:
2025-04-21 14:50:21 +01:00
parent 19ec65326b
commit ad30d716db
4 changed files with 887 additions and 436 deletions

View File

@@ -5,13 +5,13 @@ parameters:
- admin
- wp-plugin-starter-template.php
excludePaths:
analyseAndScan:
paths:
- vendor
- node_modules (?)
- node_modules
- tests
- bin (?)
- build (?)
- dist (?)
- bin
- build
- dist
ignoreErrors:
- '#Function apply_filters invoked with [0-9]+ parameters, 2 required.#'
- '#Function [a-zA-Z0-9_]+ not found.#'