X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar-X/vendor/swiftmailer/swiftmailer
home
/
gfecatvj
/
sites
/
realesbar-X
/
vendor
/
swiftmailer
/
swiftmailer
/
📁
..
📄
.gitattributes
(161 B)
📁
.github
📄
.gitignore
(120 B)
📄
.php_cs.dist
(516 B)
📄
.travis.yml
(586 B)
📄
CHANGES
(11.08 KB)
📄
LICENSE
(1.04 KB)
📄
README.md
(695 B)
📄
composer.json
(1.18 KB)
📁
doc
📁
lib
📄
phpunit.xml.dist
(1.22 KB)
📁
tests
Editing: .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__)) ;
Upload File
Create Folder