diff --git a/phpcs.xml.dist b/phpcs.xml.dist new file mode 100644 index 00000000..8a785e10 --- /dev/null +++ b/phpcs.xml.dist @@ -0,0 +1,26 @@ + + + PSR-12 coding standards for PHP AI Client SDK + + + src + tests + + + */vendor/* + + + + + + + + + + + + + + + + diff --git a/phpstan.neon.dist b/phpstan.neon.dist new file mode 100644 index 00000000..776ccd86 --- /dev/null +++ b/phpstan.neon.dist @@ -0,0 +1,4 @@ +parameters: + level: max + paths: + - src