mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-11-13 13:38:46 +00:00
Use travis
This commit is contained in:
parent
7adc3bd18d
commit
5eedcbb99e
4 changed files with 26 additions and 26 deletions
11
.php_cs.dist
Normal file
11
.php_cs.dist
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
$finder = PhpCsFixer\Finder::create()
|
||||
->in(__DIR__);
|
||||
return PhpCsFixer\Config::create()
|
||||
->setRules([
|
||||
'@PSR2' => true,
|
||||
'array_syntax' => ['syntax' => 'short'],
|
||||
'ordered_imports' => true,
|
||||
'phpdoc_order' => true,
|
||||
])
|
||||
->setFinder($finder);
|
||||
Loading…
Add table
Add a link
Reference in a new issue