Fix code quality issues and update PHPStan configuration

This commit is contained in:
2025-04-21 21:05:50 +01:00
parent 47d77c6451
commit e8d81ef45b
4 changed files with 33 additions and 6 deletions

View File

@@ -5,7 +5,14 @@ parameters:
- admin
- wp-plugin-starter-template.php
excludePaths:
paths:
analyse:
- vendor
- node_modules
- tests
- bin
- build
- dist
analyseAndScan:
- vendor
- node_modules
- tests