5 lines
79 B
PHP
5 lines
79 B
PHP
<?php
|
|
|
|
$config = new PhpCsFixer\Config();
|
|
return $config
|
|
->setIndent(" ");
|