chore: bootstrap PHP quality toolchain

This commit is contained in:
Keith Solomon
2026-07-04 15:02:06 -05:00
parent e20017f1e5
commit a97ecbc6d3
6 changed files with 2118 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<?xml version="1.0"?>
<ruleset name="BattleForge">
<description>BattleForge coding standards.</description>
<file>src</file>
<file>tests</file>
<arg name="colors"/>
<arg value="sp"/>
<rule ref="PSR12"/>
</ruleset>