Skip to content

Commit 0770728

Browse files
chore: improves wording
Co-authored-by: Felix Arntz <[email protected]>
1 parent 44e89a0 commit 0770728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ All code must be properly documented with PHPDoc blocks following these standard
2525
### General rules
2626
- All descriptions must end with a period.
2727
- Use `@since n.e.x.t` for new code (will be replaced with actual version on release).
28-
- Place `@since` tags below the description and above `@param` tags, with spaces around it.
28+
- Place `@since` tags below the description and above `@param` tags, with blank comment lines around it.
2929

3030
### Method documentation
3131
- Method descriptions must start with a third-person verb (e.g., "Creates", "Returns", "Checks").

0 commit comments

Comments
 (0)