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

OSCHINA-MIRROR/justmd5-tencent-ai

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
.php_cs 742 Байты
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
justmd5 Отправлено 24.06.2018 16:28 e71abc5
<?php
$header = <<<EOF
This file is part of the justmd5/tencent-ai.
(c) justmd5 <heyjun2012@gmail.com>
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/justmd5-tencent-ai.git
git@api.gitlife.ru:oschina-mirror/justmd5-tencent-ai.git
oschina-mirror
justmd5-tencent-ai
justmd5-tencent-ai
master