From 5e5f0aa955d86743a14531bed98501b59140ab1f Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 11 Oct 2022 18:18:57 +0000 Subject: update composer libs --- vendor/sabre/uri/.php-cs-fixer.dist.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 vendor/sabre/uri/.php-cs-fixer.dist.php (limited to 'vendor/sabre/uri/.php-cs-fixer.dist.php') diff --git a/vendor/sabre/uri/.php-cs-fixer.dist.php b/vendor/sabre/uri/.php-cs-fixer.dist.php new file mode 100644 index 000000000..87337520b --- /dev/null +++ b/vendor/sabre/uri/.php-cs-fixer.dist.php @@ -0,0 +1,13 @@ +exclude('vendor') + ->in(__DIR__); + +$config = new PhpCsFixer\Config(); +$config->setRules([ + '@PSR1' => true, + '@Symfony' => true +]); +$config->setFinder($finder); +return $config; \ No newline at end of file -- cgit v1.2.3