Server IP : 184.154.167.98 / Your IP : 3.133.141.201 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/public_html/tampico1900/apps/files_external/3rdparty/icewind/smb/ |
Upload File : |
<?php $finder = PhpCsFixer\Finder::create() ->exclude('vendor') ->in(__DIR__) ; return PhpCsFixer\Config::create() ->setRules([ '@PSR2' => true, 'array_syntax' => ['syntax' => 'short'], 'braces' => ['position_after_functions_and_oop_constructs' => 'same'], 'binary_operator_spaces' => ['align_double_arrow' => true, 'align_equals' => false], ]) ->setIndent("\t") ->setFinder($finder) ;