From 509c0fffbed65b41bfafc4717b6d784fbba1bf96 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 2 Jun 2022 21:05:00 +0200 Subject: [PATCH] Include phpstan rules file, closes #10813 --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 2ee43db45..a929b3528 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,4 +15,5 @@ .travis.yml export-ignore appveyor.yml export-ignore phpunit.xml.dist export-ignore -/phpstan/ export-ignore +/phpstan/* export-ignore +/phpstan/rules.neon -export-ignore \ No newline at end of file