This commit is contained in:
Alexander Navarro 2023-03-06 19:57:24 -03:00
parent f3c1524c2d
commit 3afa9900ce
9 changed files with 63 additions and 33 deletions

View file

@ -0,0 +1,5 @@
<?php
$config = new PhpCsFixer\Config();
return $config
->setIndent(" ");