Install phan/phpstan local
This commit is contained in:
12
vendor/sabre/event/.php_cs.dist
vendored
Normal file
12
vendor/sabre/event/.php_cs.dist
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
$config = PhpCsFixer\Config::create();
|
||||
$config->getFinder()
|
||||
->exclude('vendor')
|
||||
->in(__DIR__);
|
||||
$config->setRules([
|
||||
'@PSR1' => true,
|
||||
'@Symfony' => true
|
||||
]);
|
||||
|
||||
return $config;
|
||||
Reference in New Issue
Block a user