PATH:
home
/
letacommog
/
laindinois
/
OLD
/
wp-content
/
plugins
/
responsive-menu
/
vendor
/
twig
/
twig
<?php return PhpCsFixer\Config::create() ->setRules(array( '@Symfony' => true, '@Symfony:risky' => true, 'array_syntax' => array('syntax' => 'long'), 'php_unit_fqcn_annotation' => false, 'no_unreachable_default_argument_value' => false, 'braces' => array('allow_single_line_closure' => true), 'heredoc_to_nowdoc' => false, )) ->setRiskyAllowed(true) ->setFinder(PhpCsFixer\Finder::create()->in(__DIR__)) ;
[+]
..
[-] .gitignore
[edit]
[-] .editorconfig
[edit]
[+]
test
[+]
lib
[-] .php_cs.dist
[edit]
[-] phpunit.xml.dist
[edit]
[-] drupal_test.sh
[edit]
[-] composer.json
[edit]
[+]
src
[-] LICENSE
[edit]
[-] CHANGELOG
[edit]
[+]
doc
[+]
ext
[-] README.rst
[edit]
[-] .travis.yml
[edit]