From 0262cc33d7a125dd1cf56df6c5cae0bfa9de06df Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Mon, 24 Jan 2022 11:18:10 +0100 Subject: Fix psalm Signed-off-by: Carl Schwan --- .php-cs-fixer.dist.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .php-cs-fixer.dist.php (limited to '.php-cs-fixer.dist.php') diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php new file mode 100644 index 00000000000..fe6d31065f4 --- /dev/null +++ b/.php-cs-fixer.dist.php @@ -0,0 +1,24 @@ +getFinder() + ->ignoreVCSIgnored(true) + ->exclude('config') + ->exclude('data') + ->notPath('3rdparty') + ->notPath('build/integration/vendor') + ->notPath('build/lib') + ->notPath('build/node_modules') + ->notPath('build/stubs') + ->notPath('composer') + ->notPath('node_modules') + ->notPath('vendor') + ->in(__DIR__); +return $config; -- cgit v1.2.3