We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b312f61 commit f9b7c6bCopy full SHA for f9b7c6b
.gitattributes
@@ -5,7 +5,6 @@
5
/.gitattributes export-ignore
6
/.gitignore export-ignore
7
/CONTRIBUTING.md export-ignore
8
-/index.php export-ignore
9
/phpcs.xml.dist export-ignore
10
/phpstan-baseline.neon export-ignore
11
/phpstan.dist.neon export-ignore
index.php
phpcs.xml.dist
@@ -21,7 +21,6 @@
21
<exclude name="PSR12.Classes.AnonClassDeclaration.SpaceAfterKeyword"/>
22
</rule>
23
24
- <file>index.php</file>
25
<file>flight</file>
26
<file>tests</file>
27
</ruleset>
0 commit comments