add missing files
This commit is contained in:
parent
a60c2f38c6
commit
0ade8be7f7
12
vendor/sabre/vobject/.php_cs.dist
vendored
Normal file
12
vendor/sabre/vobject/.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;
|
3
vendor/sabre/vobject/phpstan.neon
vendored
Normal file
3
vendor/sabre/vobject/phpstan.neon
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
parameters:
|
||||||
|
level: 0
|
||||||
|
bootstrap: %currentWorkingDirectory%/vendor/autoload.php
|
Reference in New Issue
Block a user