phpList / core

This module is the core of phpList 4. Join discussion at the community forum: https://discuss.phplist.org/
https://www.phplist.org
GNU Affero General Public License v3.0
86 stars 28 forks source link

Updated copyright date #328

Closed marianaballa closed 3 years ago

marianaballa commented 3 years ago

Summary

Provide a general description of the code changes in your pull request … were there any bugs you had fixed? If so, mention them. If these bugs have open GitHub issues, be sure to tag them here as well, to keep the conversation linked together.

Unit test

Are your changes covered with unit tests, and do they not break anything?

You can run the existing unit tests using this command:

vendor/bin/phpunit tests/

Code style

Have you checked that you code is well-documented and follows the PSR-2 coding style?

You can check for this using this command:

vendor/bin/phpcs --standard=PSR2 src/ tests/

Other Information

If there's anything else that's important and relevant to your pull request, mention that information here. This could include benchmarks, or other information.

If you are updating any of the CHANGELOG files or are asked to update the CHANGELOG files by reviewers, please add the CHANGELOG entry at the top of the file.

Thanks for contributing to phpList!