add missing files
This commit is contained in:
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
$config = PhpCsFixer\Config::create();
|
||||
$config->getFinder()
|
||||
->exclude('vendor')
|
||||
->in(__DIR__);
|
||||
$config->setRules([
|
||||
'@PSR1' => true,
|
||||
'@Symfony' =>true
|
||||
]);
|
||||
|
||||
return $config;
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
parameters:
|
||||
level: 0
|
||||
bootstrap: %currentWorkingDirectory%/vendor/autoload.php
|
||||
Reference in New Issue
Block a user