Skip to content

Commit c26775b

Browse files
committed
docs: add ,
1 parent c4b1349 commit c26775b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/pull_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ and the [PHPUnit website](https://phpunit.de/) for more information.
7979
Source code should be commented using PHPDoc comment blocks. This means
8080
implementation comments to explain potentially confusing sections of
8181
code, and documentation comments before each public or protected
82-
class/interface/trait, method and variable.
82+
class/interface/trait, method, and variable.
8383

8484
Do not add PHPDoc comments that are superficial, duplicated, or stating the obvious.
8585

0 commit comments

Comments
 (0)