From 7bd6852cbba15f232c6bd87ad9c464b8054831b1 Mon Sep 17 00:00:00 2001 From: Gregor Date: Mon, 31 Aug 2026 11:06:14 +0200 Subject: [PATCH] fix: correct phpcs.xml entry in .gitattributes --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 0633056..c0cfcfa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,7 +2,7 @@ .gitattributes export-ignore .github export-ignore .gitignore export-ignore -.phpcs.xml export-ignore +phpcs.xml export-ignore composer.* export-ignore phpstan.neon export-ignore README.md export-ignore