📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-04 02:10:14
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
guzzlehttp
/
psr7
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/guzzlehttp/psr7
🔄 Refresh
✏️
Editing: .php-cs-fixer.dist.php
Writable
<?php $config = (new PhpCsFixer\Config()) ->setRiskyAllowed(true) ->setRules([ '@PHP71Migration:risky' => true, '@PHPUnit75Migration:risky' => true, '@PSR12:risky' => true, '@Symfony' => true, 'global_namespace_import' => false, 'no_superfluous_phpdoc_tags' => [ 'allow_mixed' => true, ], 'phpdoc_annotation_without_dot' => false, 'phpdoc_summary' => false, 'phpdoc_to_comment' => false, 'single_line_throw' => false, 'yoda_style' => false, ]) ->setFinder( PhpCsFixer\Finder::create() ->in(__DIR__.'/src') ->in(__DIR__.'/tests') ->name('*.php') ) ; return $config;
💾 Save Changes
❌ Cancel