File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,10 @@ Make sure your code is linted with phpcs ([PSR-2 Coding Style]):
76
76
You can automatically fix lint errors with phpcbf:
77
77
78
78
npm run lint:fix
79
+
80
+ Finally verify that your new changes are acceptable to phpdoc:
81
+
82
+ npm run document-check
79
83
80
84
The test suite is setup for code coverage if you have [ XDebug] installed and setup.
81
85
Coverage is outputted as text and as html in the phpunit-test-results/ directory within the project root.
Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ if(ParsePush::hasStatus($response)) {
324
324
Contributing / Testing
325
325
----------------------
326
326
327
- See the CONTRIBUTORS .md file for information on testing and contributing to
327
+ See [ CONTRIBUTING ] ( CONTRIBUTING .md) for information on testing and contributing to
328
328
the Parse PHP SDK. We welcome fixes and enhancements.
329
329
330
330
[ Get Composer ] : https://getcomposer.org/download/
You can’t perform that action at this time.
0 commit comments