%PDF- %PDF-
Direktori : /var/www/html/diaspora/api_production/vendor/maennchen/zipstream-php/ |
Current File : /var/www/html/diaspora/api_production/vendor/maennchen/zipstream-php/CONTRIBUTOR-README.md |
# ZipStream Readme for Contributors ## Code Styling ### Indention One Tab is used to indent code. THe convention is K & R http://en.wikipedia.org/wiki/Indent_style#K.26R_style ### Comments Double Slashes are used for an one line comment. Classes, Variables, Methods etc: ```php /** * 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 the bin/test file to check if your changes wrecked something.