Skip to content

Commit bf411cd

Browse files
reedyDannyvdSluijs
andauthored
.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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/tests export-ignore
55
/.gitattributes export-ignore
66
/.gitignore export-ignore
7-
/.php-cs-fixer.dist export-ignore
7+
/.php-cs-fixer.dist.php export-ignore
88
/phpstan-baseline.neon export-ignore
99
/phpstan.neon export-ignore
1010
/phpunit.xml.dist export-ignore

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- ci: Run workflows against 5.x.x branches ([#859](https://github.com/jsonrainbow/json-schema/pull/859))
1111
### Fixed
1212
- UriValidator: Allow `file:/` and `file:///` ([#856](https://github.com/jsonrainbow/json-schema/discussions/856))
13+
- Fix .php-cs-fixer.dist.php export-ignore ([#861](https://github.com/jsonrainbow/json-schema/discussions/861))
1314

1415
## [6.6.3] - 2025-12-02
1516
### Changed

0 commit comments

Comments
 (0)