feat: initial commit

This commit is contained in:
2025-07-28 15:00:37 +03:00
commit 8c67190431
38 changed files with 8541 additions and 0 deletions

10
phpcs.xml Normal file
View File

@@ -0,0 +1,10 @@
<?xml version="1.0"?>
<ruleset name="PSR12"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">
<description>PHP_CodeSniffer configuration for PSR-12 coding standard.</description>
<rule ref="PSR12" />
<file>src/</file>
<file>tests/</file>
<file>rector.php</file>
<exclude-pattern>vendor/</exclude-pattern>
</ruleset>