PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
sendgrid
/
php-http-client
<?php $finder = PhpCsFixer\Finder::create() ->in(__DIR__ . '/lib'); return PhpCsFixer\Config::create() ->setRiskyAllowed(true) ->setRules([ '@PSR2' => true, '@Symfony' => true, 'array_syntax' => ['syntax' => 'short'], 'cast_spaces' => ['space' => 'single'], 'yoda_style' => false, 'concat_space' => ['spacing' => 'one'], 'phpdoc_summary' => false, 'combine_consecutive_unsets' => true, 'final_internal_class' => true, 'global_namespace_import' => ['import_classes' => false], ]) ->setFinder($finder);
[-] composer.json
[edit]
[-] USAGE.md
[edit]
[-] CODE_OF_CONDUCT.md
[edit]
[-] FIRST_TIMERS.md
[edit]
[+]
lib
[+]
.github
[+]
..
[-] CONTRIBUTING.md
[edit]
[+]
use_cases
[-] PULL_REQUEST_TEMPLATE.md
[edit]
[-] twilio_sendgrid_logo.png
[edit]
[-] .codeclimate.yml
[edit]
[-] .gitignore
[edit]
[+]
static
[-] .php_cs.dist
[edit]
[-] TROUBLESHOOTING.md
[edit]
[-] Dockerfile
[edit]
[-] .travis.yml
[edit]
[-] Makefile
[edit]
[-] README.md
[edit]
[+]
examples
[-] ISSUE_TEMPLATE.md
[edit]
[+]
test
[-] LICENSE
[edit]
[-] CHANGELOG.md
[edit]