Path : /var/www/html/solarwindia/vendor/swiftmailer/swiftmailer/ |
Current File : /var/www/html/solarwindia/vendor/swiftmailer/swiftmailer/.php_cs.dist |
<?php return PhpCsFixer\Config::create() ->setRules([ '@Symfony' => true, '@Symfony:risky' => true, 'array_syntax' => ['syntax' => 'short'], 'no_unreachable_default_argument_value' => false, 'braces' => ['allow_single_line_closure' => true], 'heredoc_to_nowdoc' => false, 'phpdoc_annotation_without_dot' => false, 'ternary_to_null_coalescing' => true, ]) ->setRiskyAllowed(true) ->setFinder(PhpCsFixer\Finder::create()->in(__DIR__)) ;