/home/techb158/ileadtechnology.com/vendor/nyholm/psr7
NameSizeModeActions
src/-0755rm
.php-cs-fixer.dist.php6850644editdlrm
CHANGELOG.md36520644editdlrm
composer.json12830644editdlrm
LICENSE10700644editdlrm
phpstan-baseline.neon8670644editdlrm
psalm.baseline.xml2750644editdlrm
README.md38070644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/nyholm/psr7/.php-cs-fixer.dist.php (685B)
in(__DIR__.'/src') ->in(__DIR__.'/tests'); $config = new PhpCsFixer\Config(); return $config->setRules([ '@Symfony' => true, '@Symfony:risky' => true, 'native_function_invocation' => ['include'=> ['@all']], 'native_constant_invocation' => true, 'ordered_imports' => true, 'declare_strict_types' => false, 'linebreak_after_opening_tag' => false, 'single_import_per_statement' => false, 'blank_line_after_opening_tag' => false, 'concat_space' => ['spacing'=>'one'], 'phpdoc_align' => ['align'=>'left'], ]) ->setRiskyAllowed(true) ->setFinder($finder);