diff --git a/.php_cs.dist b/.php_cs.dist new file mode 100644 index 00000000..95c872e8 --- /dev/null +++ b/.php_cs.dist @@ -0,0 +1,14 @@ +files()->in('src')->in('tests'); + +return Config::create() + ->setRules([ + '@PSR2' => true, + 'array_syntax' => ['syntax' => 'short'], + ]) + ->setFinder($finder);