From 2cba88f1ebd31184b4537e0918309f6515d44101 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 7 May 2020 21:49:08 +0000 Subject: new files --- vendor/sabre/event/.php_cs.dist | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 vendor/sabre/event/.php_cs.dist (limited to 'vendor/sabre/event/.php_cs.dist') diff --git a/vendor/sabre/event/.php_cs.dist b/vendor/sabre/event/.php_cs.dist new file mode 100644 index 000000000..c5c78a971 --- /dev/null +++ b/vendor/sabre/event/.php_cs.dist @@ -0,0 +1,12 @@ +getFinder() + ->exclude('vendor') + ->in(__DIR__); +$config->setRules([ + '@PSR1' => true, + '@Symfony' => true +]); + +return $config; \ No newline at end of file -- cgit v1.2.3