diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php new file mode 100644 index 0000000..d5269d5 --- /dev/null +++ b/.php-cs-fixer.dist.php @@ -0,0 +1,8 @@ +setRules([ + '@PHP74Migration' => true, + '@PSR12' => true, + 'single_quote' => true, +]);