Skip to content

Commit 0d57ed5

Browse files
committed
Fix Linter CI.
1 parent 280f675 commit 0d57ed5

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Pull Request
22

33
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
4-
- [ ] Bug fix (non-breaking change that fixes an issue)
4+
- [ ] Bugfix (non-breaking change that fixes an issue)
55
- [ ] CI/build configuration
66
- [ ] Documentation update
77
- [ ] New feature (non-breaking change that adds functionality)

SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
## Package Documentation
1010

1111
| Package | Repository |
12-
|---------|------------|
12+
| ------- | ---------- |
1313
| coding-standard | [php-forge/coding-standard](https://github.com/php-forge/coding-standard) |
1414
| foxy | [php-forge/foxy](https://github.com/php-forge/foxy) |
1515
| helper | [php-forge/helper](https://github.com/php-forge/helper) |

profile/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<div align="center">
2-
31
# PHP Forge
42

3+
<div align="center">
4+
55
**Code Craftsmanship for Reliability**
66

77
Foundational, framework-agnostic tools that power the next generation of PHP applications.
@@ -19,7 +19,7 @@ Foundational, framework-agnostic tools that power the next generation of PHP app
1919
## Packages
2020

2121
| Package | Description |
22-
|---------|-------------|
22+
| ------- | ----------- |
2323
| [coding-standard](https://github.com/php-forge/coding-standard) | Coding standards for PHP projects. |
2424
| [foxy](https://github.com/php-forge/foxy) | BUN/NPM/Yarn/PNPM bridge for Composer. |
2525
| [helper](https://github.com/php-forge/helper) | Small, focused helpers for common PHP tasks. |

0 commit comments

Comments
 (0)