X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/restate/vendor/nunomaduro/collision
home
/
gfecatvj
/
sites
/
restate
/
vendor
/
nunomaduro
/
collision
/
📁
..
📁
.github
📄
.php_cs
(836 B)
📄
LICENSE.md
(1.07 KB)
📄
README.md
(3.15 KB)
📄
composer.json
(2.08 KB)
📄
phpstan.neon.dist
(826 B)
📄
phpunit.xml.dist
(930 B)
📁
src
Editing: .php_cs
<?php $finder = PhpCsFixer\Finder::create() ->in(__DIR__ . DIRECTORY_SEPARATOR . 'tests') ->notPath(__DIR__ . DIRECTORY_SEPARATOR . 'tests' . DIRECTORY_SEPARATOR . 'laravel') ->in(__DIR__ . DIRECTORY_SEPARATOR . 'src') ->append(['.php_cs']); $rules = [ '@Symfony' => true, 'phpdoc_no_empty_return' => false, 'array_syntax' => ['syntax' => 'short'], 'yoda_style' => false, 'binary_operator_spaces' => [ 'operators' => [ '=>' => 'align', '=' => 'align', ], ], 'concat_space' => ['spacing' => 'one'], 'not_operator_with_space' => false, ]; $rules['increment_style'] = ['style' => 'post']; return PhpCsFixer\Config::create() ->setUsingCache(true) ->setRules($rules) ->setFinder($finder);
Upload File
Create Folder