Fix indentation issues in PHP files

- Fixed tabs vs spaces indentation issues in PHP files
- Updated phpcs.xml configuration
This commit is contained in:
2025-04-21 15:01:09 +01:00
parent 398d24ed90
commit 200cc5671d
6 changed files with 184 additions and 184 deletions

View File

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