We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4b75d commit 0859772Copy full SHA for 0859772
.gitattributes
@@ -4,7 +4,7 @@
4
/.github export-ignore
5
/.gitignore export-ignore
6
/.phpcs.xml.dist export-ignore
7
-/.php-cs-fixer.dist export-ignore
+/.php-cs-fixer.dist.php export-ignore
8
/.scrutinizer.yml export-ignore
9
/CHANGELOG.PHPExcel.md export-ignore
10
/bin export-ignore
@@ -14,7 +14,8 @@
14
/mkdocs.yml export-ignore
15
/phpstan.neon.dist export-ignore
16
/phpstan-baseline.neon export-ignore
17
-/phpstan-conditional.neon export-ignore
+/phpstan-conditional.php export-ignore
18
+/phpunit10.xml.dist export-ignore
19
/phpunit.xml.dist export-ignore
20
/samples export-ignore
21
/tests export-ignore
0 commit comments