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:
10
phpstan.neon
10
phpstan.neon
@@ -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.#'
|
||||
|
||||
Reference in New Issue
Block a user