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
/
message-factory
✏️
Editing: .php_cs.dist
<?php /* * Configuration for friendsofphp/php-cs-fixer * * @link https://github.com/FriendsOfPHP/PHP-CS-Fixer */ $finder = PhpCsFixer\Finder::create() ->in('src') //->in('tests') ; return PhpCsFixer\Config::create() ->setRules([ '@PSR2' => true, '@Symfony' => true, 'array_syntax' => [ 'syntax' => 'short', ], 'no_empty_phpdoc' => true, //'no_superfluous_phpdoc_tags' => true, ]) ->setFinder($finder);
💾 Save Changes
❌ Cancel