芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/avenida/vendor/twig/twig/.php_cs.dist
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, 'dir_constant' => false, )) ->setRiskyAllowed(true) ->setFinder(PhpCsFixer\Finder::create()->in(__DIR__)) ;