PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
apilora.sandbox.dos-group.com
/
vendor
/
swiftmailer
/
swiftmailer
<?php return PhpCsFixer\Config::create() ->setRules(array( '@Symfony' => true, '@Symfony:risky' => true, 'array_syntax' => array('syntax' => 'long'), 'no_unreachable_default_argument_value' => false, 'braces' => array('allow_single_line_closure' => true), 'heredoc_to_nowdoc' => false, 'phpdoc_annotation_without_dot' => false, )) ->setRiskyAllowed(true) ->setFinder(PhpCsFixer\Finder::create()->in(__DIR__)) ;
[-] CHANGES
[open]
[-] .travis.yml
[open]
[-] .php_cs.dist
[open]
[+]
.github
[+]
..
[-] LICENSE
[open]
[+]
doc
[+]
lib
[-] phpunit.xml.dist
[open]
[-] composer.json
[open]
[-] README
[open]
[-] .gitignore
[open]
[-] .gitattributes
[open]
[+]
tests