This commit is contained in:
Gregory Letellier
2023-11-14 11:18:23 +01:00
commit 13c80f5642
15 changed files with 509 additions and 0 deletions

7
.phpcs.xml Normal file
View File

@@ -0,0 +1,7 @@
<?xml version="1.0"?>
<ruleset>
<rule ref="PSR12"/>
<file>src/</file>
<file>console</file>
<arg name="colors"/>
</ruleset>