CURRENT PATH:
/
home
/
dnsimamg
/
sclt.gov.iq
/
vendor
/
cviebrock
/
eloquent-sluggable
/
KEMBALI
|
HOME
Upload File Local:
Upload
Upload via URL:
Download
Dir Baru
File Baru
Editing:
.php_cs.dist
<?php $finder = PhpCsFixer\Finder::create() ->exclude('vendor') ->in(__DIR__); return PhpCsFixer\Config::create() ->setRules([ '@PSR2' => true, '@PHP80Migration' => true, 'strict_param' => true, 'array_syntax' => ['syntax' => 'short'], ]) ->setFinder($finder);
SIMPAN
BATAL