📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-04 03:45:10
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
guzzlehttp
/
guzzle
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/guzzlehttp/guzzle
🔄 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, 'declare_strict_types' => false, '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, 'void_return' => false, 'yoda_style' => false, ]) ->setFinder( PhpCsFixer\Finder::create() ->in(__DIR__.'/src') ->in(__DIR__.'/tests') ->name('*.php') ) ; return $config;
💾 Save Changes
❌ Cancel