diff --git a/.php_cs.dist b/.php_cs.dist
index 996b9d5..2ab8b53 100644
--- a/.php_cs.dist
+++ b/.php_cs.dist
@@ -3,9 +3,9 @@ $finder = PhpCsFixer\Finder::create()
->in([
__DIR__ . '/config-templates',
__DIR__ . '/hooks',
+ __DIR__ . '/public',
__DIR__ . '/src',
__DIR__ . '/tests',
- __DIR__ . '/www',
])
;
return PhpCsFixer\Config::create()
diff --git a/phpcs.xml b/phpcs.xml
index 120044e..57c4d5f 100644
--- a/phpcs.xml
+++ b/phpcs.xml
@@ -8,7 +8,6 @@
config
hooks
- public
src
templates
tests