<?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 |
---|---|---|---|---|
doc | Folder | 0755 |
|
|
lib | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
test | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.editorconfig | File | 224 B | 0644 |
|
.gitattributes | File | 24 B | 0644 |
|
.gitignore | File | 36 B | 0644 |
|
.php_cs.dist | File | 695 B | 0644 |
|
.travis.yml | File | 395 B | 0644 |
|
CHANGELOG | File | 52.61 KB | 0644 |
|
LICENSE | File | 1.46 KB | 0644 |
|
README.rst | File | 484 B | 0644 |
|
composer.json | File | 1.34 KB | 0644 |
|
drupal_test.sh | File | 1.74 KB | 0644 |
|
phpunit.xml.dist | File | 815 B | 0644 |
|