Skip to content

Commit abff4a9

Browse files
fix my grammatical mistakes
Co-authored-by: Felix Arntz <[email protected]>
1 parent b7e0d15 commit abff4a9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ All parameters, return values, and properties must use explicit type hints, exce
1212

1313
The following naming conventions must be followed for consistency and autoloading:
1414

15-
- Interfaces are suffixed with `Interface`
16-
- Traits are suffixed with `Trait`
17-
- Enums are suffixed with `Enum`
18-
- File names are the same as the class, trait, and interface name for PSR-4 autoloading
19-
- Classes, interfaces, and traits, and namespaces must not be prefixed with `Ai`, exluding the root namespace.
15+
- Interfaces are suffixed with `Interface`.
16+
- Traits are suffixed with `Trait`.
17+
- Enums are suffixed with `Enum`.
18+
- File names are the same as the class, trait, and interface name for PSR-4 autoloading.
19+
- Classes, interfaces, and traits, and namespaces are not prefixed with `Ai`, exluding the root namespace.
2020

2121
## PHP Compatibility
2222

0 commit comments

Comments
 (0)