<?php return PhpCsFixer\Config::create() ->setRules([ '@Symfony' => true, '@Symfony:risky' => true, '@PHPUnit75Migration:risky' => true, 'php_unit_dedicate_assert' => ['target' => '5.6'], '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 |
---|---|---|---|---|
.github | Folder | 0755 |
|
|
doc | Folder | 0755 |
|
|
ext | Folder | 0755 |
|
|
lib | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
test | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.editorconfig | File | 224 B | 0644 |
|
.gitattributes | File | 96 B | 0644 |
|
.gitignore | File | 96 B | 0644 |
|
.php-cs-fixer.dist.php | File | 795 B | 0644 |
|
.php_cs.dist | File | 799 B | 0644 |
|
.travis.yml | File | 1004 B | 0644 |
|
CHANGELOG | File | 15.28 KB | 0644 |
|
LICENSE | File | 1.48 KB | 0644 |
|
README.rst | File | 741 B | 0644 |
|
composer.json | File | 1.33 KB | 0644 |
|
drupal_test.sh | File | 1.6 KB | 0644 |
|
phpunit.xml.dist | File | 831 B | 0644 |
|