X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar-X/vendor/guzzlehttp/guzzle
home
/
gfecatvj
/
sites
/
realesbar-X
/
vendor
/
guzzlehttp
/
guzzle
/
📁
..
📄
.php_cs
(645 B)
📄
CHANGELOG.md
(76.97 KB)
📄
Dockerfile
(387 B)
📄
LICENSE
(1.09 KB)
📄
README.md
(3.56 KB)
📄
UPGRADING.md
(49.58 KB)
📄
composer.json
(1.32 KB)
📁
src
Editing: .php_cs
<?php $config = PhpCsFixer\Config::create() ->setRiskyAllowed(true) ->setRules([ '@PSR2' => true, 'array_syntax' => ['syntax' => 'short'], 'declare_strict_types' => false, 'concat_space' => ['spacing'=>'one'], 'php_unit_test_case_static_method_calls' => ['call_type' => 'self'], 'ordered_imports' => true, // 'phpdoc_align' => ['align'=>'vertical'], // 'native_function_invocation' => true, ]) ->setFinder( PhpCsFixer\Finder::create() ->in(__DIR__.'/src') ->in(__DIR__.'/tests') ->name('*.php') ) ; return $config;
Upload File
Create Folder