1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/izqutcn-laravel-wechat

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
.php_cs 744 Байты
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
overtrue Отправлено 02.09.2017 15:45 5f51546
<?php
$header = <<<EOF
This file is part of the overtrue/laravel-wechat.
(c) overtrue <i@overtrue.me>
This source file is subject to the MIT license that is bundled
with this source code in the file LICENSE.
EOF;
return PhpCsFixer\Config::create()
->setRiskyAllowed(true)
->setRules(array(
'@Symfony' => true,
'header_comment' => array('header' => $header),
'array_syntax' => array('syntax' => 'short'),
'ordered_imports' => true,
'no_useless_else' => true,
'no_useless_return' => true,
'php_unit_construct' => true,
'php_unit_strict' => true,
))
->setFinder(
PhpCsFixer\Finder::create()
->exclude('vendor')
->in(__DIR__)
)
;

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/izqutcn-laravel-wechat.git
git@api.gitlife.ru:oschina-mirror/izqutcn-laravel-wechat.git
oschina-mirror
izqutcn-laravel-wechat
izqutcn-laravel-wechat
master