You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
think-library/vendor/maennchen/zipstream-php/CONTRIBUTING.md

556 B

ZipStream Readme for Contributors

Code styling

Indention

For spaces are used to indent code. The convention is K&R

Comments

Double Slashes are used for an one line comment.

Classes, Variables, Methods etc:

/**
 * My comment
 *
 * @myanotation like @param etc.
 */

Pull requests

Feel free to submit pull requests.

Testing

For every new feature please write a new PHPUnit test.

Before every commit execute ./vendor/bin/phpunit to check if your changes wrecked something: