diff options
author | Mario <mario@mariovavti.com> | 2020-05-07 23:34:41 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-05-07 23:34:41 +0200 |
commit | ffd2faf8a09a870e8dbecb3ad168e0a9b25941d3 (patch) | |
tree | f46b9e78337d2d06aac665fb9546ad2aa95c5d7c /vendor/sabre/event | |
parent | 64a8913385a68a9382da554c5cb51a7e71edd97b (diff) | |
download | volse-hubzilla-ffd2faf8a09a870e8dbecb3ad168e0a9b25941d3.tar.gz volse-hubzilla-ffd2faf8a09a870e8dbecb3ad168e0a9b25941d3.tar.bz2 volse-hubzilla-ffd2faf8a09a870e8dbecb3ad168e0a9b25941d3.zip |
Revert "add new files"
This reverts commit c76ff4249ec0f88832a9ce6c966a2fd326482197
Diffstat (limited to 'vendor/sabre/event')
-rw-r--r-- | vendor/sabre/event/.php_cs.dist | 12 | ||||
-rw-r--r-- | vendor/sabre/event/phpstan.neon | 2 |
2 files changed, 0 insertions, 14 deletions
diff --git a/vendor/sabre/event/.php_cs.dist b/vendor/sabre/event/.php_cs.dist deleted file mode 100644 index c5c78a971..000000000 --- a/vendor/sabre/event/.php_cs.dist +++ /dev/null @@ -1,12 +0,0 @@ -<?php - -$config = PhpCsFixer\Config::create(); -$config->getFinder() - ->exclude('vendor') - ->in(__DIR__); -$config->setRules([ - '@PSR1' => true, - '@Symfony' => true -]); - -return $config;
\ No newline at end of file diff --git a/vendor/sabre/event/phpstan.neon b/vendor/sabre/event/phpstan.neon deleted file mode 100644 index 213da6dad..000000000 --- a/vendor/sabre/event/phpstan.neon +++ /dev/null @@ -1,2 +0,0 @@ -parameters: - level: 1 |