<?php return PhpCsFixer\Config::create() ->setRules([ '@Symfony' => true, '@Symfony:risky' => true, 'array_syntax' => ['syntax' => 'short'], 'php_unit_fqcn_annotation' => true, 'no_unreachable_default_argument_value' => false, 'braces' => ['allow_single_line_closure' => true], 'heredoc_to_nowdoc' => false, 'ordered_imports' => true, 'phpdoc_types_order' => ['null_adjustment' => 'always_last', 'sort_algorithm' => 'none'], 'native_function_invocation' => ['include' => ['@compiler_optimized'], 'scope' => 'all'], ]) ->setRiskyAllowed(true) ->setFinder(PhpCsFixer\Finder::create()->in(__DIR__)) ;
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
SensioLabs | Folder | 0755 |
|
|
.gitignore | File | 23 B | 0644 |
|
.php_cs.dist | File | 695 B | 0644 |
|
LICENSE | File | 1.04 KB | 0644 |
|
README.md | File | 1.44 KB | 0644 |
|
box.json | File | 471 B | 0644 |
|
composer.json | File | 710 B | 0644 |
|
security-checker | File | 1.02 KB | 0644 |
|