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

@@ -12,7 +12,7 @@
<exclude-pattern>*/tests/*</exclude-pattern>
<exclude-pattern>libs/</exclude-pattern>
<arg value="sp" />
<arg value="-sp" />
<arg name="extensions" value="php" />
<arg name="basepath" value="." />
<arg name="parallel" value="8" />