Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.217.69
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
pilasate /
pilasa-core /
vendor /
nyholm /
psr7 /
Delete
Unzip
Name
Size
Permission
Date
Action
src
[ DIR ]
drwxr-xr-x
2024-07-17 14:08
.php-cs-fixer.dist.php
685
B
-rw-r--r--
2023-11-13 00:31
CHANGELOG.md
3.57
KB
-rw-r--r--
2023-11-13 00:31
LICENSE
1.04
KB
-rw-r--r--
2023-11-13 00:31
README.md
3.72
KB
-rw-r--r--
2023-11-13 00:31
composer.json
1.25
KB
-rw-r--r--
2023-11-13 00:31
phpstan-baseline.neon
867
B
-rw-r--r--
2023-11-13 00:31
psalm.baseline.xml
275
B
-rw-r--r--
2023-11-13 00:31
Save
Rename
<?php declare(strict_types=1); $finder = PhpCsFixer\Finder::create() ->in(__DIR__.'/src') ->in(__DIR__.'/tests'); $config = new PhpCsFixer\Config(); return $config->setRules([ '@Symfony' => true, '@Symfony:risky' => true, 'native_function_invocation' => ['include'=> ['@all']], 'native_constant_invocation' => true, 'ordered_imports' => true, 'declare_strict_types' => false, 'linebreak_after_opening_tag' => false, 'single_import_per_statement' => false, 'blank_line_after_opening_tag' => false, 'concat_space' => ['spacing'=>'one'], 'phpdoc_align' => ['align'=>'left'], ]) ->setRiskyAllowed(true) ->setFinder($finder);