初始化代码
This commit is contained in:
7
vendor/league/flysystem-cached-adapter/.php_cs
vendored
Normal file
7
vendor/league/flysystem-cached-adapter/.php_cs
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return Symfony\CS\Config\Config::create()
|
||||
->level(Symfony\CS\FixerInterface::PSR2_LEVEL)
|
||||
->fixers(['-yoda_conditions', 'ordered_use', 'short_array_syntax'])
|
||||
->finder(Symfony\CS\Finder\DefaultFinder::create()
|
||||
->in(__DIR__.'/src/'));
|
||||
Reference in New Issue
Block a user