From a8e35f1dd78626794a3cc8160c62696b5b1b46db Mon Sep 17 00:00:00 2001
From: Robin Appelman <robin@icewind.nl>
Date: Wed, 24 Feb 2021 16:57:29 +0100
Subject: [PATCH] ignore test configs for php cs

---
 .php_cs.dist | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.php_cs.dist b/.php_cs.dist
index 5cb475d..24cf09a 100644
--- a/.php_cs.dist
+++ b/.php_cs.dist
@@ -14,6 +14,7 @@ $config
 	->notPath('l10n')
 	->notPath('lib/Vendor')
 	->notPath('src')
+	->notPath('tests/configs')
 	->notPath('vendor')
 	->in(__DIR__);
 return $config;
-- 
GitLab