Skip to content

Commit

Permalink
Add new line to EoF of various files
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsizemore committed Apr 29, 2024
1 parent 9970221 commit 4392059
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
/phpstan-baseline.neon export-ignore
/phpunit.xml export-ignore
/psalm.xml export-ignore
/renovate.json export-ignore
/renovate.json export-ignore
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1-bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ body:
label: Contribution Checks
options:
- label: I have verified whether this problem has already been reported.
required: false
required: false
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2-feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ body:
label: Contribution Checks
options:
- label: I have verified whether this feature request was already discussed.
required: false
required: false
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ blank_issues_enabled: false
contact_links:
- name: Support question?
url: https://github.com/ericsizemore/mimey/discussions/categories/q-a
about: If you have any questions about configuring or using Mimey, please open a new Q&A discussion.
about: If you have any questions about configuring or using Mimey, please open a new Q&A discussion.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ examples: "feat: add new implementation" or "fix: remove unused imports"
### Reviewer

- [ ] Label as either `fix`, `documentation`, or `enhancement`
- [ ] Additionally label as `verified` or `unverified`
- [ ] Additionally label as `verified` or `unverified`
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Upload Security Analysis results to GitHub
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif
sarif_file: results.sarif
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
.idea/
vendor/
build/
.php-cs-fixer.cache
*.iws
out/
.idea_modules/
.idea/php.xml
.idea/mimey.iml
.idea/mimey.iml
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ coding_style:

tools:
php_code_coverage: true
external_code_coverage: true
external_code_coverage: true
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ Initial fork from [elephox-dev/mimey](https://github.com/elephox-dev/mimey)
[1.2.0]: https://github.com/ericsizemore/mimey/releases/tag/v1.2.0
[1.1.1]: https://github.com/ericsizemore/mimey/releases/tag/v1.1.1
[1.1.0]: https://github.com/ericsizemore/mimey/releases/tag/v1.1.0
[1.0.0]: https://github.com/ericsizemore/mimey/releases/tag/v1.0.0
[1.0.0]: https://github.com/ericsizemore/mimey/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@
"test": "phpunit",
"update-types": "@php bin/update.php"
}
}
}

0 comments on commit 4392059

Please sign in to comment.