File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed
Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change 11"@coderabbitai summary"
22
3- ### Unit test
4-
5- Are your changes covered with unit tests, and do they not break anything?
6-
7- You can run the existing unit tests using this command:
8-
9- vendor/bin/phpunit tests/
10-
11-
12- ### Code style
13-
14- Have you checked that your code is well-documented and follows the PSR-2 coding
15- style?
16-
17- You can check for this using this command:
18-
19- vendor/bin/phpcs --standard=PSR2 src/ tests/
20-
21-
22- ### Other Information
23-
24- If there's anything else that's important and relevant to your pull
25- request, mention that information here. This could include benchmarks,
26- or other information.
27-
28- If you are updating any of the CHANGELOG files or are asked to update the
29- CHANGELOG files by reviewers, please add the CHANGELOG entry at the top of the file.
30-
313Thanks for contributing to phpList!
You can’t perform that action at this time.
0 commit comments