Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
qtdcvxyp
/
public_html
/
sms
/
application
/
third_party
/
omnipay
/
vendor
/
php-http
/
httplug
✏️
Editing: .php_cs.dist
<?php $config = PhpCsFixer\Config::create() ->setRiskyAllowed(true) ->setRules([ '@Symfony' => true, 'array_syntax' => ['syntax' => 'short'], ]) ->setFinder( PhpCsFixer\Finder::create() ->in(__DIR__.'/src') ->name('*.php') ) ; return $config;
💾 Save Changes
❌ Cancel