芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/www/vendor/yoeunes/toastr/.php-cs-fixer.dist.php
<?php /* * This file is part of the yoeunes/toastr package. * (c) Younes KHOUBZA <younes.khoubza@gmail.com> */ $header = <<<'EOF' This file is part of the yoeunes/toastr package. (c) Younes KHOUBZA <younes.khoubza@gmail.com> EOF; $rules = array( '@Symfony' => true, 'header_comment' => array('header' => $header), 'array_syntax' => array('syntax' => 'long'), 'visibility_required' => array('elements' => array('property', 'method')), ); $finder = new PhpCsFixer\Finder(); $finder->in(__DIR__)->exclude(__DIR__.'/vendor'); $config = new PhpCsFixer\Config(); return $config->setFinder($finder) ->setUsingCache(false) ->setRiskyAllowed(true) ->setRules($rules);
Page is not found
Oops! Page not found.
Sorry, an error has occured, Requested page not found!
Back To Homepage