Sh3ll
OdayForums


Server : Apache
System : Linux 145.162.205.92.host.secureserver.net 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64
User : tradze ( 1001)
PHP Version : 8.1.34
Disable Function : NONE
Directory :  /home/tradze/public_html/test.tradze.com/vendor/psy/psysh/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/tradze/public_html/test.tradze.com/vendor/psy/psysh/.php_cs
<?php

use Symfony\CS\Config\Config;
use Symfony\CS\FixerInterface;
use Symfony\CS\Fixer\Contrib\HeaderCommentFixer;

$header = <<<EOF
This file is part of Psy Shell.

(c) 2012-2015 Justin Hileman

For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
EOF;

HeaderCommentFixer::setHeader($header);

$config = Config::create()
    // use symfony level and extra fixers:
    ->level(FixerInterface::SYMFONY_LEVEL)
    ->fixers(array(
        'align_double_arrow',
        'concat_with_spaces',
        'header_comment',
        'long_array_syntax',
        'ordered_use',
        'strict',
        '-concat_without_spaces',
        '-method_argument_space',
        '-pre_increment',
        '-unalign_double_arrow',
        '-unalign_equals',
    ))
    ->setUsingLinter(false);

$finder = $config->getFinder()
    ->in(__DIR__)
    ->name('.php_cs')
    ->name('build-manual')
    ->name('build-phar')
    ->exclude('build-vendor');

return $config;

ZeroDay Forums Mini