Heray-Was-Here
Server : Apache
System : Linux mail.lomejor.cr 6.8.0-1059-azure #65~22.04.1-Ubuntu SMP Thu May 28 16:59:19 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.2.31
Disable Function : NONE
Directory :  /var/www/mailsvr/padmin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/mailsvr/padmin/.php_cs.dist
<?php

$finder = PhpCsFixer\Finder::create()
    ->exclude('lib')
    ->exclude('vendor')
    ->exclude('templates')
    ->exclude('templates_c')
    ->exclude('debian')
    ->files()->notName('config.inc.php')->notName('config.local.php')
    ->in(__DIR__);

return PhpCsFixer\Config::create()
    ->setFinder($finder)
    ->setRules(array(
        '@PSR2' => true,
        'braces' => array(
            'position_after_functions_and_oop_constructs' => 'same',
        ),
        'method_argument_space' => false,           # don't break formatting in initStruct()
        'no_spaces_inside_parenthesis' => false,    # don't break formatting in initStruct()
    ));

/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4 ft=php: */

Hry