Commit bf411cd
.gitattributes: Fix .php-cs-fixer.dist.php export-ignore (#861)
## Description
<!-- Provide a brief description of the changes in this PR -->
`.php-cs-fixer.dist.php` is incorrectly being included.
## Related Issue
<!-- Link to the issue this PR addresses (if applicable) -->
<!-- Fixes #(issue number) -->
## Type of Change
<!-- Mark the appropriate option with an "x" -->
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] Documentation update
- [ ] Code refactoring
- [ ] Other (please describe):
## Checklist
<!-- Mark completed items with an "x" -->
- [x] I have read the [CONTRIBUTING](CONTRIBUTING.md) guidelines
- [ ] My code follows the code style of this project
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] All new and existing tests pass
- [ ] I have updated the documentation accordingly
- [ ] My changes generate no new warnings
## Additional Notes
<!-- Add any additional information that might be helpful for reviewers
-->
---------
Co-authored-by: Danny van der Sluijs <danny.van.der.sluijs@infi.nl>1 parent cb51582 commit bf411cd
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments